Searched refs:vp9_mv_fp_tree (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 30 vp9_tokens_from_tree(mv_fp_encodings, vp9_mv_fp_tree); in vp9_entropy_mv_init() 64 vp9_write_token(w, vp9_mv_fp_tree, in encode_mv_component() 94 vp9_cost_tokens(class0_fp_cost[i], mvcomp->class0_fp[i], vp9_mv_fp_tree); in build_nmv_component_cost_table() 95 vp9_cost_tokens(fp_cost, mvcomp->fp, vp9_mv_fp_tree); in build_nmv_component_cost_table() 187 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].class0_fp[j], in vp9_write_nmv_probs() 190 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/ |
D | vp9_entropymv.c | 40 const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { variable 204 vpx_tree_merge_probs(vp9_mv_fp_tree, pre_comp->class0_fp[j], in vp9_adapt_mv_probs() 207 vpx_tree_merge_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp); in vp9_adapt_mv_probs()
|
D | vp9_entropymv.h | 83 extern const vpx_tree_index vp9_mv_fp_tree[];
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 275 fr = vpx_read_tree(r, vp9_mv_fp_tree, class0 ? mvcomp->class0_fp[d] in read_mv_component()
|