Searched refs:vp8_sad8x8 (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 18 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/ |
D | mfqe.c | 164 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/ |
D | vp8_rtcd.h | 328 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/ |
D | vp8_rtcd.h | 161 #define vp8_sad8x8 vp8_sad8x8_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 161 #define vp8_sad8x8 vp8_sad8x8_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 179 #define vp8_sad8x8 vp8_sad8x8_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 195 #define vp8_sad8x8 vp8_sad8x8_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 232 #define vp8_sad8x8 vp8_sad8x8_neon macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 2046 cpi->fn_ptr[BLOCK_8X8].sdf = vp8_sad8x8; in vp8_create_compressor()
|