Searched refs:non_zero_count (Results 1 – 2 of 2) sorted by relevance
122 int i, non_zero_count = (int)n_coeffs, eob = -1; in vpx_quantize_b_c() local137 non_zero_count--; in vpx_quantize_b_c()144 for (i = 0; i < non_zero_count; i++) { in vpx_quantize_b_c()173 int i, non_zero_count = (int)n_coeffs, eob = -1; in vpx_highbd_quantize_b_c() local188 non_zero_count--; in vpx_highbd_quantize_b_c()195 for (i = 0; i < non_zero_count; i++) { in vpx_highbd_quantize_b_c()
244 int non_zero_count = 0; in estimate_mb_mvs() local264 ++non_zero_count; in estimate_mb_mvs()270 if (non_zero_count > 0) { in estimate_mb_mvs()271 filtered_mv->col /= non_zero_count; in estimate_mb_mvs()272 filtered_mv->row /= non_zero_count; in estimate_mb_mvs()