OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREV_COEF_CONTEXTS
(Results
1 - 22
of
22
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
defaultcoefcounts.h
15
[
PREV_COEF_CONTEXTS
]
tokenize.h
40
extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [MAX_ENTROPY_TOKENS];
block.h
102
int (*token_costs)[COEF_BANDS][
PREV_COEF_CONTEXTS
]
134
unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [MAX_ENTROPY_TOKENS];
onyx_int.h
444
vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES];
445
char update_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES];
447
unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES][2];
697
[
PREV_COEF_CONTEXTS
][MAX_ENTROPY_TOKENS];
bitstream.c
55
static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES] [2];
791
coef_probs[BLOCK_TYPES][COEF_BANDS][
PREV_COEF_CONTEXTS
][ENTROPY_NODES])
803
for (k = 0; k <
PREV_COEF_CONTEXTS
; k++)
823
const unsigned int probs[
PREV_COEF_CONTEXTS
][MAX_ENTROPY_TOKENS],
829
for (j=0; j <
PREV_COEF_CONTEXTS
; ++j)
907
while (++k <
PREV_COEF_CONTEXTS
);
969
while (++k <
PREV_COEF_CONTEXTS
);
1097
for (k = 0; k <
PREV_COEF_CONTEXTS
; ++k)
[
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] = {");
473
while (++pt <
PREV_COEF_CONTEXTS
);
rdopt.c
152
int c[BLOCK_TYPES][COEF_BANDS][
PREV_COEF_CONTEXTS
][MAX_ENTROPY_TOKENS],
153
const vp8_prob p[BLOCK_TYPES][COEF_BANDS][
PREV_COEF_CONTEXTS
][ENTROPY_NODES]
161
for (k = 0; k <
PREV_COEF_CONTEXTS
; k++)
[
all
...]
encodeframe.c
706
while (++k <
PREV_COEF_CONTEXTS
);
[
all
...]
/external/libvpx/libvpx/vp8/common/
coefupdateprobs.h
15
const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES] =
default_coef_probs.h
17
[
PREV_COEF_CONTEXTS
]
entropy.h
85
# define
PREV_COEF_CONTEXTS
3
89
extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES];
onyxc_int.h
43
vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES];
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
91
#define
PREV_COEF_CONTEXTS
6
95
typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][
PREV_COEF_CONTEXTS
]
97
typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][
PREV_COEF_CONTEXTS
]
145
[
PREV_COEF_CONTEXTS
]
149
[
PREV_COEF_CONTEXTS
]
vp9_entropy.c
386
unsigned int (*eob_branch_count)[REF_TYPES][COEF_BANDS][
PREV_COEF_CONTEXTS
] =
394
for (l = 0; l <
PREV_COEF_CONTEXTS
; ++l) {
vp9_onyxc_int.h
64
[COEF_BANDS][
PREV_COEF_CONTEXTS
];
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
101
const vp9_prob (*coef_probs)[
PREV_COEF_CONTEXTS
][UNCONSTRAINED_NODES] =
103
vp9_prob coef_probs_full[COEF_BANDS][
PREV_COEF_CONTEXTS
][ENTROPY_NODES];
104
uint8_t load_map[COEF_BANDS][
PREV_COEF_CONTEXTS
] = { { 0 } };
106
unsigned int (*coef_counts)[
PREV_COEF_CONTEXTS
][UNCONSTRAINED_NODES + 1] =
108
unsigned int (*eob_branch_count)[
PREV_COEF_CONTEXTS
] =
vp9_decodframe.c
561
for (l = 0; l <
PREV_COEF_CONTEXTS
; l++)
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
670
unsigned int (*eob_branch_ct)[REF_TYPES][COEF_BANDS][
PREV_COEF_CONTEXTS
] =
678
for (l = 0; l <
PREV_COEF_CONTEXTS
; ++l) {
729
for (l = 0; l <
PREV_COEF_CONTEXTS
; ++l) {
768
for (l = 0; l <
PREV_COEF_CONTEXTS
; ++l) {
810
PREV_COEF_CONTEXTS
>> 1 :
PREV_COEF_CONTEXTS
);
819
for (l = 0; l <
PREV_COEF_CONTEXTS
; ++l) {
[
all
...]
vp9_block.h
88
[
PREV_COEF_CONTEXTS
][MAX_ENTROPY_TOKENS];
vp9_rdopt.c
126
for (l = 0; l <
PREV_COEF_CONTEXTS
; l++) {
501
unsigned int (*token_costs)[2][
PREV_COEF_CONTEXTS
][MAX_ENTROPY_TOKENS] =
[
all
...]
vp9_onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
decodframe.c
[
all
...]
Completed in 1347 milliseconds