OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tree_update_hist
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
29
extern vp9_coeff_stats
tree_update_hist
[TX_SIZES][BLOCK_TYPES];
251
vpx_memset(
tree_update_hist
, 0, sizeof(
tree_update_hist
));
253
fread(
tree_update_hist
, sizeof(
tree_update_hist
), 1, f);
vp9_bitstream.c
47
vp9_coeff_stats
tree_update_hist
[TX_SIZES][BLOCK_TYPES];
variable
870
++
tree_update_hist
[tx_size][i][j][k][l][t][u];
927
++
tree_update_hist
[tx_size][i][j][k][l][t][u];
941
++
tree_update_hist
[tx_size][i][j][k][l][t][u];
[
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];
variable
[
all
...]
Completed in 36 milliseconds