Home
last modified time | relevance | path

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

/external/libvpx/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]);
87 extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
89 extern const vp9_extra_bit vp9_extra_bits_high10[ENTROPY_TOKENS];
90 extern const vp9_extra_bit vp9_extra_bits_high12[ENTROPY_TOKENS];
128 [ENTROPY_TOKENS];
163 extern const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)];
Dvp9_entropy.c19 const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
132 const uint8_t vp9_pt_energy_class[ENTROPY_TOKENS] = {
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c55 const vpx_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
388 const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS] = {
404 const vp9_extra_bit vp9_extra_bits_high10[ENTROPY_TOKENS] = {
418 const vp9_extra_bit vp9_extra_bits_high12[ENTROPY_TOKENS] = {
434 const struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS] = {
512 unsigned int (*const counts)[COEFF_CONTEXTS][ENTROPY_TOKENS] = in tokenize_b()
Dvp9_block.h48 [COEFF_CONTEXTS][ENTROPY_TOKENS];
Dvp9_ethread.c29 for (n = 0; n < ENTROPY_TOKENS; n++) in accumulate_rd_opt()
Dvp9_rdopt.c348 unsigned int (*token_costs)[2][COEFF_CONTEXTS][ENTROPY_TOKENS] = in cost_coeffs()