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

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

Completed in 140 milliseconds