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

Completed in 112 milliseconds