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

  /external/webp/src/enc/
analysis_enc.c 118 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/
enc.c 48 int max_value = 0, last_non_zero = 1; local
54 last_non_zero = k;
58 histo->last_non_zero = last_non_zero;
dsp.h 254 // We only need to store max_value and last_non_zero, not the distribution.
256 int last_non_zero; member in struct:__anon43727

Completed in 160 milliseconds