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

  /external/chromium_org/third_party/libwebp/enc/
alpha.c 314 const int alpha_levels = (quality <= 70) ? (2 + quality / 5) local
316 ok = QuantizeLevels(quant_alpha, width, height, alpha_levels, &sse);
  /external/webp/src/enc/
alpha.c 314 const int alpha_levels = (quality <= 70) ? (2 + quality / 5) local
316 ok = QuantizeLevels(quant_alpha, width, height, alpha_levels, &sse);

Completed in 96 milliseconds