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

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 533 uint32_t lastmv_as_int = 0; local
735 if ( d->bmi.mv.as_int != lastmv_as_int )
737 lastmv_as_int = d->bmi.mv.as_int;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 512 uint32_t lastmv_as_int = 0; local
747 if (mv.as_int != lastmv_as_int)
749 lastmv_as_int = mv.as_int;
    [all...]

Completed in 133 milliseconds