Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dentropy.h40 extern const vp8_tree_index vp8_coef_tree[];
Dentropy.c86 const vp8_tree_index vp8_coef_tree[ 22] = /* corresponding _CONTEXT_NODEs */ variable
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c191 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()
Drdopt.c168 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()