Home
last modified time | relevance | path

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

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