Searched defs:iMbX (Results 1 – 10 of 10) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | error_concealment.cpp | 135 for (int32_t iMbX = 0; iMbX < iMbWidth; ++iMbX) { in DoErrorConSliceCopy() local 179 …(PWelsDecoderContext pCtx, PPicture pDec, PPicture pRef, int32_t iMbXy, int32_t iMbX, int32_t iMbY, in DoMbECMvCopy() 274 for (int32_t iMbX = 0; iMbX < iMbWidth; ++iMbX) { in GetAvilInfoFromCorrectMb() local 407 for (int32_t iMbX = 0; iMbX < iMbWidth; ++iMbX) { in DoErrorConSliceMVCopy() local
|
D | decode_slice.cpp | 211 int32_t iMbX = pCurDqLayer->iMbX; in WelsMbInterConstruction() local 305 int32_t iMbX = pCurDqLayer->iMbX; in WelsMbInterPrediction() local 1524 int32_t iMbX, iMbY; in WelsDecodeSlice() local 1630 int32_t iMbX, iMbY; in WelsDecodeAndConstructSlice() local 1797 int32_t iMbX = pCurDqLayer->iMbX; in WelsActualDecodeMbCavlcISlice() local 2118 int32_t iMbX = pCurDqLayer->iMbX; in WelsActualDecodeMbCavlcPSlice() local 2665 int32_t iMbX = pCurDqLayer->iMbX; in WelsActualDecodeMbCavlcBSlice() local
|
D | deblocking.cpp | 673 int32_t iMbX = pCurDqLayer->iMbX; in DeblockingAvailableNoInterlayer() local 888 int32_t iMbX = pCurDqLayer->iMbX; in DeblockingInterMb() local 976 int32_t iMbX = pCurDqLayer->iMbX; in FilteringEdgeLumaHV() local 1037 int32_t iMbX = pCurDqLayer->iMbX; in FilteringEdgeChromaHV() local
|
D | rec_mb.cpp | 51 int32_t iMbX = pCurDqLayer->iMbX; in WelsFillRecNeededMbInfo() local
|
D | parse_mb_syn_cabac.cpp | 1510 int32_t iMbX = pCurDqLayer->iMbX; in ParseIPCMInfoCabac() local
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_enc_macroblock.h | 55 int16_t iMbX; // position of MB in horizontal axis [0..32767] member
|
/third_party/openh264/codec/encoder/core/src/ |
D | deblocking.cpp | 364 int32_t iMbX = pCurMb->iMbX; in DeblockingInterMb() local 450 int32_t iMbX = pCurMb->iMbX; in FilteringEdgeLumaHV() local 505 int32_t iMbX = pCurMb->iMbX; in FilteringEdgeChromaHV() local 634 int32_t iMbX = pCurMb->iMbX; in DeblockingMbAvcbase() local
|
D | svc_mode_decision.cpp | 313 inline bool CheckBorder (int32_t iMbX, int32_t iMbY, int32_t iScrollMvX, int32_t iScrollMvY, int32_… in CheckBorder()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | dec_frame.h | 94 int32_t iMbX; member 144 int32_t iMbX; member
|
/third_party/openh264/test/decoder/ |
D | DecUT_ErrorConcealment.cpp | 142 for (int32_t iMbX = 0; iMbX < iMbWidth; ++iMbX) { in DoAncErrorConSliceCopy() local
|