Home
last modified time | relevance | path

Searched refs:mbC (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_neighbour.c158 pMbStorage[i].mbC = pMbStorage + i - (picWidth - 1); in h264bsdInitMbNeighbours()
160 pMbStorage[i].mbC = NULL; in h264bsdInitMbNeighbours()
213 return(pMb->mbC); in h264bsdGetNeighbourMb()
Dh264bsd_macroblock_layer.h182 struct mbStorage *mbC; member
Dh264bsd_inter_prediction.c525 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10); in MvPrediction16x16()
600 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10); in MvPrediction16x8()
741 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10); in MvPrediction8x16()