Home
last modified time | relevance | path

Searched refs:non_zero_count (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c129 int i, non_zero_count = (int)n_coeffs, eob = -1; in vpx_quantize_b_c() local
144 non_zero_count--; in vpx_quantize_b_c()
151 for (i = 0; i < non_zero_count; i++) { in vpx_quantize_b_c()
181 int i, non_zero_count = (int)n_coeffs, eob = -1; in vpx_highbd_quantize_b_c() local
196 non_zero_count--; in vpx_highbd_quantize_b_c()
203 for (i = 0; i < non_zero_count; i++) { in vpx_highbd_quantize_b_c()
/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c288 int non_zero_count = 0; in estimate_mb_mvs() local
314 ++non_zero_count; in estimate_mb_mvs()
320 if (non_zero_count > 0) in estimate_mb_mvs()
322 filtered_mv->col /= non_zero_count; in estimate_mb_mvs()
323 filtered_mv->row /= non_zero_count; in estimate_mb_mvs()