Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c134 int16_t band_left = eob - band_cum_count_table[tx_size][band] + 1; in vp9_optimize_b() local
204 if (!(--band_left)) { in vp9_optimize_b()
206 band_left = *band_counts; in vp9_optimize_b()
295 if (!(--band_left)) { in vp9_optimize_b()
297 band_left = *band_counts; in vp9_optimize_b()
Dvp9_rdopt.c382 int band_left = *band_count++; in cost_coeffs() local
403 if (!--band_left) { in cost_coeffs()
404 band_left = *band_count++; in cost_coeffs()
410 if (band_left) cost += (*token_costs)[0][!prev_t][EOB_TOKEN]; in cost_coeffs()
413 int band_left = *band_count++; in cost_coeffs() local
437 if (!--band_left) { in cost_coeffs()
438 band_left = *band_count++; in cost_coeffs()
445 if (band_left) { in cost_coeffs()