Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h44 DECLARE_ALIGNED(16, extern const uint8_t, vp9_pt_energy_class[ENTROPY_TOKENS]);
Dvp9_entropy.c95 const uint8_t vp9_pt_energy_class[ENTROPY_TOKENS] = { 0, 1, 2, 3, 3, 4, variable
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c117 token_cache[rc] = vp9_pt_energy_class[vp9_get_token(qcoeff[rc])]; in vp9_optimize_b()
213 token_cache[rc] = vp9_pt_energy_class[t0]; in vp9_optimize_b()
220 token_cache[rc] = vp9_pt_energy_class[t1]; in vp9_optimize_b()
265 token_cache[rc] = vp9_pt_energy_class[t1]; in vp9_optimize_b()
270 token_cache[rc] = vp9_pt_energy_class[t0]; in vp9_optimize_b()
Dvp9_tokenize.c405 token_cache[scan[c]] = vp9_pt_energy_class[token]; in tokenize_b()
Dvp9_rdopt.c393 token_cache[0] = vp9_pt_energy_class[prev_t]; in cost_coeffs()
425 token_cache[0] = vp9_pt_energy_class[tok]; in cost_coeffs()
438 token_cache[rc] = vp9_pt_energy_class[tok]; in cost_coeffs()