Home
last modified time | relevance | path

Searched refs:vp8_sad4x4 (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c19 SADFunction *vp8_sad4x4; variable
152 vp8_sad4x4 = vp8_sad4x4_ppc; in vp8_cmachine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dmfqe.c181 usad = (vp8_sad4x4(u, uv_stride, ud, uvd_stride, UINT_MAX) + 8) >> 4; in multiframe_quality_enhance_block()
182 vsad = (vp8_sad4x4(v, uv_stride, vd, uvd_stride, UINT_MAX) + 8) >> 4; in multiframe_quality_enhance_block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h294 RTCD_EXTERN unsigned int (*vp8_sad4x4)(const unsigned char *src_ptr, int src_stride, const unsigned… variable
687 vp8_sad4x4 = vp8_sad4x4_c; in setup_rtcd_internal()
688 if (flags & HAS_MMX) vp8_sad4x4 = vp8_sad4x4_mmx; in setup_rtcd_internal()
689 if (flags & HAS_SSE2) vp8_sad4x4 = vp8_sad4x4_wmt; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h158 #define vp8_sad4x4 vp8_sad4x4_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h158 #define vp8_sad4x4 vp8_sad4x4_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h176 #define vp8_sad4x4 vp8_sad4x4_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h192 #define vp8_sad4x4 vp8_sad4x4_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h228 #define vp8_sad4x4 vp8_sad4x4_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2056 cpi->fn_ptr[BLOCK_4X4].sdf = vp8_sad4x4; in vp8_create_compressor()