HomeSort by relevance Sort by last modified time
    Searched refs:encode_mv_component (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/encoder/
encodemv.c 41 static void encode_mv_component(aom_writer *w, int comp, nmv_component *mvcomp, function
149 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp);
152 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp);
174 encode_mv_component(w, diff.row, &mvctx->comps[0], MV_SUBPEL_NONE);
177 encode_mv_component(w, diff.col, &mvctx->comps[1], MV_SUBPEL_NONE);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 31 static void encode_mv_component(vpx_writer *w, int comp, function
219 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp);
222 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp);

Completed in 1792 milliseconds