Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dencodemv.c77 static void encode_mv_component(aom_writer *w, int comp, nmv_component *mvcomp, in encode_mv_component() function
263 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in av1_encode_mv()
266 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); in av1_encode_mv()
288 encode_mv_component(w, diff.row, &mvctx->comps[0], MV_SUBPEL_NONE); in av1_encode_dv()
291 encode_mv_component(w, diff.col, &mvctx->comps[1], MV_SUBPEL_NONE); in av1_encode_dv()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A 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()