Searched refs:last_non_zero (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/enc/
H A Danalysis_enc.c118 const int last_non_zero = histo->last_non_zero; local
120 (max_value > 1) ? ALPHA_SCALE * last_non_zero / max_value : 0;
126 histo->last_non_zero = 1;
134 if (in->last_non_zero > out->last_non_zero) {
135 out->last_non_zero = in->last_non_zero;
/external/webp/src/dsp/
H A Denc.c48 int max_value = 0, last_non_zero = 1; local
54 last_non_zero = k;
58 histo->last_non_zero = last_non_zero;
H A Ddsp.h254 // We only need to store max_value and last_non_zero, not the distribution.
256 int last_non_zero; member in struct:__anon30408

Completed in 182 milliseconds