Searched defs:nMb2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_intra_prediction.c270 mbStorage_t *nMb, *nMb2; local
293 nMb2 = h264bsdGetNeighbourMb(pMb, neighbourB.mb);
294 availableB = h264bsdIsNeighbourAvailable(pMb, nMb2);
296 ( h264bsdMbPartPredMode(nMb2->mbType) == PRED_MODE_INTER) )
303 &neighbour, &neighbourB, block, nMb, nMb2);
706 mbStorage_t *nMb, *nMb2; local
733 nMb2 = h264bsdGetNeighbourMb(pMb, neighbourB.mb);
734 availableB = h264bsdIsNeighbourAvailable(pMb, nMb2);
736 ( h264bsdMbPartPredMode(nMb2->mbType) == PRED_MODE_INTER) )
743 &neighbour, &neighbourB, block, nMb, nMb2);
[all...]

Completed in 250 milliseconds