Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h475 RTCD_EXTERN unsigned int (*vp8_variance_halfpixvar16x16_hv)(const unsigned char *src_ptr, int sourc… variable
829 vp8_variance_halfpixvar16x16_hv = vp8_variance_halfpixvar16x16_hv_c; in setup_rtcd_internal()
830 if (flags & HAS_MMX) vp8_variance_halfpixvar16x16_hv = vp8_variance_halfpixvar16x16_hv_mmx; in setup_rtcd_internal()
831 if (flags & HAS_SSE2) vp8_variance_halfpixvar16x16_hv = vp8_variance_halfpixvar16x16_hv_wmt; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h155 #define vp8_variance_halfpixvar16x16_hv vp8_variance_halfpixvar16x16_hv_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h155 #define vp8_variance_halfpixvar16x16_hv vp8_variance_halfpixvar16x16_hv_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h173 #define vp8_variance_halfpixvar16x16_hv vp8_variance_halfpixvar16x16_hv_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h189 #define vp8_variance_halfpixvar16x16_hv vp8_variance_halfpixvar16x16_hv_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h224 #define vp8_variance_halfpixvar16x16_hv vp8_variance_halfpixvar16x16_hv_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2021 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_hv = vp8_variance_halfpixvar16x16_hv; in vp8_create_compressor()