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

  /external/opencv3/3rdparty/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 269 int i4_alpha; local
300 i4_alpha = GetAlpha(&total_histo);
301 if (IS_BETTER_ALPHA(i4_alpha, best_alpha)) {
303 best_alpha = i4_alpha;

Completed in 80 milliseconds