Searched refs:mbA (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_neighbour.c | 148 pMbStorage[i].mbA = pMbStorage + i - 1; in h264bsdInitMbNeighbours() 150 pMbStorage[i].mbA = NULL; in h264bsdInitMbNeighbours() 209 return(pMb->mbA); in h264bsdGetNeighbourMb()
|
D | h264bsd_deblocking.c | 243 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 …]
|
D | h264bsd_intra_prediction.c | 221 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()
|
D | h264bsd_macroblock_layer.h | 180 struct mbStorage *mbA; member
|
D | h264bsd_inter_prediction.c | 509 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()
|
D | h264bsd_macroblock_layer.c | 846 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()
|