Home
last modified time | relevance | path

Searched refs:neighbourB (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.c269 neighbour_t neighbour, neighbourB; in h264bsdIntra4x4Prediction() local
292 neighbourB = *h264bsdNeighbour4x4BlockB(block); in h264bsdIntra4x4Prediction()
293 nMb2 = h264bsdGetNeighbourMb(pMb, neighbourB.mb); in h264bsdIntra4x4Prediction()
303 &neighbour, &neighbourB, block, nMb, nMb2); in h264bsdIntra4x4Prediction()
705 neighbour_t neighbour, neighbourB; in h264bsdIntra4x4Prediction() local
732 neighbourB = *h264bsdNeighbour4x4BlockB(block); in h264bsdIntra4x4Prediction()
733 nMb2 = h264bsdGetNeighbourMb(pMb, neighbourB.mb); in h264bsdIntra4x4Prediction()
743 &neighbour, &neighbourB, block, nMb, nMb2); in h264bsdIntra4x4Prediction()
Dh264bsd_macroblock_layer.c817 const neighbour_t *neighbourA, *neighbourB; in DetermineNc() local
827 neighbourB = h264bsdNeighbour4x4BlockB(blockIndex); in DetermineNc()
829 neighbourBindex = neighbourB->index; in DetermineNc()
830 if (neighbourA->mb == MB_CURR && neighbourB->mb == MB_CURR) in DetermineNc()
843 else if (neighbourB->mb == MB_CURR) in DetermineNc()