Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.h27 const nmv_context* mvctx, int usehp);
30 const nmv_context* mvctx, int usehp);
Dvp9_encodemv.c205 const nmv_context* mvctx, int usehp) { in vp9_encode_mv() argument
211 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]); in vp9_encode_mv()
213 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in vp9_encode_mv()
216 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); in vp9_encode_mv()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h127 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);