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

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 428 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); local
435 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits);
685 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; local
687 const int image_histo_raw_size = histo_xsize * histo_ysize;
vp8l.c 438 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; local
443 (y >> histo_bits) * histo_xsize +
    [all...]
  /external/webp/src/enc/
histogram.c 428 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); local
435 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits);
685 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; local
687 const int image_histo_raw_size = histo_xsize * histo_ysize;
vp8l.c 438 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; local
443 (y >> histo_bits) * histo_xsize +
    [all...]

Completed in 1357 milliseconds