Searched refs:vp8_coef_tree (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | entropy.h | 39 extern const vp8_tree_index vp8_coef_tree[];
|
D | entropy.c | 70 const vp8_tree_index vp8_coef_tree[22] = { variable
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 145 i = vp8_coef_tree[i + bb]; in vp8_pack_tokens() 708 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in independent_coef_context_savings() 756 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in default_coef_context_savings()
|
D | rdopt.c | 125 vp8_cost_tokens2(c[i][j][k], p[i][j][k], vp8_coef_tree, 2); in fill_token_costs() 127 vp8_cost_tokens(c[i][j][k], p[i][j][k], vp8_coef_tree); in fill_token_costs()
|