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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c 817 const neighbour_t *neighbourA, *neighbourB;
827 neighbourB = h264bsdNeighbour4x4BlockB(blockIndex);
829 neighbourBindex = neighbourB->index;
830 if (neighbourA->mb == MB_CURR && neighbourB->mb == MB_CURR)
843 else if (neighbourB->mb == MB_CURR)
    [all...]
h264bsd_intra_prediction.c 269 neighbour_t neighbour, neighbourB;
292 neighbourB = *h264bsdNeighbour4x4BlockB(block);
293 nMb2 = h264bsdGetNeighbourMb(pMb, neighbourB.mb);
303 &neighbour, &neighbourB, block, nMb, nMb2);
705 neighbour_t neighbour, neighbourB;
732 neighbourB = *h264bsdNeighbour4x4BlockB(block);
733 nMb2 = h264bsdGetNeighbourMb(pMb, neighbourB.mb);
743 &neighbour, &neighbourB, block, nMb, nMb2);
    [all...]

Completed in 6737 milliseconds