Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c28 vp9_tokens_from_tree(mv_fp_encodings, vp9_mv_fp_tree); in vp9_entropy_mv_init()
60 vp9_write_token(w, vp9_mv_fp_tree, in encode_mv_component()
89 vp9_cost_tokens(class0_fp_cost[i], mvcomp->class0_fp[i], vp9_mv_fp_tree); in build_nmv_component_cost_table()
90 vp9_cost_tokens(fp_cost, mvcomp->fp, vp9_mv_fp_tree); in build_nmv_component_cost_table()
194 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].class0_fp[j], in vp9_write_nmv_probs()
197 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].fp, counts->comps[i].fp, in vp9_write_nmv_probs()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.c27 const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { -0, 2, -1, variable
179 vpx_tree_merge_probs(vp9_mv_fp_tree, pre_comp->class0_fp[j], in vp9_adapt_mv_probs()
182 vpx_tree_merge_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp); in vp9_adapt_mv_probs()
Dvp9_entropymv.h86 extern const vpx_tree_index vp9_mv_fp_tree[];
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c256 fr = vpx_read_tree(r, vp9_mv_fp_tree, in read_mv_component()