Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dsad_c.c17 static unsigned int sad_mx_n_c(const unsigned char *src_ptr, int src_stride, in sad_mx_n_c() function
49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16); in vp8_sad16x16_c()
56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8); in vp8_sad8x8_c()
63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8); in vp8_sad16x8_c()
71 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 16); in vp8_sad8x16_c()
78 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 4, 4); in vp8_sad4x4_c()