Searched refs:SCALE (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcadata.h7309 #define SCALE(c) ((c) / (256.0f * 32768.0f)) macro
7312 SCALE(2.658434386830777e-4), SCALE(9.029330685734748e-3),
7313 SCALE(7.939263433218002e-2), SCALE(2.425158768892288e-1),
7314 SCALE(3.430179357528686e-1), SCALE(2.398228943347931e-1),
7315 SCALE(7.746443897485733e-2), SCALE(8.622321300208569e-3),
7316 SCALE(8.17936524981632
7509 #undef SCALE macro
[all...]
H A Dhevcdsp_template.c163 #define SCALE(dst, x) (dst) = av_clip_int16(((x) + add) >> shift) macro
190 TR_4x4_LUMA(src, src, 4, SCALE);
197 TR_4x4_LUMA(coeffs, coeffs, 1, SCALE);
283 TR_ ## H(src, src, H, H, SCALE, limit2); \
292 TR_ ## H(coeffs, coeffs, 1, 1, SCALE, limit); \
328 #undef SCALE macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfaandct.c33 # define SCALE(x) postscale[x] macro
35 # define SCALE(x) 1 macro
153 data[8*0 + i]= lrintf(SCALE(8*0 + i) * (tmp10 + tmp11));
154 data[8*4 + i]= lrintf(SCALE(8*4 + i) * (tmp10 - tmp11));
158 data[8*2 + i]= lrintf(SCALE(8*2 + i) * (tmp13 + tmp12));
159 data[8*6 + i]= lrintf(SCALE(8*6 + i) * (tmp13 - tmp12));
178 data[8*5 + i]= lrintf(SCALE(8*5 + i) * (z13 + z2));
179 data[8*3 + i]= lrintf(SCALE(8*3 + i) * (z13 - z2));
180 data[8*1 + i]= lrintf(SCALE(8*1 + i) * (z11 + z4));
181 data[8*7 + i]= lrintf(SCALE(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsynth_filter_vfp.S38 SCALE .req s0 label
134 VFP vmov s16, SCALE @ imdct_half is free to corrupt s0, but it contains one of our arguments in hardfp case
136 VFP vmov SCALE, s16
144 NOVFP vldr SCALE, [sp, #(16+6+3)*4]
167 vmul.f VB0, VB0, SCALE @ SCALE treated as scalar
170 vmul.f VA0, VA0, SCALE
218 .unreq SCALE
H A Ddcadsp_vfp.S216 SCALE .req s0 label
439 VFP vpush {SCALE}
448 VFP vldr SCALE, [sp, #3*4]
473 .unreq SCALE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvidc.c100 #define SCALE(lev,master) ((lev) * (master) * 65536 / 10000) macro
111 vidc_audio_volume_l = SCALE(lev_l, mlev_l);
112 vidc_audio_volume_r = SCALE(lev_r, mlev_r);
116 #undef SCALE macro
H A Dwaveartist.c923 #define SCALE(lev,max) ((lev) * (max) / 100) macro
933 lev_left = SCALE(lev_left, mix->max) << mix->shift;
934 lev_right = SCALE(lev_right, mix->max) << mix->shift;
953 SCALE(lev_left, 32767),
954 SCALE(lev_right, 32767));
959 SCALE(lev_left, 32767),
960 SCALE(lev_right, 32767));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dallfilters.c69 REGISTER_FILTER (SCALE, scale, vf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadm9240.c82 static inline int SCALE(long val, int mul, int div) function
95 return SCALE(reg, nom_mv[n], 192);
100 return SENSORS_LIMIT(SCALE(val, 192, nom_mv[n]), 0, 255);
106 return SENSORS_LIMIT(SCALE(val, 1, 1000), -40, 127);
118 return SCALE(1350000, 1, reg * div);
124 return SENSORS_LIMIT(SCALE(val, 255, 1250), 0, 255);
129 return SCALE(reg, 1250, 255);
H A Dsmsc47m192.c60 static inline int SCALE(long val, int mul, int div) function
75 return SCALE(reg, nom_mv[n], 192);
80 return SENSORS_LIMIT(SCALE(val, 192, nom_mv[n]), 0, 255);
87 return SENSORS_LIMIT(SCALE(val, 1, 1000), -128000, 127000);
H A Dlm85.c132 #define SCALE(val, from, to) (((val) * (to) + ((from) / 2)) / (from)) macro
135 SENSORS_LIMIT(SCALE(val, lm85_scaling[n], 192), 0, 255)
138 SCALE(((val) << 4) + (ext), 192 << 4, lm85_scaling[n])
140 #define INS_FROM_REG(n, val) SCALE((val), 192, lm85_scaling[n])
154 SENSORS_LIMIT(SCALE(val, 1000, 1), -127, 127)
156 SCALE(((val) << 4) + (ext), 16, 1000)
H A Dadm1026.c182 * NEG12_OFFSET = SCALE * Vref / V-192 - Vref
195 #define SCALE(val, from, to) (((val)*(to) + ((from)/2))/(from)) macro
196 #define INS_TO_REG(n, val) (SENSORS_LIMIT(SCALE(val, adm1026_scaling[n], 192),\
198 #define INS_FROM_REG(n, val) (SCALE(val, 192, adm1026_scaling[n]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/asm/
H A Dwp-mmx.pl11 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results
27 # $SCALE=2/8 icc8 gcc3
56 { if ($SCALE==2) { &data_byte(@_); &data_byte(@_); }
57 elsif ($SCALE==8) { for ($i=0;$i<8;$i++) {
62 else { die "unvalid SCALE value"; }
66 { if ($SCALE==2) { &lea(@_[0],&DWP(0,@_[1],@_[1])); }
67 elsif ($SCALE==8) { &lea(@_[0],&DWP(0,"",@_[1],8)); }
68 else { die "unvalid SCALE value"; }
72 { if ($SCALE==2) { ((8-shift)&7); }
73 elsif ($SCALE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl11 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results
27 # $SCALE=2/8 icc8 gcc3
56 { if ($SCALE==2) { &data_byte(@_); &data_byte(@_); }
57 elsif ($SCALE==8) { for ($i=0;$i<8;$i++) {
62 else { die "unvalid SCALE value"; }
66 { if ($SCALE==2) { &lea(@_[0],&DWP(0,@_[1],@_[1])); }
67 elsif ($SCALE==8) { &lea(@_[0],&DWP(0,"",@_[1],8)); }
68 else { die "unvalid SCALE value"; }
72 { if ($SCALE==2) { ((8-shift)&7); }
73 elsif ($SCALE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbindec.S52 | A7. Calculate SCALE.
53 | SCALE is equal to 10^ISCALE, where ISCALE is the number
328 | A7. Calculate SCALE.
329 | SCALE is equal to 10^ISCALE, where ISCALE is the number
334 | Coonen, p. 7.23 as ref.; however, the SCALE variable is
474 | fp0: float(ILOG)/X adjusted for SCALE (Y)
487 fdivx %fp1,%fp0 |calculate X / SCALE -> Y to fp0
516 fmulx %fp1,%fp0 |calculate X * SCALE -> Y to fp0
H A Dsetox.S438 .set SCALE,FP_SCR1
531 movew %d0,SCALE(%a6) | ...SCALE is 2^(M) in extended
532 clrw SCALE+2(%a6)
533 movel #0x80000000,SCALE+4(%a6)
534 clrl SCALE+8(%a6)
567 fmulx SCALE(%a6),%fp0 | ...multiply 2^(M)
H A Dscale.S27 |SCALE idnt 2,1 | Motorola 040 Floating Point Software Package
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dnt_printing.h30 #define SCALE 0x00000010L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dallfilters.c185 REGISTER_FILTER(SCALE, scale, vf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drecrdset.tex194 \twocolitem{8 (SMALLINT)}{SCALE}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfplsp.S7095 set SCALE,FP_SCR0
7169 mov.w %d1,SCALE(%a6) # SCALE is 2^(M) in extended
7170 mov.l &0x80000000,SCALE+4(%a6)
7171 clr.l SCALE+8(%a6)
7203 fmul.x SCALE(%a6),%fp0 # multiply 2^(M)
H A Dfpsp.S7201 set SCALE,FP_SCR0
7275 mov.w %d1,SCALE(%a6) # SCALE is 2^(M) in extended
7276 mov.l &0x80000000,SCALE+4(%a6)
7277 clr.l SCALE+8(%a6)
7309 fmul.x SCALE(%a6),%fp0 # multiply 2^(M)
12423 neg.l (%sp) # SCALE FACTOR = scale1 - scale2
15912 mov.l (%sp)+,%d0 # return SCALE factor
15919 mov.l (%sp)+,%d0 # return SCALE factor
15948 mov.l (%sp)+,%d0 # return SCALE facto
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c2501 DEFAULTSOURCE | COPIES | SCALE |

Completed in 496 milliseconds