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

  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) function
495 read_mv(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *) mvc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) function
495 read_mv(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *) mvc);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 236 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref, function
376 read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv, &cm->fc.nmvc, mv_counts,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 237 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref, function
377 read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv, &cm->fc.nmvc, mv_counts,

Completed in 74 milliseconds