Searched refs:vp8_coef_tree (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | entropy.h | 40 extern const vp8_tree_index vp8_coef_tree[];
|
D | entropy.c | 86 const vp8_tree_index vp8_coef_tree[ 22] = /* corresponding _CONTEXT_NODEs */ variable
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 191 i = vp8_coef_tree[i+bb]; in vp8_pack_tokens() 888 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in independent_coef_context_savings() 948 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in default_coef_context_savings()
|
D | rdopt.c | 168 vp8_cost_tokens2(c[i][j][k], p [i][j][k], vp8_coef_tree, 2); in fill_token_costs() 170 vp8_cost_tokens(c[i][j][k], p [i][j][k], vp8_coef_tree); in fill_token_costs()
|