HomeSort by relevance Sort by last modified time
    Searched refs:vp8_sub_pixel_variance16x16_c (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/
variance_c.c 368 unsigned int vp8_sub_pixel_variance16x16_c function
400 return vp8_sub_pixel_variance16x16_c(src_ptr, source_stride, 4, 0,
412 return vp8_sub_pixel_variance16x16_c(src_ptr, source_stride, 0, 4,
424 return vp8_sub_pixel_variance16x16_c(src_ptr, source_stride, 4, 4,
440 vp8_sub_pixel_variance16x16_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
variance.h 266 #define vp8_variance_subpixvar16x16 vp8_sub_pixel_variance16x16_c
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 63 cpi->rtcd.variance.subpixvar16x16 = vp8_sub_pixel_variance16x16_c;

Completed in 3818 milliseconds