Searched refs:vp9_pt_energy_class (Results 1 – 5 of 5) sorted by relevance
44 DECLARE_ALIGNED(16, extern const uint8_t, vp9_pt_energy_class[ENTROPY_TOKENS]);
95 const uint8_t vp9_pt_energy_class[ENTROPY_TOKENS] = { 0, 1, 2, 3, 3, 4, variable
121 token_cache[rc] = vp9_pt_energy_class[vp9_get_token(qcoeff[rc])]; in vp9_optimize_b()217 token_cache[rc] = vp9_pt_energy_class[t0]; in vp9_optimize_b()224 token_cache[rc] = vp9_pt_energy_class[t1]; in vp9_optimize_b()269 token_cache[rc] = vp9_pt_energy_class[t1]; in vp9_optimize_b()274 token_cache[rc] = vp9_pt_energy_class[t0]; in vp9_optimize_b()
405 token_cache[scan[c]] = vp9_pt_energy_class[token]; in tokenize_b()
401 token_cache[0] = vp9_pt_energy_class[prev_t]; in cost_coeffs()433 token_cache[0] = vp9_pt_energy_class[tok]; in cost_coeffs()446 token_cache[rc] = vp9_pt_energy_class[tok]; in cost_coeffs()