Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c29 vp9_tokens_from_tree(mv_class0_encodings, vp9_mv_class0_tree); in vp9_entropy_mv_init()
54 vp9_write_token(w, vp9_mv_class0_tree, mvcomp->class0, in encode_mv_component()
87 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree); in build_nmv_component_cost_table()
179 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0, in vp9_write_nmv_probs()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.c36 const vpx_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = { variable
197 vpx_tree_merge_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, in vp9_adapt_mv_probs()
Dvp9_entropymv.h82 extern const vpx_tree_index vp9_mv_class0_tree[];
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c262 d = vpx_read_tree(r, vp9_mv_class0_tree, mvcomp->class0); in read_mv_component()