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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 340 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); local
345 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits);
487 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; local
489 const int histo_image_raw_size = histo_xsize * histo_ysize;
vp8l.c 431 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; local
436 (y >> histo_bits) * histo_xsize +
    [all...]
  /external/webp/src/enc/
histogram.c 420 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); local
426 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits);
872 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; local
874 const int image_histo_raw_size = histo_xsize * histo_ysize;
    [all...]
vp8l.c 684 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; local
699 histogram_ix = histogram_symbols[(y >> histo_bits) * histo_xsize +
    [all...]

Completed in 69 milliseconds