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

  /external/libvpx/vp8/encoder/
variance_c.c 115 unsigned int vp8_variance8x16_c( function
491 return vp8_variance8x16_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse);
variance.h 229 #define vp8_variance_var8x16 vp8_variance8x16_c
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 55 cpi->rtcd.variance.var8x16 = vp8_variance8x16_c;