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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_neighbour.h 68 mbStorage_t* h264bsdGetNeighbourMb(mbStorage_t *pMb, neighbourMb_e neighbour);
h264bsd_neighbour.c 27 h264bsdGetNeighbourMb
179 Function: h264bsdGetNeighbourMb
198 mbStorage_t* h264bsdGetNeighbourMb(mbStorage_t *pMb, neighbourMb_e neighbour)
h264bsd_intra_prediction.c 284 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);
    [all...]
h264bsd_inter_prediction.c 851 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
855 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
859 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
865 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
    [all...]

Completed in 197 milliseconds