Searched refs:nMb (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_inter_prediction.c | 79 static void GetInterNeighbour(u32 sliceId, mbStorage_t *nMb, 841 mbStorage_t *nMb; in MvPrediction() local 851 nMb = h264bsdGetNeighbourMb(pMb, n->mb); in MvPrediction() 852 GetInterNeighbour(pMb->sliceId, nMb, a, n->index); in MvPrediction() 855 nMb = h264bsdGetNeighbourMb(pMb, n->mb); in MvPrediction() 856 GetInterNeighbour(pMb->sliceId, nMb, a+1, n->index); in MvPrediction() 859 nMb = h264bsdGetNeighbourMb(pMb, n->mb); in MvPrediction() 860 GetInterNeighbour(pMb->sliceId, nMb, a+2, n->index); in MvPrediction() 865 nMb = h264bsdGetNeighbourMb(pMb, n->mb); in MvPrediction() 866 GetInterNeighbour(pMb->sliceId, nMb, a+2, n->index); in MvPrediction() [all …]
|
D | h264bsd_intra_prediction.c | 270 mbStorage_t *nMb, *nMb2; in h264bsdIntra4x4Prediction() local 284 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction() 285 availableA = h264bsdIsNeighbourAvailable(pMb, nMb); in h264bsdIntra4x4Prediction() 287 ( h264bsdMbPartPredMode(nMb->mbType) == PRED_MODE_INTER) ) in h264bsdIntra4x4Prediction() 303 &neighbour, &neighbourB, block, nMb, nMb2); in h264bsdIntra4x4Prediction() 307 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction() 308 availableC = h264bsdIsNeighbourAvailable(pMb, nMb); in h264bsdIntra4x4Prediction() 310 ( h264bsdMbPartPredMode(nMb->mbType) == PRED_MODE_INTER) ) in h264bsdIntra4x4Prediction() 316 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction() 317 availableD = h264bsdIsNeighbourAvailable(pMb, nMb); in h264bsdIntra4x4Prediction() [all …]
|