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

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 686 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1; local
687 const int image_histo_raw_size = histo_xsize * histo_ysize;
  /external/webp/src/enc/
histogram.c 686 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1; local
687 const int image_histo_raw_size = histo_xsize * histo_ysize;

Completed in 200 milliseconds