Searched refs:W1 (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Dsimple_idct_alpha.c36 #define W1 22725 macro
104 b0 = W1 * t;
120 b2 -= W1 * t;
129 b1 -= W1 * t;
140 b3 -= W1 * t;
188 b0 = W1 * col[8 * 1];
202 b2 -= W1 * col[8 * 3];
208 b1 -= W1 * col[8 * 5];
217 b3 -= W1 * col[8 * 7];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Dsimple_idct_alpha.c35 #define W1 22725 macro
103 b0 = W1 * t;
119 b2 -= W1 * t;
128 b1 -= W1 * t;
139 b3 -= W1 * t;
187 b0 = W1 * col[8 * 1];
201 b2 -= W1 * col[8 * 3];
207 b1 -= W1 * col[8 * 5];
216 b3 -= W1 * col[8 * 7];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsimple_idct_template.c37 #undef W1 macro
52 #define W1 22725 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
70 #define W1 (22725*4) // 90901 macro
82 #define W1 45451 macro
151 b0 = MUL(W1, row[1]);
156 MAC(b2, -W1, row[3]);
169 MAC(b1, -W1, row[5]);
176 MAC(b3, -W1, row[7]);
200 b0 = MUL(W1, col[8*1]); \
207 MAC(b2, -W1, co
[all...]
H A Dwmv2dsp.c27 #define W1 2841 /* 2048*sqrt (2)*cos (1*pi/16) */ macro
41 a1 = W1 * b[1] + W7 * b[7];
42 a7 = W7 * b[1] - W1 * b[7];
71 a1 = (W1 * b[8 * 1] + W7 * b[8 * 7] + 4) >> 3;
72 a7 = (W7 * b[8 * 1] - W1 * b[8 * 7] + 4) >> 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsimple_idct_template.c35 #undef W1 macro
50 #define W1 22725 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
67 #define W1 90901 macro
135 b0 = MUL(W1, row[1]);
140 MAC(b2, -W1, row[3]);
153 MAC(b1, -W1, row[5]);
160 MAC(b3, -W1, row[7]);
184 b0 = MUL(W1, col[8*1]); \
191 MAC(b2, -W1, col[8*3]); \
203 MAC(b1, -W1, co
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A DMakefile.msvc53 # ones. Set to -W1 to avoid warnings about signed/unsigned combinations.
54 WARN_CFLAGS = -W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/lib/
H A DMakefile.msvc55 # ones. Set to -W1 to avoid warnings about signed/unsigned combinations.
56 WARN_CFLAGS = -W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A DMakefile.msvc53 # ones. Set to -W1 to avoid warnings about signed/unsigned combinations.
54 WARN_CFLAGS = -W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A DMakefile.msvc55 # ones. Set to -W1 to avoid warnings about signed/unsigned combinations.
56 WARN_CFLAGS = -W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-armv8.pl316 my ($W0,$W1)=("v16.4s","v17.4s");
343 ld1.32 {$W1},[$Ktbl],#16
351 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG));
354 ld1.32 {$W1},[$Ktbl],#16
361 add.i32 $W1,$W1,@MSG[1]
363 sha256h $ABCD,$EFGH,$W1
364 sha256h2 $EFGH,$abcd,$W1
366 ld1.32 {$W1},[
[all...]
H A Dsha1-armv8.pl225 my ($W0,$W1)=("v20.4s","v21.4s");
253 add.i32 $W1,@Kxx[0],@MSG[1]
264 sha1$f $ABCD,$E1,$W1
265 add.i32 $W1,@Kxx[$j],@MSG[3]
271 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0);
276 sha1p $ABCD,$E1,$W1
277 add.i32 $W1,@Kxx[$j],@MSG[3]
283 sha1p $ABCD,$E1,$W1
H A Dsha256-armv4.pl577 my ($W0,$W1,$ABCD_SAVE,$EFGH_SAVE)=map("q$_",(12..15));
616 vld1.32 {$W1},[$Ktbl]!
624 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG));
627 vld1.32 {$W1},[$Ktbl]!
634 vadd.i32 $W1,$W1,@MSG[1]
636 sha256h $ABCD,$EFGH,$W1
637 sha256h2 $EFGH,$abcd,$W1
639 vld1.32 {$W1},[
[all...]
H A Dsha1-armv4-large.pl566 my ($W0,$W1,$ABCD_SAVE)=map("q$_",(12..14));
597 vadd.i32 $W1,@Kxx[0],@MSG[1]
608 sha1$f $ABCD,$E1,$W1
609 vadd.i32 $W1,@Kxx[$j],@MSG[3]
615 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0);
620 sha1p $ABCD,$E1,$W1
621 vadd.i32 $W1,@Kxx[$j],@MSG[3]
627 sha1p $ABCD,$E1,$W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl316 my ($W0,$W1)=("v16.4s","v17.4s");
343 ld1.32 {$W1},[$Ktbl],#16
351 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG));
354 ld1.32 {$W1},[$Ktbl],#16
361 add.i32 $W1,$W1,@MSG[1]
363 sha256h $ABCD,$EFGH,$W1
364 sha256h2 $EFGH,$abcd,$W1
366 ld1.32 {$W1},[
[all...]
H A Dsha1-armv8.pl225 my ($W0,$W1)=("v20.4s","v21.4s");
253 add.i32 $W1,@Kxx[0],@MSG[1]
264 sha1$f $ABCD,$E1,$W1
265 add.i32 $W1,@Kxx[$j],@MSG[3]
271 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0);
276 sha1p $ABCD,$E1,$W1
277 add.i32 $W1,@Kxx[$j],@MSG[3]
283 sha1p $ABCD,$E1,$W1
H A Dsha256-armv4.pl577 my ($W0,$W1,$ABCD_SAVE,$EFGH_SAVE)=map("q$_",(12..15));
616 vld1.32 {$W1},[$Ktbl]!
624 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG));
627 vld1.32 {$W1},[$Ktbl]!
634 vadd.i32 $W1,$W1,@MSG[1]
636 sha256h $ABCD,$EFGH,$W1
637 sha256h2 $EFGH,$abcd,$W1
639 vld1.32 {$W1},[
[all...]
H A Dsha1-armv4-large.pl566 my ($W0,$W1,$ABCD_SAVE)=map("q$_",(12..14));
597 vadd.i32 $W1,@Kxx[0],@MSG[1]
608 sha1$f $ABCD,$E1,$W1
609 vadd.i32 $W1,@Kxx[$j],@MSG[3]
615 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0);
620 sha1p $ABCD,$E1,$W1
621 vadd.i32 $W1,@Kxx[$j],@MSG[3]
627 sha1p $ABCD,$E1,$W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/src/
H A DMakefile.msvc49 # ones. Set to -W1 to avoid warnings about signed/unsigned combinations.
50 WARN_CFLAGS = -W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile.msvc49 # ones. Set to -W1 to avoid warnings about signed/unsigned combinations.
50 WARN_CFLAGS = -W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsimple_idct_arm.S29 #define W1 22725 define
92 @@ MUL16(b0, W1, row[1]);
98 @@ MAC16(b2, -W1, row[3]);
100 ldr r8, =W1 @ R8=W1
102 mul r0, r8, r7 @ R0=W1*ROWr16[1]=b0 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
114 mlane r5, r8, r2, r5 @ R5-=W1*ROWr16[3]=b2 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
119 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
127 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
132 @@ MAC16(b1, -W1, ro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dsimple_idct_arm.S30 #define W1 22725 define
104 @@ MUL16(b0, W1, row[1]);
110 @@ MAC16(b2, -W1, row[3]);
112 ldr r8, [r12, #offW1] @ R8=W1
114 mul r0, r8, r7 @ R0=W1*ROWr16[1]=b0 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
126 mlane r5, r8, r2, r5 @ R5-=W1*ROWr16[3]=b2 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
131 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
139 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
144 @@ MAC16(b1, -W1, row[5]);
147 @@ MAC16(b3, -W1, ro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dusercopy.S59 #define ALIGN(R, W0, W1) src R, W0, W1
62 #define ALIGN(R, W0, W1) src R, W1, W0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A DMakefile.msvc47 # ones. Set to -W1 to avoid warnings about signed/unsigned combinations.
48 WARN_CFLAGS = -W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A DMakefile.msvc47 # ones. Set to -W1 to avoid warnings about signed/unsigned combinations.
48 WARN_CFLAGS = -W1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dproresdsp.asm27 %define W1sh2 22725 ; W1 = 90901 = 22725<<2 + 1
157 ; b0 = MUL(W1, row[1]);
162 ; MAC(b2, -W1, row[3]);
182 ; MAC(b1, -W1, row[5]);
187 ; MAC(b3, -W1, row[7]);

Completed in 128 milliseconds

12