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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_inter_prediction.c79 static void GetInterNeighbour(u32 sliceId, mbStorage_t *nMb,
841 mbStorage_t *nMb; local
851 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
852 GetInterNeighbour(pMb->sliceId, nMb, a, n->index);
855 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
856 GetInterNeighbour(pMb->sliceId, nMb, a+1, n->index);
859 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
860 GetInterNeighbour(pMb->sliceId, nMb, a+2, n->index);
865 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
866 GetInterNeighbour(pMb->sliceId, nMb,
962 GetInterNeighbour(u32 sliceId, mbStorage_t *nMb, interNeighbour_t *n, u32 index) argument
[all...]
H A Dh264bsd_intra_prediction.c270 mbStorage_t *nMb, *nMb2; local
284 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
285 availableA = h264bsdIsNeighbourAvailable(pMb, nMb);
287 ( h264bsdMbPartPredMode(nMb->mbType) == PRED_MODE_INTER) )
303 &neighbour, &neighbourB, block, nMb, nMb2);
307 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
308 availableC = h264bsdIsNeighbourAvailable(pMb, nMb);
310 ( h264bsdMbPartPredMode(nMb->mbType) == PRED_MODE_INTER) )
316 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
317 availableD = h264bsdIsNeighbourAvailable(pMb, nMb);
706 mbStorage_t *nMb, *nMb2; local
[all...]

Completed in 269 milliseconds