Home
last modified time | relevance | path

Searched refs:vp9_pt_energy_class (Results 1 – 6 of 6) 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.c132 const uint8_t vp9_pt_energy_class[ENTROPY_TOKENS] = { variable
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c199 token_cache[scan[c]] = vp9_pt_energy_class[token]; in decode_coefs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c555 token_cache[scan[c]] = vp9_pt_energy_class[token]; in tokenize_b()
Dvp9_encodemb.c83 token_cache[scan[idx]] = vp9_pt_energy_class[token]; in trellis_get_coeff_context()
140 vp9_pt_energy_class[vp9_get_token(qcoeff[scan[i]])]; in optimize_b()
Dvp9_rdopt.c378 token_cache[0] = vp9_pt_energy_class[prev_t]; in cost_coeffs()
395 token_cache[rc] = vp9_pt_energy_class[t]; in cost_coeffs()