Home
last modified time | relevance | path

Searched refs:mbA (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_neighbour.c148 pMbStorage[i].mbA = pMbStorage + i - 1; in h264bsdInitMbNeighbours()
150 pMbStorage[i].mbA = NULL; in h264bsdInitMbNeighbours()
209 return(pMb->mbA); in h264bsdGetNeighbourMb()
Dh264bsd_deblocking.c243 ASSERT(mb && mb->mbA); in IsSliceBoundaryOnLeft()
245 if (mb->sliceId != mb->mbA->sliceId) in IsSliceBoundaryOnLeft()
305 if (mb->mbA && in GetMbFilteringFlags()
1175 if (IS_INTRA_MB(*mb) || IS_INTRA_MB(*mb->mbA)) in GetBoundaryStrengths()
1182 bS[0].left = EdgeBoundaryStrength(mb, mb->mbA, 0, 5); in GetBoundaryStrengths()
1183 bS[4].left = EdgeBoundaryStrength(mb, mb->mbA, 2, 7); in GetBoundaryStrengths()
1184 bS[8].left = EdgeBoundaryStrength(mb, mb->mbA, 8, 13); in GetBoundaryStrengths()
1185 bS[12].left = EdgeBoundaryStrength(mb, mb->mbA, 10, 15); in GetBoundaryStrengths()
1429 qpTmp = mb->mbA->qpY; in GetLumaEdgeThresholds()
1511 qpTmp = mb->mbA->qpY; in GetChromaEdgeThresholds()
[all …]
Dh264bsd_intra_prediction.c221 availableA = h264bsdIsNeighbourAvailable(pMb, pMb->mbA); in h264bsdIntra16x16Prediction()
223 (h264bsdMbPartPredMode(pMb->mbA->mbType) == PRED_MODE_INTER)) in h264bsdIntra16x16Prediction()
389 availableA = h264bsdIsNeighbourAvailable(pMb, pMb->mbA); in h264bsdIntraChromaPrediction()
391 (h264bsdMbPartPredMode(pMb->mbA->mbType) == PRED_MODE_INTER)) in h264bsdIntraChromaPrediction()
639 availableA = h264bsdIsNeighbourAvailable(pMb, pMb->mbA); in h264bsdIntra16x16Prediction()
641 (h264bsdMbPartPredMode(pMb->mbA->mbType) == PRED_MODE_INTER)) in h264bsdIntra16x16Prediction()
857 availableA = h264bsdIsNeighbourAvailable(pMb, pMb->mbA); in h264bsdIntraChromaPrediction()
859 (h264bsdMbPartPredMode(pMb->mbA->mbType) == PRED_MODE_INTER)) in h264bsdIntraChromaPrediction()
Dh264bsd_macroblock_layer.h180 struct mbStorage *mbA; member
Dh264bsd_inter_prediction.c509 GetInterNeighbour(pMb->sliceId, pMb->mbA, a, 5); in MvPrediction16x16()
599 GetInterNeighbour(pMb->sliceId, pMb->mbA, a, 5); in MvPrediction16x8()
634 GetInterNeighbour(pMb->sliceId, pMb->mbA, a, 13); in MvPrediction16x8()
644 GetInterNeighbour(pMb->sliceId, pMb->mbA, a+2, 7); in MvPrediction16x8()
700 GetInterNeighbour(pMb->sliceId, pMb->mbA, a, 5); in MvPrediction8x16()
Dh264bsd_macroblock_layer.c846 if (h264bsdIsNeighbourAvailable(pMb, pMb->mbA)) in DetermineNc()
848 n = (n + pMb->mbA->totalCoeff[neighbourAindex] + 1) >> 1; in DetermineNc()
854 if (h264bsdIsNeighbourAvailable(pMb, pMb->mbA)) in DetermineNc()
856 n = pMb->mbA->totalCoeff[neighbourAindex]; in DetermineNc()