Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c31 static void encode_mv_component(vpx_writer *w, int comp, in encode_mv_component() function
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()