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

  /external/libvpx/libvpx/vp8/encoder/
defaultcoefcounts.h 16 [MAX_ENTROPY_TOKENS] =
tokenize.h 40 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
block.h 103 [MAX_ENTROPY_TOKENS];
134 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
bitstream.c 823 const unsigned int probs[PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS],
827 for (i=0; i < MAX_ENTROPY_TOKENS; ++i)
863 unsigned int prev_coef_count_sum[MAX_ENTROPY_TOKENS] = {0};
864 int prev_coef_savings[MAX_ENTROPY_TOKENS] = {0};
865 const unsigned int (*probs)[MAX_ENTROPY_TOKENS];
870 probs = (const unsigned int (*)[MAX_ENTROPY_TOKENS])
887 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree,
947 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree,
    [all...]
tokenize.c 24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
434 fprintf(f, "int Contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];\n\n");
436 fprintf(f, "const int default_contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS] = {");
469 while (++t < MAX_ENTROPY_TOKENS);
onyx_int.h 697 [PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
rdopt.c 152 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS],
    [all...]
  /external/libvpx/libvpx/vp8/common/
entropy.h 33 #define MAX_ENTROPY_TOKENS 12
38 extern const struct vp8_token_struct vp8_coef_encodings[MAX_ENTROPY_TOKENS];
87 extern DECLARE_ALIGNED(16, const unsigned char, vp8_prev_token_class[MAX_ENTROPY_TOKENS]);
entropy.c 42 vp8_prev_token_class[MAX_ENTROPY_TOKENS]) =
104 vp8_token vp8_coef_encodings[MAX_ENTROPY_TOKENS] =
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 37 #define MAX_ENTROPY_TOKENS 12
44 vp9_pt_energy_class[MAX_ENTROPY_TOKENS]);
46 extern const vp9_tree_index vp9_coef_tree[TREE_SIZE(MAX_ENTROPY_TOKENS)];
51 extern struct vp9_token vp9_coef_encodings[MAX_ENTROPY_TOKENS];
61 extern const vp9_extra_bit vp9_extra_bits[MAX_ENTROPY_TOKENS];
96 [MAX_ENTROPY_TOKENS];
vp9_entropy.c 114 DECLARE_ALIGNED(16, const uint8_t, vp9_pt_energy_class[MAX_ENTROPY_TOKENS]) = {
122 const vp9_tree_index vp9_coef_tree[TREE_SIZE(MAX_ENTROPY_TOKENS)] = {
136 struct vp9_token vp9_coef_encodings[MAX_ENTROPY_TOKENS];
340 const vp9_extra_bit vp9_extra_bits[MAX_ENTROPY_TOKENS] = {
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 64 static const int token_to_counttoken[MAX_ENTROPY_TOKENS] = {
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 88 [PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
vp9_bitstream.c 693 for (t = 0; t < MAX_ENTROPY_TOKENS; ++t)
696 context_counters[tx_size][i][j][k][l][MAX_ENTROPY_TOKENS] +=
    [all...]
vp9_rdopt.c 501 unsigned int (*token_costs)[2][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS] =
    [all...]

Completed in 66 milliseconds