OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_ENTROPY_TOKENS
(Results
1 - 18
of
18
) 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/encoder/
vp9_tokenize.h
32
[
MAX_ENTROPY_TOKENS
+ 1];
vp9_tokenize.c
33
vp9_pt_energy_class[
MAX_ENTROPY_TOKENS
]);
285
} while (++t < 1 +
MAX_ENTROPY_TOKENS
);
319
unsigned int coef_counts[
MAX_ENTROPY_TOKENS
+ 1];
324
for (t = 0; t <
MAX_ENTROPY_TOKENS
+ 1; ++t)
328
branch_ct[0][1] = coef_counts[
MAX_ENTROPY_TOKENS
] - branch_ct[0][0];
vp9_block.h
82
[PREV_COEF_CONTEXTS][
MAX_ENTROPY_TOKENS
];
vp9_bitstream.c
772
for (t = 0; t <
MAX_ENTROPY_TOKENS
; ++t)
775
context_counters[tx_size][i][j][k][l][
MAX_ENTROPY_TOKENS
] +=
[
all
...]
vp9_encodemb.c
23
vp9_pt_energy_class[
MAX_ENTROPY_TOKENS
]);
vp9_rdopt.c
49
vp9_pt_energy_class[
MAX_ENTROPY_TOKENS
]);
495
unsigned int (*token_costs)[2][PREV_COEF_CONTEXTS][
MAX_ENTROPY_TOKENS
] =
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
33
#define
MAX_ENTROPY_TOKENS
12
44
extern struct vp9_token vp9_coef_encodings[
MAX_ENTROPY_TOKENS
];
88
[
MAX_ENTROPY_TOKENS
];
vp9_entropy.c
51
DECLARE_ALIGNED(16, const uint8_t, vp9_pt_energy_class[
MAX_ENTROPY_TOKENS
]) = {
218
struct vp9_token vp9_coef_encodings[
MAX_ENTROPY_TOKENS
];
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
65
vp9_pt_energy_class[
MAX_ENTROPY_TOKENS
]);
Completed in 123 milliseconds