Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c534 uint32_t lastmv_as_int = 0; in vp8_first_pass() local
736 if ( d->bmi.mv.as_int != lastmv_as_int ) in vp8_first_pass()
738 lastmv_as_int = d->bmi.mv.as_int; in vp8_first_pass()