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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemv.c32 static void encode_mv_component(vp9_writer* w, int comp, function
212 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp);
215 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c32 static void encode_mv_component(vp9_writer* w, int comp, function
212 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp);
215 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp);

Completed in 53 milliseconds