Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c384 int band_left = *band_count++; in cost_coeffs() local
405 if (!--band_left) { in cost_coeffs()
406 band_left = *band_count++; in cost_coeffs()
412 if (band_left) cost += (*token_costs)[0][!prev_t][EOB_TOKEN]; in cost_coeffs()
415 int band_left = *band_count++; in cost_coeffs() local
439 if (!--band_left) { in cost_coeffs()
440 band_left = *band_count++; in cost_coeffs()
447 if (band_left) { in cost_coeffs()