Searched refs:vp8_short_fdct8x4 (Results 1 – 8 of 8) sorted by relevance
41 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch); variable127 vp8_short_fdct8x4 = vp8_short_fdct8x4_ppc; in vp8_cmachine_specific_config()
350 RTCD_EXTERN void (*vp8_short_fdct8x4)(short *input, short *output, int pitch); variable730 vp8_short_fdct8x4 = vp8_short_fdct8x4_c; in setup_rtcd_internal()731 if (flags & HAS_MMX) vp8_short_fdct8x4 = vp8_short_fdct8x4_mmx; in setup_rtcd_internal()732 if (flags & HAS_SSE2) vp8_short_fdct8x4 = vp8_short_fdct8x4_sse2; in setup_rtcd_internal()
233 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c macro
251 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c macro
271 #define vp8_short_fdct8x4 vp8_short_fdct8x4_armv6 macro
315 #define vp8_short_fdct8x4 vp8_short_fdct8x4_neon macro
1048 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4; in vp8_set_speed_features()1054 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4; in vp8_set_speed_features()