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

  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 91 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) { function
416 read_mv(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *)mvc);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 267 static INLINE void read_mv(vpx_reader *r, MV *mv, const MV *ref, function
414 read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv, &cm->fc->nmvc, mv_counts,

Completed in 905 milliseconds