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

  /external/chromium_org/third_party/libwebp/utils/
quant_levels.c 38 int i, num_levels_in, iter; local
56 num_levels_in = 0;
58 num_levels_in += (freq[data[n]] == 0);
65 if (num_levels_in <= num_levels) goto End; // nothing to do!
  /external/webp/src/utils/
quant_levels.c 38 int i, num_levels_in, iter; local
56 num_levels_in = 0;
58 num_levels_in += (freq[data[n]] == 0);
65 if (num_levels_in <= num_levels) goto End; // nothing to do!

Completed in 122 milliseconds