Searched defs:iMbY (Results 1 – 10 of 10) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | error_concealment.cpp | 134 for (int32_t iMbY = 0; iMbY < iMbHeight; ++iMbY) { in DoErrorConSliceCopy() local 179 …(PWelsDecoderContext pCtx, PPicture pDec, PPicture pRef, int32_t iMbXy, int32_t iMbX, int32_t iMbY, in DoMbECMvCopy() 273 for (int32_t iMbY = 0; iMbY < iMbHeight; ++iMbY) { in GetAvilInfoFromCorrectMb() local 406 for (int32_t iMbY = 0; iMbY < iMbHeight; ++iMbY) { in DoErrorConSliceMVCopy() local
|
D | decode_slice.cpp | 212 int32_t iMbY = pCurDqLayer->iMbY; in WelsMbInterConstruction() local 306 int32_t iMbY = pCurDqLayer->iMbY; in WelsMbInterPrediction() local 1524 int32_t iMbX, iMbY; in WelsDecodeSlice() local 1630 int32_t iMbX, iMbY; in WelsDecodeAndConstructSlice() local 1798 int32_t iMbY = pCurDqLayer->iMbY; in WelsActualDecodeMbCavlcISlice() local 2119 int32_t iMbY = pCurDqLayer->iMbY; in WelsActualDecodeMbCavlcPSlice() local 2666 int32_t iMbY = pCurDqLayer->iMbY; in WelsActualDecodeMbCavlcBSlice() local
|
D | deblocking.cpp | 672 int32_t iMbY = pCurDqLayer->iMbY; in DeblockingAvailableNoInterlayer() local 889 int32_t iMbY = pCurDqLayer->iMbY; in DeblockingInterMb() local 977 int32_t iMbY = pCurDqLayer->iMbY; in FilteringEdgeLumaHV() local 1038 int32_t iMbY = pCurDqLayer->iMbY; in FilteringEdgeChromaHV() local
|
D | rec_mb.cpp | 52 int32_t iMbY = pCurDqLayer->iMbY; in WelsFillRecNeededMbInfo() local
|
D | parse_mb_syn_cabac.cpp | 1511 int32_t iMbY = pCurDqLayer->iMbY; in ParseIPCMInfoCabac() local
|
/third_party/openh264/codec/encoder/core/src/ |
D | deblocking.cpp | 365 int32_t iMbY = pCurMb->iMbY; in DeblockingInterMb() local 451 int32_t iMbY = pCurMb->iMbY; in FilteringEdgeLumaHV() local 506 int32_t iMbY = pCurMb->iMbY; in FilteringEdgeChromaHV() local 635 int32_t iMbY = pCurMb->iMbY; 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/encoder/core/inc/ |
D | svc_enc_macroblock.h | 56 int16_t iMbY; // position of MB in vertical axis [0..32767] member
|
/third_party/openh264/codec/decoder/core/inc/ |
D | dec_frame.h | 95 int32_t iMbY; member 145 int32_t iMbY; member
|
/third_party/openh264/test/decoder/ |
D | DecUT_ErrorConcealment.cpp | 141 for (int32_t iMbY = 0; iMbY < iMbHeight; ++iMbY) { in DoAncErrorConSliceCopy() local
|