Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c18 SADFunction *vp8_sad8x8; variable
151 vp8_sad8x8 = vp8_sad8x8_ppc; in vp8_cmachine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dmfqe.c164 usad = (vp8_sad8x8(u, uv_stride, ud, uvd_stride, UINT_MAX) + 32) >> 6; in multiframe_quality_enhance_block()
165 vsad = (vp8_sad8x8(v, uv_stride, vd, uvd_stride, UINT_MAX)+ 32) >> 6; in multiframe_quality_enhance_block()
180 sad = (vp8_sad8x8(y, y_stride, yd, yd_stride, UINT_MAX) + 32) >> 6; in multiframe_quality_enhance_block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h328 RTCD_EXTERN unsigned int (*vp8_sad8x8)(const unsigned char *src_ptr, int src_stride, const unsigned… variable
713 vp8_sad8x8 = vp8_sad8x8_c; in setup_rtcd_internal()
714 if (flags & HAS_MMX) vp8_sad8x8 = vp8_sad8x8_mmx; in setup_rtcd_internal()
715 if (flags & HAS_SSE2) vp8_sad8x8 = vp8_sad8x8_wmt; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h161 #define vp8_sad8x8 vp8_sad8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h161 #define vp8_sad8x8 vp8_sad8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h179 #define vp8_sad8x8 vp8_sad8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h195 #define vp8_sad8x8 vp8_sad8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h232 #define vp8_sad8x8 vp8_sad8x8_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2046 cpi->fn_ptr[BLOCK_8X8].sdf = vp8_sad8x8; in vp8_create_compressor()