Searched defs:pNeighbour (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_neighbour.c358 pNeighbour pointer to the neighbour macroblock
369 u32 h264bsdIsNeighbourAvailable(mbStorage_t *pMb, mbStorage_t *pNeighbour) argument
376 if ( (pNeighbour == NULL) || (pMb->sliceId != pNeighbour->sliceId) )

Completed in 68 milliseconds