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/vp8/common/
defaultcoefcounts.h
14
static const unsigned int default_coef_counts [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens] =
coefupdateprobs.h
15
const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens-1] =
entropy.h
86
# define
PREV_COEF_CONTEXTS
3
90
extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens-1];
entropy.c
155
while (++k <
PREV_COEF_CONTEXTS
);
onyxc_int.h
44
vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens-1];
/external/libvpx/vp8/encoder/
tokenize.h
40
extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens];
block.h
113
unsigned int token_costs[BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens];
onyx_int.h
459
unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens]; /* for this frame */
460
//DECLARE_ALIGNED(16, int, coef_counts_backup [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens]); //not used any more
462
vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens-1];
463
unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens-1][2];
tokenize.c
24
_int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens];
352
fprintf(f, "int Contexts[BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens];\n\n");
354
fprintf(f, "const int default_contexts[BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens] = {");
391
while (++pt <
PREV_COEF_CONTEXTS
);
bitstream.c
53
static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens-1] [2];
[
all
...]
rdopt.c
142
unsigned int c [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens],
143
const vp8_prob p [BLOCK_TYPES] [COEF_BANDS] [
PREV_COEF_CONTEXTS
] [vp8_coef_tokens-1]
151
for (k = 0; k <
PREV_COEF_CONTEXTS
; k++)
[
all
...]
/external/libvpx/vp8/decoder/
detokenize.c
21
#define OCB_X
PREV_COEF_CONTEXTS
* ENTROPY_NODES
decodframe.c
829
for (k = 0; k <
PREV_COEF_CONTEXTS
; k++)
Completed in 4154 milliseconds