Home
last modified time | relevance | path

Searched refs:mvctx (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.h26 const nmv_context *mvctx, int usehp,
30 const nmv_context *mvctx, int usehp);
Dvp9_encodemv.c211 const nmv_context *mvctx, int usehp, in vp9_encode_mv() argument
217 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]); in vp9_encode_mv()
219 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in vp9_encode_mv()
222 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); in vp9_encode_mv()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h130 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);