HomeSort by relevance Sort by last modified time
    Searched refs:mbC (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_neighbour.c 158 pMbStorage[i].mbC = pMbStorage + i - (picWidth - 1);
160 pMbStorage[i].mbC = NULL;
213 return(pMb->mbC);
h264bsd_macroblock_layer.h 182 struct mbStorage *mbC;
h264bsd_inter_prediction.c 525 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10);
600 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10);
741 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10);
    [all...]

Completed in 38 milliseconds