Searched defs:mvctx (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c205 const nmv_context* mvctx, int usehp) {
211 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]);
213 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp);
216 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp);
203 vp9_encode_mv(VP9_COMP* cpi, vpx_writer* w, const MV* mv, const MV* ref, const nmv_context* mvctx, int usehp) argument

Completed in 41 milliseconds