Home
last modified time | relevance | path

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

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