Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h470 RTCD_EXTERN unsigned int (*vp8_variance_halfpixvar16x16_h)(const unsigned char *src_ptr, int source… variable
825 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h149 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h149 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h167 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h181 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h214 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2019 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_h = vp8_variance_halfpixvar16x16_h; in vp8_create_compressor()