Home
last modified time | relevance | path

Searched refs:neighbourAindex (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
828 neighbourAindex = neighbourA->index; in DetermineNc()
832 n = (pTotalCoeff[neighbourAindex] + in DetermineNc()
837 n = pTotalCoeff[neighbourAindex]; in DetermineNc()
848 n = (n + pMb->mbA->totalCoeff[neighbourAindex] + 1) >> 1; in DetermineNc()
856 n = pMb->mbA->totalCoeff[neighbourAindex]; in DetermineNc()