HomeSort by relevance Sort by last modified time
    Searched refs:ENTROPY_TOKENS (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 40 #define ENTROPY_TOKENS 12
44 DECLARE_ALIGNED(16, extern const uint8_t, vp9_pt_energy_class[ENTROPY_TOKENS]);
113 [ENTROPY_TOKENS];
148 extern const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)];
vp9_entropy.c 20 const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
93 const uint8_t vp9_pt_energy_class[ENTROPY_TOKENS] = { 0, 1, 2, 3, 3, 4,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 64 extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
66 extern const vp9_extra_bit vp9_extra_bits_high10[ENTROPY_TOKENS];
67 extern const vp9_extra_bit vp9_extra_bits_high12[ENTROPY_TOKENS];
vp9_tokenize.c 75 const vpx_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
260 const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS] = {
276 const vp9_extra_bit vp9_extra_bits_high10[ENTROPY_TOKENS] = {
290 const vp9_extra_bit vp9_extra_bits_high12[ENTROPY_TOKENS] = {
306 const struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS] = {
369 unsigned int(*const counts)[COEFF_CONTEXTS][ENTROPY_TOKENS] =
vp9_block.h 50 [COEFF_CONTEXTS][ENTROPY_TOKENS];
vp9_ethread.c 33 for (n = 0; n < ENTROPY_TOKENS; n++)
vp9_encodemb.c 131 unsigned int(*token_costs)[2][COEFF_CONTEXTS][ENTROPY_TOKENS] =
    [all...]
vp9_rdopt.c 362 unsigned int(*token_costs)[2][COEFF_CONTEXTS][ENTROPY_TOKENS] =
419 unsigned int(*tok_cost_ptr)[COEFF_CONTEXTS][ENTROPY_TOKENS];
    [all...]

Completed in 186 milliseconds