Searched refs:vp9_coef_tree (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 108 vp9_tokens_from_tree(vp9_coef_encodings, vp9_coef_tree); in vp9_coef_tree_initialize()
|
D | vp9_bitstream.c | 153 vp9_write_tree(w, vp9_coef_tree, p->context_tree, bits, len, i); in pack_mb_tokens() 158 vp9_write_tree(w, vp9_coef_tree, p->context_tree, v, n, i); in pack_mb_tokens() 499 vp9_tree_probs_from_distribution(vp9_coef_tree, in build_tree_distribution()
|
D | vp9_rdopt.c | 187 vp9_coef_tree); in fill_token_costs() 189 vp9_coef_tree); in fill_token_costs()
|