Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.h44 DECLARE_ALIGNED(16, extern const uint8_t, vp9_pt_energy_class[ENTROPY_TOKENS]);
Dvp9_entropy.c92 const uint8_t vp9_pt_energy_class[ENTROPY_TOKENS] = { variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c70 token_cache[scan[c]] = vp9_pt_energy_class[token]; \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c273 vp9_pt_energy_class[vp9_dct_value_tokens_ptr[v].token]; in tokenize_b()
Dvp9_encodemb.c102 token_cache[scan[idx]] = vp9_pt_energy_class[token]; in trellis_get_coeff_context()
154 token_cache[scan[i]] = vp9_pt_energy_class[vp9_dct_value_tokens_ptr[ in optimize_b()
Dvp9_rdopt.c586 token_cache[0] = vp9_pt_energy_class[prev_t]; in cost_coeffs()
601 token_cache[rc] = vp9_pt_energy_class[t]; in cost_coeffs()