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);
29 const nmv_context* mvctx, int usehp);
Dvp9_encodemv.c204 const nmv_context* mvctx, int usehp) { in vp9_encode_mv() argument
210 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]); in vp9_encode_mv()
212 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in vp9_encode_mv()
215 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); in vp9_encode_mv()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h126 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);