HomeSort by relevance Sort by last modified time
    Searched full:sad_mx_n_c (Results 1 - 1 of 1) sorted by null

  /external/libvpx/vp8/encoder/
sad_c.c 41 unsigned int sad_mx_n_c( function
76 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, 8, 8);
88 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, 16, 8);
101 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, 8, 16);
113 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, 4, 4);

Completed in 32 milliseconds