Searched defs:tmpMv1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_inter_prediction.c503 u32 *tmpMv1, *tmpMv2; local
512 tmpMv1 = (u32*)(&a[0].mv); /* we test just that both MVs are zero */
517 ( a[0].refIndex == 0 && ((u32)(*tmpMv1) == 0) ) ||

Completed in 30 milliseconds