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 - 13
of
13
) 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
99
int (*token_costs)[COEF_BANDS][
PREV_COEF_CONTEXTS
]
131
unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [MAX_ENTROPY_TOKENS];
onyx_int.h
453
vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES];
454
char update_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES];
456
unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [ENTROPY_NODES][2];
711
[
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
);
1091
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/vp8/decoder/
decodframe.c
[
all
...]
Completed in 9420 milliseconds