Searched refs:GetInterNeighbour (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_inter_prediction.c33 GetInterNeighbour
79 static void GetInterNeighbour(u32 sliceId, mbStorage_t *nMb,
509 GetInterNeighbour(pMb->sliceId, pMb->mbA, a, 5);
510 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+1, 10);
525 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10);
528 GetInterNeighbour(pMb->sliceId, pMb->mbD, a+2, 15);
593 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+1, 10);
599 GetInterNeighbour(pMb->sliceId, pMb->mbA, a, 5);
600 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10);
603 GetInterNeighbour(pM
962 void GetInterNeighbour(u32 sliceId, mbStorage_t *nMb, function
[all...]

Completed in 42 milliseconds