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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 488 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1; local
489 const int histo_image_raw_size = histo_xsize * histo_ysize;
  /external/webp/src/enc/
histogram.c 873 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1; local
874 const int image_histo_raw_size = histo_xsize * histo_ysize;
    [all...]

Completed in 77 milliseconds