Searched refs:lastmv_as_int (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c533 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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c503 uint32_t lastmv_as_int = 0; local
733 if (mv.as_int != lastmv_as_int)
735 lastmv_as_int = mv.as_int;

Completed in 264 milliseconds