Home
last modified time | relevance | path

Searched defs:W3 (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsimple_idct_template.c52 #define W3 19266 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
70 #define W3 19265 // 77062 macro
93 #define W3 38531 macro
Dwmv2dsp.c29 #define W3 2408 /* 2048*sqrt (2)*cos (3*pi/16) */ macro
/third_party/ffmpeg/libavcodec/arm/
Dsimple_idct_arm.S31 #define W3 19266 macro
Dsimple_idct_armv5te.S28 #define W3 19266 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ macro
Dsimple_idct_armv6.S28 #define W3 19266 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ macro
Dsimple_idct_neon.S30 #define W3 19266 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
/third_party/ffmpeg/libavcodec/mips/
Dsimple_idct_mmi.c33 #define W3 19266 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
Dwmv2dsp_mmi.c31 #define W3 2408 /* 2048*sqrt (2)*cos (3*pi/16) */ macro
/third_party/ffmpeg/libavcodec/alpha/
Dsimple_idct_alpha.c37 #define W3 19266 macro
/third_party/typescript/tests/cases/compiler/
DconstEnums.ts35 W3 = Enum1["A0"], enumerator
/third_party/openssl/crypto/sm3/
Dsm3_local.h50 #define EXPAND(W0,W7,W13,W3,W10) \ argument
/third_party/ffmpeg/libavcodec/ppc/
Dfdctdsp.c51 #define W3 (M_SQRT2 * C3) macro