Home
last modified time | relevance | path

Searched refs:vp8_variance_halfpixvar16x16_v (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h480 RTCD_EXTERN unsigned int (*vp8_variance_halfpixvar16x16_v)(const unsigned char *src_ptr, int source… variable
833 vp8_variance_halfpixvar16x16_v = vp8_variance_halfpixvar16x16_v_c; in setup_rtcd_internal()
834 if (flags & HAS_MMX) vp8_variance_halfpixvar16x16_v = vp8_variance_halfpixvar16x16_v_mmx; in setup_rtcd_internal()
835 if (flags & HAS_SSE2) vp8_variance_halfpixvar16x16_v = vp8_variance_halfpixvar16x16_v_wmt; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h152 #define vp8_variance_halfpixvar16x16_v vp8_variance_halfpixvar16x16_v_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h152 #define vp8_variance_halfpixvar16x16_v vp8_variance_halfpixvar16x16_v_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h170 #define vp8_variance_halfpixvar16x16_v vp8_variance_halfpixvar16x16_v_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h185 #define vp8_variance_halfpixvar16x16_v vp8_variance_halfpixvar16x16_v_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h219 #define vp8_variance_halfpixvar16x16_v vp8_variance_halfpixvar16x16_v_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2020 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_v = vp8_variance_halfpixvar16x16_v; in vp8_create_compressor()