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

  /external/chromium_org/third_party/libwebp/enc/
analysis.c 268 int i4_alpha; local
298 i4_alpha = GetAlpha(&total_histo);
299 if (IS_BETTER_ALPHA(i4_alpha, best_alpha)) {
301 best_alpha = i4_alpha;
  /external/webp/src/enc/
analysis.c 268 int i4_alpha; local
298 i4_alpha = GetAlpha(&total_histo);
299 if (IS_BETTER_ALPHA(i4_alpha, best_alpha)) {
301 best_alpha = i4_alpha;

Completed in 352 milliseconds