Searched refs:vp9_coef_tree (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.h | 39 extern const vp9_tree_index vp9_coef_tree[];
|
D | vp9_tokenize.c | 32 const vp9_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = { variable 99 vp9_tokens_from_tree(vp9_coef_encodings, vp9_coef_tree); in vp9_coef_tree_initialize()
|
D | vp9_rd.c | 87 vp9_coef_tree); in fill_token_costs() 89 vp9_coef_tree); in fill_token_costs()
|
D | vp9_bitstream.c | 151 vp9_write_tree(w, vp9_coef_tree, p->context_tree, bits, len, i); in pack_mb_tokens() 156 vp9_write_tree(w, vp9_coef_tree, p->context_tree, v, n, i); in pack_mb_tokens() 496 vp9_tree_probs_from_distribution(vp9_coef_tree, in build_tree_distribution()
|