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

/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_macroblock_layer.c818 u8 neighbourAindex, neighbourBindex; local
829 neighbourBindex = neighbourB->index;
833 pTotalCoeff[neighbourBindex] + 1)>>1;
840 n = (n + pMb->mbB->totalCoeff[neighbourBindex] + 1) >> 1;
845 n = pTotalCoeff[neighbourBindex];
862 n = (n + pMb->mbB->totalCoeff[neighbourBindex] + 1) >> 1;
864 n = pMb->mbB->totalCoeff[neighbourBindex];

Completed in 29 milliseconds