Searched refs:vp8_short_fdct4x4 (Results 1 – 8 of 8) sorted by relevance
40 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable126 vp8_short_fdct4x4 = vp8_short_fdct4x4_ppc; in vp8_cmachine_specific_config()
345 RTCD_EXTERN void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable726 vp8_short_fdct4x4 = vp8_short_fdct4x4_c; in setup_rtcd_internal()727 if (flags & HAS_MMX) vp8_short_fdct4x4 = vp8_short_fdct4x4_mmx; in setup_rtcd_internal()728 if (flags & HAS_SSE2) vp8_short_fdct4x4 = vp8_short_fdct4x4_sse2; in setup_rtcd_internal()
230 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
248 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
267 #define vp8_short_fdct4x4 vp8_short_fdct4x4_armv6 macro
310 #define vp8_short_fdct4x4 vp8_short_fdct4x4_neon macro
1049 cpi->mb.short_fdct4x4 = vp8_short_fdct4x4; in vp8_set_speed_features()1055 cpi->mb.short_fdct4x4 = vp8_short_fdct4x4; in vp8_set_speed_features()