Home
last modified time | relevance | path

Searched refs:vp8_mse16x16 (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c27 variance_function *vp8_mse16x16; variable
137 vp8_mse16x16 = vp8_mse16x16_ppc; in vp8_cmachine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpicklpf.c86 Total += vp8_mse16x16(src + j, source->y_stride, in calc_partial_ssl_err()
Dfirstpass.c425 vp8_mse16x16 ( src_ptr, src_stride, raw_ptr, raw_stride, in zz_motion_search()
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride, in zz_motion_search()
456 v_fn_ptr.vf = vp8_mse16x16; in first_pass_motion_search()
Donyx_if.c2442 vp8_mse16x16(orig + col, orig_stride, in calc_plane_error()
5591 Total += vp8_mse16x16(src + j, source->y_stride, dst + j, dest->y_stride, &sse); in vp8_calc_ss_err()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h223 RTCD_EXTERN unsigned int (*vp8_mse16x16)(const unsigned char *src_ptr, int source_stride, const uns… variable
637 vp8_mse16x16 = vp8_mse16x16_c; in setup_rtcd_internal()
638 if (flags & HAS_MMX) vp8_mse16x16 = vp8_mse16x16_mmx; in setup_rtcd_internal()
639 if (flags & HAS_SSE2) vp8_mse16x16 = vp8_mse16x16_wmt; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h224 #define vp8_mse16x16 vp8_mse16x16_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h224 #define vp8_mse16x16 vp8_mse16x16_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h242 #define vp8_mse16x16 vp8_mse16x16_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h260 #define vp8_mse16x16 vp8_mse16x16_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h301 #define vp8_mse16x16 vp8_mse16x16_neon macro