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

  /external/libvpx/libvpx/vpx_dsp/
quantize.c 122 int i, non_zero_count = (int)n_coeffs, eob = -1; local
137 non_zero_count--;
144 for (i = 0; i < non_zero_count; i++) {
173 int i, non_zero_count = (int)n_coeffs, eob = -1; local
188 non_zero_count--;
195 for (i = 0; i < non_zero_count; i++) {
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 244 int non_zero_count = 0; local
264 ++non_zero_count;
270 if (non_zero_count > 0) {
271 filtered_mv->col /= non_zero_count;
272 filtered_mv->row /= non_zero_count;

Completed in 2271 milliseconds