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.c493 uint32_t lastmv_as_int = 0; in vp8_first_pass() local
685 if (d->bmi.mv.as_int != lastmv_as_int) new_mv_count++; in vp8_first_pass()
686 lastmv_as_int = d->bmi.mv.as_int; in vp8_first_pass()