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

  /external/webp/src/enc/
histogram_enc.c 477 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); local
483 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits);
986 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; local
    [all...]
vp8l_enc.c 718 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; local
733 histogram_ix = histogram_symbols[(y >> histo_bits) * histo_xsize +
    [all...]

Completed in 205 milliseconds