Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) in read_mv() function
495 read_mv(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *) mvc); in read_mb_modes_mv()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c287 static INLINE void read_mv(vpx_reader *r, MV *mv, const MV *ref, in read_mv() function
434 read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv, &cm->fc->nmvc, mv_counts, in assign_mv()