Searched refs:write_mv_update (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemv.c149 static void write_mv_update(const vp9_tree_index *tree, function
169 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w);
176 write_mv_update(vp9_mv_class_tree, comp->classes, comp_counts->classes,
178 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0,
186 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].class0_fp[j],
189 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].fp, counts->comps[i].fp,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c149 static void write_mv_update(const vp9_tree_index *tree, function
169 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w);
176 write_mv_update(vp9_mv_class_tree, comp->classes, comp_counts->classes,
178 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0,
186 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].class0_fp[j],
189 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].fp, counts->comps[i].fp,

Completed in 164 milliseconds