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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 359 static INLINE int is_mv_valid(const MV *mv) { function
378 ret = ret && is_mv_valid(&mv[i].as_mv);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 360 static INLINE int is_mv_valid(const MV *mv) { function
379 ret = ret && is_mv_valid(&mv[i].as_mv);

Completed in 31 milliseconds