Searched refs:vp8_variance_halfpixvar16x16_h (Results 1 – 7 of 7) sorted by relevance
470 RTCD_EXTERN unsigned int (*vp8_variance_halfpixvar16x16_h)(const unsigned char *src_ptr, int source… variable825 vp8_variance_halfpixvar16x16_h = vp8_variance_halfpixvar16x16_h_c; in setup_rtcd_internal()826 if (flags & HAS_MMX) vp8_variance_halfpixvar16x16_h = vp8_variance_halfpixvar16x16_h_mmx; in setup_rtcd_internal()827 if (flags & HAS_SSE2) vp8_variance_halfpixvar16x16_h = vp8_variance_halfpixvar16x16_h_wmt; in setup_rtcd_internal()
149 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_c macro
167 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_c macro
181 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_armv6 macro
214 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_neon macro
2019 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_h = vp8_variance_halfpixvar16x16_h; in vp8_create_compressor()