Searched refs:W4 (Results 1 - 25 of 158) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Dsimple_idct_alpha.c34 // W4 is actually exactly 16384, but using 16383 works around
39 #define W4 16383 macro
57 a0 = W4 * sextw(l) + (1 << (ROW_SHIFT - 1));
86 a0 += W4 * t;
87 a1 -= W4 * t;
88 a2 -= W4 * t;
89 a3 += W4 * t;
159 col[0] += (1 << (COL_SHIFT - 1)) / W4;
161 a0 = W4 * col[8 * 0];
162 a1 = W4 * co
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Dsimple_idct_alpha.c33 // W4 is actually exactly 16384, but using 16383 works around
38 #define W4 16383 macro
56 a0 = W4 * sextw(l) + (1 << (ROW_SHIFT - 1));
85 a0 += W4 * t;
86 a1 -= W4 * t;
87 a2 -= W4 * t;
88 a3 += W4 * t;
158 col[0] += (1 << (COL_SHIFT - 1)) / W4;
160 a0 = W4 * col[8 * 0];
161 a1 = W4 * co
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsimple_idct_template.c40 #undef W4 macro
55 #define W4 16383 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
73 #define W4 (16384*4) // 65535 macro
85 #define W4 32767 macro
141 a0 = (W4 * row[0]) + (1 << (ROW_SHIFT + extra_shift - 1));
161 a0 += W4*row[4] + W6*row[6];
162 a1 += - W4*row[4] - W2*row[6];
163 a2 += - W4*row[4] + W2*row[6];
164 a3 += W4*row[4] - W6*row[6];
190 a0 = W4 * (co
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsimple_idct_template.c38 #undef W4 macro
53 #define W4 16383 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
70 #define W4 65535 macro
125 a0 = (W4 * row[0]) + (1 << (ROW_SHIFT - 1));
145 a0 += W4*row[4] + W6*row[6];
146 a1 += - W4*row[4] - W2*row[6];
147 a2 += - W4*row[4] + W2*row[6];
148 a3 += W4*row[4] - W6*row[6];
174 a0 = W4 * (col[8*0] + ((1<<(COL_SHIFT-1))/W4)); \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsimple_idct_arm.S32 #define W4 16383 define
163 @@ a0 = (W4 * row[0]) + (1 << (ROW_SHIFT - 1));
168 ldr r9, =W4 @ R9=W4
169 mul r6, r9, r6 @ R6=W4*ROWr16[0]
172 add r6, r6, #ROW_SHIFTED_1 @ R6=W4*ROWr16[0] + 1<<(ROW_SHIFT-1) (a0)
189 @@ R5=b2, R6=a0, R7=b3, R8=W2, R9=W4, R10=W6, R11 (free),
193 @@ a0 += W4*row[4]
194 @@ a1 -= W4*row[4]
195 @@ a2 -= W4*ro
[all...]
H A Dsimple_idct_armv6.S29 #define W4 16383 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ define
38 #define W42 (W4 | (W2 << 16))
39 #define W42n (-W4&0xffff | (-W2 << 16))
40 #define W46 (W4 | (W6 << 16))
54 ldr lr, =W46 /* lr = W4 | (W6 << 16) */
72 ldr r3, =W42n /* r3 = -W4 | (-W2 << 16) */
76 ldr ip, =W46 /* ip = W4 | (W6 << 16) */
79 smlad r5, r2, r3, r5 /* A1 += -W4*row[4] - W2*row[6] */
80 smlsd r6, r2, r3, r6 /* A2 += -W4*row[4] + W2*row[6] */
81 smlad r4, r2, ip, r4 /* A0 += W4*ro
[all...]
H A Dsimple_idct_neon.S31 #define W4 16383 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 define
35 #define W4c ((1<<(COL_SHIFT-1))/W4)
85 vmlal.s16 q15, d2, w4 /* q15 += W4 * col[0] */
100 vmull.s16 q7, d3, w4 /* q7 = W4 * col[4] */
159 vmull.s16 q15, d30, w4 /* q15 = W4*(col[0]+(1<<COL_SHIFT-1)/W4)*/
172 vmull.s16 q7, d3, w4 /* q7 = W4 * col[4] */
247 .short W1, W2, W3, W4, W5, W6, W7, W4c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dsimple_idct_arm.S33 #define W4 16383 define
175 @@ a0 = (W4 * row[0]) + (1 << (ROW_SHIFT - 1));
180 ldr r9, [r12, #offW4] @ R9=W4
181 mul r6, r9, r6 @ R6=W4*ROWr16[0]
184 add r6, r6, #ROW_SHIFTED_1 @ R6=W4*ROWr16[0] + 1<<(ROW_SHIFT-1) (a0)
201 @@ R5=b2, R6=a0, R7=b3, R8=W2, R9=W4, R10=W6, R11 (free),
205 @@ a0 += W4*row[4]
206 @@ a1 -= W4*row[4]
207 @@ a2 -= W4*row[4]
208 @@ a3 += W4*ro
[all...]
H A Dsimple_idct_armv6.S29 #define W4 16383 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ define
38 #define W42 (W4 | (W2 << 16))
39 #define W42n (-W4&0xffff | (-W2 << 16))
40 #define W46 (W4 | (W6 << 16))
63 ldr lr, w46 /* lr = W4 | (W6 << 16) */
81 ldr r3, w42n /* r3 = -W4 | (-W2 << 16) */
85 ldr ip, w46 /* ip = W4 | (W6 << 16) */
88 smlad r5, r2, r3, r5 /* A1 += -W4*row[4] - W2*row[6] */
89 smlsd r6, r2, r3, r6 /* A2 += -W4*row[4] + W2*row[6] */
90 smlad r4, r2, ip, r4 /* A0 += W4*ro
[all...]
H A Dsimple_idct_neon.S31 #define W4 16383 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 define
35 #define W4c ((1<<(COL_SHIFT-1))/W4)
85 vmlal.s16 q15, d2, w4 /* q15 += W4 * col[0] */
100 vmull.s16 q7, d3, w4 /* q7 = W4 * col[4] */
159 vmull.s16 q15, d30, w4 /* q15 = W4*(col[0]+(1<<COL_SHIFT-1)/W4)*/
172 vmull.s16 q7, d3, w4 /* q7 = W4 * col[4] */
247 .short W1, W2, W3, W4, W5, W6, W7, W4c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dproresdsp.asm30 %define W4sh2 16384 ; W4 = 65535 = 16384<<2 - 1
86 ; a0 = (W4 * row[0]) + (1 << (15 - 1));
115 ; a0 += W4*row[4] + W6*row[6]; i.e. -1*row[4]
116 ; a1 -= W4*row[4] + W2*row[6]; i.e. -1*row[4]-1*row[6]
117 ; a2 -= W4*row[4] - W2*row[6]; i.e. -1*row[4]+1*row[6]
118 ; a3 += W4*row[4] - W6*row[6]; i.e. -1*row[4]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dproresdsp.asm30 %define W4sh2 16384 ; W4 = 65535 = 16384<<2 - 1
87 ; a0 = (W4 * row[0]) + (1 << (15 - 1));
138 ; a0 += W4*row[4] + W6*row[6]; i.e. -1*row[4]
139 ; a1 -= W4*row[4] + W2*row[6]; i.e. -1*row[4]-1*row[6]
140 ; a2 -= W4*row[4] - W2*row[6]; i.e. -1*row[4]+1*row[6]
141 ; a3 += W4*row[4] - W6*row[6]; i.e. -1*row[4]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/deprecated/
H A Dmakefile.vc30 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
41 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
65 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
76 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/fl/
H A Dmakefile.vc27 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
40 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
53 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
66 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
79 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/gizmos/
H A Dmakefile.vc30 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
52 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
69 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
88 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dmakefile.vc27 $(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_CONSOLE \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Dmakefile.vc27 $(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
35 $(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/render/
H A Dmakefile.vc27 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
41 /I$(SETUPHDIR) /I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sockets/
H A Dmakefile.vc27 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
40 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/foldbar/
H A Dmakefile.vc30 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
49 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/net/
H A Dmakefile.vc30 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
49 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/plot/
H A Dmakefile.vc30 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
47 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/svg/
H A Dmakefile.vc30 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
47 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dmakefile.vc27 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
40 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dmakefile.vc27 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_CONSOLE \
45 $(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \

Completed in 204 milliseconds

1234567