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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_neighbour.h 70 u32 h264bsdIsNeighbourAvailable(mbStorage_t *pMb, mbStorage_t *pNeighbour);
h264bsd_intra_prediction.c 221 availableA = h264bsdIsNeighbourAvailable(pMb, pMb->mbA);
225 availableB = h264bsdIsNeighbourAvailable(pMb, pMb->mbB);
229 availableD = h264bsdIsNeighbourAvailable(pMb, pMb->mbD);
285 availableA = h264bsdIsNeighbourAvailable(pMb, nMb);
294 availableB = h264bsdIsNeighbourAvailable(pMb, nMb2);
308 availableC = h264bsdIsNeighbourAvailable(pMb, nMb);
317 availableD = h264bsdIsNeighbourAvailable(pMb, nMb);
389 availableA = h264bsdIsNeighbourAvailable(pMb, pMb->mbA);
393 availableB = h264bsdIsNeighbourAvailable(pMb, pMb->mbB);
397 availableD = h264bsdIsNeighbourAvailable(pMb, pMb->mbD)
    [all...]
h264bsd_neighbour.c 349 Function: h264bsdIsNeighbourAvailable
369 u32 h264bsdIsNeighbourAvailable(mbStorage_t *pMb, mbStorage_t *pNeighbour)
h264bsd_macroblock_layer.c 838 if (h264bsdIsNeighbourAvailable(pMb, pMb->mbB))
846 if (h264bsdIsNeighbourAvailable(pMb, pMb->mbA))
854 if (h264bsdIsNeighbourAvailable(pMb, pMb->mbA))
859 if (h264bsdIsNeighbourAvailable(pMb, pMb->mbB))
    [all...]

Completed in 1461 milliseconds