Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c284 int prev_t = vp9_dct_value_tokens_ptr[v].token; in cost_coeffs() local
285 cost = (*token_costs)[0][pt][prev_t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs()
286 token_cache[0] = vp9_pt_energy_class[prev_t]; in cost_coeffs()
297 cost += (*token_costs)[!prev_t][!prev_t][t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs()
300 cost += (*token_costs)[!prev_t][pt][t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs()
303 prev_t = t; in cost_coeffs()
313 cost += (*token_costs)[0][!prev_t][EOB_TOKEN]; in cost_coeffs()