Home
last modified time | relevance | path

Searched refs:neighbour (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_neighbour.c198 mbStorage_t* h264bsdGetNeighbourMb(mbStorage_t *pMb, neighbourMb_e neighbour) in h264bsdGetNeighbourMb() argument
206 ASSERT((neighbour <= MB_CURR) || (neighbour == MB_NA)); in h264bsdGetNeighbourMb()
208 if (neighbour == MB_A) in h264bsdGetNeighbourMb()
210 else if (neighbour == MB_B) in h264bsdGetNeighbourMb()
212 else if (neighbour == MB_C) in h264bsdGetNeighbourMb()
214 else if (neighbour == MB_D) in h264bsdGetNeighbourMb()
216 else if (neighbour == MB_CURR) in h264bsdGetNeighbourMb()
Dh264bsd_intra_prediction.c269 neighbour_t neighbour, neighbourB; in h264bsdIntra4x4Prediction() local
283 neighbour = *h264bsdNeighbour4x4BlockA(block); in h264bsdIntra4x4Prediction()
284 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction()
303 &neighbour, &neighbourB, block, nMb, nMb2); in h264bsdIntra4x4Prediction()
306 neighbour = *h264bsdNeighbour4x4BlockC(block); in h264bsdIntra4x4Prediction()
307 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction()
315 neighbour = *h264bsdNeighbour4x4BlockD(block); in h264bsdIntra4x4Prediction()
316 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb); in h264bsdIntra4x4Prediction()
705 neighbour_t neighbour, neighbourB; in h264bsdIntra4x4Prediction() local
723 neighbour = *h264bsdNeighbour4x4BlockA(block); in h264bsdIntra4x4Prediction()
[all …]
Dh264bsd_neighbour.h68 mbStorage_t* h264bsdGetNeighbourMb(mbStorage_t *pMb, neighbourMb_e neighbour);