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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 206 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, u8 *ptr,
216 ASSERT(pMb);
219 ASSERT(h264bsdPredModeIntra16x16(pMb->mbType) < 4);
221 availableA = h264bsdIsNeighbourAvailable(pMb, pMb->mbA);
223 (h264bsdMbPartPredMode(pMb->mbA->mbType) == PRED_MODE_INTER))
225 availableB = h264bsdIsNeighbourAvailable(pMb, pMb->mbB);
227 (h264bsdMbPartPredMode(pMb->mbB->mbType) == PRED_MODE_INTER))
229 availableD = h264bsdIsNeighbourAvailable(pMb, pMb->mbD)
    [all...]
h264bsd_deblocking.c 585 mbStorage_t *pMb;
601 pMb = mb;
603 for (mbRow = 0, mbCol = 0; mbRow < image->height; pMb++)
605 flags = GetMbFilteringFlags(pMb);
611 if (GetBoundaryStrengths(pMb, bS, flags))
614 GetLumaEdgeThresholds(thresholds, pMb, flags);
620 GetChromaEdgeThresholds(thresholds, pMb, flags,
621 pMb->chromaQpIndexOffset);
    [all...]

Completed in 71 milliseconds