Lines Matching refs:eob
26 int i, non_zero_count = (int)n_coeffs, eob = -1; in quantize_b_adaptive_helper_c() local
79 eob = i; in quantize_b_adaptive_helper_c()
87 if (eob >= 0 && first == eob) { in quantize_b_adaptive_helper_c()
88 const int rc = scan[eob]; in quantize_b_adaptive_helper_c()
99 eob = -1; in quantize_b_adaptive_helper_c()
104 *eob_ptr = eob + 1; in quantize_b_adaptive_helper_c()
118 int i, non_zero_count = (int)n_coeffs, eob = -1; in quantize_b_helper_c() local
163 if (tmp32) eob = i; in quantize_b_helper_c()
166 *eob_ptr = eob + 1; in quantize_b_helper_c()
176 int i, eob = -1; in highbd_quantize_b_adaptive_helper_c() local
230 eob = idx_arr[i]; in highbd_quantize_b_adaptive_helper_c()
232 if (first == -1) first = eob; in highbd_quantize_b_adaptive_helper_c()
237 if (eob >= 0 && first == eob) { in highbd_quantize_b_adaptive_helper_c()
238 const int rc = scan[eob]; in highbd_quantize_b_adaptive_helper_c()
249 eob = -1; in highbd_quantize_b_adaptive_helper_c()
254 *eob_ptr = eob + 1; in highbd_quantize_b_adaptive_helper_c()
264 int i, eob = -1; in highbd_quantize_b_helper_c() local
309 if (abs_qcoeff) eob = idx_arr[i]; in highbd_quantize_b_helper_c()
311 *eob_ptr = eob + 1; in highbd_quantize_b_helper_c()