Home
last modified time | relevance | path

Searched refs:h264bsdGetNeighbourMb (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_neighbour.h68 mbStorage_t* h264bsdGetNeighbourMb(mbStorage_t *pMb, neighbourMb_e neighbour);
Dh264bsd_intra_prediction.c284 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction()
293 nMb2 = h264bsdGetNeighbourMb(pMb, neighbourB.mb); in h264bsdIntra4x4Prediction()
307 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction()
316 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction()
724 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction()
733 nMb2 = h264bsdGetNeighbourMb(pMb, neighbourB.mb); in h264bsdIntra4x4Prediction()
747 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction()
756 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction()
Dh264bsd_neighbour.c198 mbStorage_t* h264bsdGetNeighbourMb(mbStorage_t *pMb, neighbourMb_e neighbour) in h264bsdGetNeighbourMb() function
Dh264bsd_inter_prediction.c851 nMb = h264bsdGetNeighbourMb(pMb, n->mb); in MvPrediction()
855 nMb = h264bsdGetNeighbourMb(pMb, n->mb); in MvPrediction()
859 nMb = h264bsdGetNeighbourMb(pMb, n->mb); in MvPrediction()
865 nMb = h264bsdGetNeighbourMb(pMb, n->mb); in MvPrediction()