Home
last modified time | relevance | path

Searched refs:vp9_coef_tree (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.h39 extern const vp9_tree_index vp9_coef_tree[];
Dvp9_tokenize.c32 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()
Dvp9_rd.c87 vp9_coef_tree); in fill_token_costs()
89 vp9_coef_tree); in fill_token_costs()
Dvp9_bitstream.c151 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()