Home
last modified time | relevance | path

Searched defs:W6 (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsimple_idct_template.c55 #define W6 8867 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
73 #define W6 8867 // 35468 macro
96 #define W6 17734 macro
Dwmv2dsp.c32 #define W6 1108 /* 2048*sqrt (2)*cos (6*pi/16) */ macro
/third_party/ffmpeg/libavcodec/arm/
Dsimple_idct_arm.S34 #define W6 8867 macro
Dsimple_idct_armv5te.S31 #define W6 8867 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ macro
Dsimple_idct_armv6.S31 #define W6 8867 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ macro
Dsimple_idct_neon.S33 #define W6 8867 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
/third_party/ffmpeg/libavcodec/mips/
Dsimple_idct_mmi.c36 #define W6 8867 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
Dwmv2dsp_mmi.c34 #define W6 1108 /* 2048*sqrt (2)*cos (6*pi/16) */ macro
/third_party/ffmpeg/libavcodec/alpha/
Dsimple_idct_alpha.c40 #define W6 8867 macro
/third_party/ffmpeg/libavcodec/ppc/
Dfdctdsp.c54 #define W6 (M_SQRT2 * (C1 + C3 + C5 - C7)) macro