Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.h40 #define ENTROPY_TOKENS 12 macro
44 DECLARE_ALIGNED(16, extern const uint8_t, vp9_pt_energy_class[ENTROPY_TOKENS]);
57 extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
90 [ENTROPY_TOKENS];
Dvp9_entropy.c92 const uint8_t vp9_pt_energy_class[ENTROPY_TOKENS] = {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c32 const vp9_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
47 const vp9_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
89 const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS] = {
104 struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS];
229 unsigned int (*const counts)[COEFF_CONTEXTS][ENTROPY_TOKENS] = in tokenize_b()
Dvp9_block.h86 [COEFF_CONTEXTS][ENTROPY_TOKENS];
Dvp9_rdopt.c566 unsigned int (*token_costs)[2][COEFF_CONTEXTS][ENTROPY_TOKENS] = in cost_coeffs()