Searched refs:W7 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsimple_idct.c44 #define W7 565 /* 2048*sqrt (2)*cos (7*pi/16) */
54 #define W7 4520 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
124 MAC16(b1, -W7, row[3]);
127 b3 = MUL16(W7, row[1]);
142 MAC16(b0, W7, row[7]);
147 MAC16(b2, W7, row[5]);
184 b3 = MUL16(W7, col[8*1]);
187 MAC16(b1, - W7, col[8*3]);
201 MAC16(b2, + W7, col[8*5]);
213 MAC16(b0, + W7, co
[all...]
H A Ddsputil.c4127 #define W7 565 /* 2048*sqrt (2)*cos (7*pi/16) */ macro
4134 a1 = W1*b[1]+W7*b[7];
4135 a7 = W7*b[1]-W1*b[7];
4160 a1 = (W1*b[8*1]+W7*b[8*7] + 4)>>3;
4161 a7 = (W7*b[8*1]-W1*b[8*7] + 4)>>3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dsimple_idct_alpha.c46 #define W7 ((int_fast32_t) 4520) macro
111 b3 = W7 * t;
123 b1 -= W7 * t;
134 b2 += W7 * t;
141 b0 += W7 * t;
195 b3 = W7 * col[8 * 1];
205 b1 -= W7 * col[8 * 3];
213 b2 += W7 * col[8 * 5];
218 b0 += W7 * col[8 * 7];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S37 #define W7 4520 define
110 @@ MUL16(b3, W7, row[1]);
112 @@ MAC16(b1, -W7, row[3]);
121 ldr r11, [r12, #offW7] @ R11=W7
123 mul r7, r11, r7 @ R7=W7*ROWr16[1]=b3 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
127 mlane r1, r11, r2, r1 @ R1-=W7*ROWr16[3]=b1 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
132 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
140 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
143 @@ MAC16(b2, W7, row[5]);
146 @@ MAC16(b0, W7, ro
[all...]
H A Dsimple_idct_armv6.S32 #define W7 4520 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ define
41 #define W57 (W5 | (W7 << 16))
68 ldr r10,w57 /* r10 = W5 | (W7 << 16) */
73 smusdx r11,r3, r10 /* r11 = B3 = W7*row[1] - W5*row[3] */
75 pkhtb r2, ip, r10,asr #16 /* r3 = W7 | (W3 << 16) */
77 smusdx r9, r2, r3 /* r9 = -B1 = W7*row[3] - W3*row[1] */
78 smlad r8, lr, r10,r8 /* B0 += W5*row[5] + W7*row[7] */
82 smlad r10,lr, r2, r10 /* B2 += W7*row[5] + W3*row[7] */
105 ldr r10,w57 /* r10 = W5 | (W7 << 16) */
112 smusdx r11,r3, r10 /* r11 = B3 = W7*ro
[all...]
H A Dsimple_idct_neon.S34 #define W7 4520 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 define
59 vmull.s16 q6, d4, w7 /* q6 = W7 * col[1] */
63 vmlsl.s16 q10, d8, w7 /* q10 -= W7 * col[3] */
93 vmlal.s16 q5, d5, w7 /* q5 += W7 * col[5] */
174 vmlal.s16 q5, d5, w7 /* q5 += W7 * col[5] */
234 .short W1, W2, W3, W4, W5, W6, W7, W4c
H A Dsimple_idct_armv5te.S32 #define W7 4520 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ define
38 #define W57 (W5 | (W7 << 16))
69 ldr lr, [pc, #(w57-.-8)] /* lr = W5 | (W7 << 16) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dfdct_altivec.c53 #define W7 (SQRT_2 * ( C1 + C3 - C5 - C7)) macro
62 { W4, W5, W6, W7 },
129 b1 = vec_madd(cnst, x7, x0); /* b1 = x7 * W7 + x0; */ \
186 b1 = vec_madd(cnst, x7, x0); /* b1 = x7 * W7 + x0; */ \

Completed in 135 milliseconds