OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_counters
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
tokenize.h
40
extern _int64
context_counters
[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
tokenize.c
24
_int64
context_counters
[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
variable
420
vpx_memset(
context_counters
, 0, sizeof(
context_counters
));
462
const _int64 x =
context_counters
[type] [band] [pt] [t];
bitstream.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
694
context_counters
[tx_size][i][j][k][l][t] +=
696
context_counters
[tx_size][i][j][k][l][MAX_ENTROPY_TOKENS] +=
[
all
...]
Completed in 1016 milliseconds