OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENTROPY_NODES
(Results
1 - 15
of
15
) sorted by null
/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
18
[
ENTROPY_NODES
] =
entropy.h
34
#define
ENTROPY_NODES
11
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
38
#define
ENTROPY_NODES
11
98
[
ENTROPY_NODES
][2];
vp9_entropy.c
18
#define MODEL_NODES (
ENTROPY_NODES
- UNCONSTRAINED_NODES)
306
for (i = UNCONSTRAINED_NODES; i <
ENTROPY_NODES
; ++i)
/external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c
191
vp9_prob bestnewp, newplist[
ENTROPY_NODES
], oldplist[
ENTROPY_NODES
];
194
for (i = UNCONSTRAINED_NODES, old_b = 0; i <
ENTROPY_NODES
; ++i)
208
for (i = UNCONSTRAINED_NODES, new_b = 0; i <
ENTROPY_NODES
; ++i)
vp9_bitstream.c
274
vp9_prob probs[
ENTROPY_NODES
];
[
all
...]
vp9_rdopt.c
127
vp9_prob probs[
ENTROPY_NODES
];
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
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
])
806
for (l = 0; l <
ENTROPY_NODES
; l++)
905
while (++t <
ENTROPY_NODES
);
920
while (++k <
ENTROPY_NODES
);
967
while (++t <
ENTROPY_NODES
);
1094
int prev_coef_savings[
ENTROPY_NODES
] = {0};
1100
for (t = 0; t <
ENTROPY_NODES
; ++t)
[
all
...]
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];
encodeframe.c
704
while (++t <
ENTROPY_NODES
);
[
all
...]
rdopt.c
153
const vp8_prob p[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][
ENTROPY_NODES
]
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
103
vp9_prob coef_probs_full[COEF_BANDS][PREV_COEF_CONTEXTS][
ENTROPY_NODES
];
/external/libvpx/libvpx/vp8/decoder/
decodframe.c
[
all
...]
Completed in 619 milliseconds