Searched refs:vp8_mse16x16 (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 27 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/ |
D | picklpf.c | 86 Total += vp8_mse16x16(src + j, source->y_stride, in calc_partial_ssl_err()
|
D | firstpass.c | 425 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()
|
D | onyx_if.c | 2442 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/ |
D | vp8_rtcd.h | 223 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/ |
D | vp8_rtcd.h | 224 #define vp8_mse16x16 vp8_mse16x16_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 224 #define vp8_mse16x16 vp8_mse16x16_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 242 #define vp8_mse16x16 vp8_mse16x16_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 260 #define vp8_mse16x16 vp8_mse16x16_armv6 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 301 #define vp8_mse16x16 vp8_mse16x16_neon macro
|