Searched refs:prev_t (Results 1 – 1 of 1) sorted by relevance
389 int16_t prev_t; in cost_coeffs() local390 cost = vp9_get_token_cost(v, &prev_t, cat6_high_cost); in cost_coeffs()391 cost += (*token_costs)[0][pt][prev_t]; in cost_coeffs()393 token_cache[0] = vp9_pt_energy_class[prev_t]; in cost_coeffs()403 cost += (*token_costs)[!prev_t][!prev_t][t]; in cost_coeffs()404 prev_t = t; in cost_coeffs()412 if (band_left) cost += (*token_costs)[0][!prev_t][EOB_TOKEN]; in cost_coeffs()