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.h39 extern const vp8_tree_index vp8_coef_tree[];
Dentropy.c70 const vp8_tree_index vp8_coef_tree[22] = { variable
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c145 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()
Drdopt.c125 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()