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

  /external/webp/src/enc/
analysis.c 115 int max_value = 0, last_non_zero = 1; local
122 last_non_zero = k;
128 alpha = (max_value > 1) ? ALPHA_SCALE * last_non_zero / max_value : 0;
vp8enci.h 174 // TODO(skal): we only need to store the max_value and last_non_zero actually.

Completed in 131 milliseconds