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

  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 41 static INLINE int is_equal_mv(const MV *a, const MV *b) { function
  /external/libaom/libaom/av1/common/
mv.h 287 static INLINE int is_equal_mv(const MV *a, const MV *b) { function
  /external/libaom/libaom/av1/encoder/
firstpass.c 676 if (!is_equal_mv(&mv, &lastmv)) ++new_mv_count;

Completed in 1065 milliseconds