Searched refs:sPerInfo (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | encoder_context.h | 220 SStatSliceInfo sPerInfo; member
|
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 3973 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][Intra4x4] += pCtx->sPerInfo.iMbCount[P_SL… in WelsEncoderEncodeExt() 3974 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][Intra16x16] += pCtx->sPerInfo.iMbCount[P_… in WelsEncoderEncodeExt() 3975 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][Inter16x16] += pCtx->sPerInfo.iMbCount[P_… in WelsEncoderEncodeExt() 3976 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][Inter16x8] += pCtx->sPerInfo.iMbCount[P_S… in WelsEncoderEncodeExt() 3977 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][Inter8x16] += pCtx->sPerInfo.iMbCount[P_S… in WelsEncoderEncodeExt() 3978 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][Inter8x8] += pCtx->sPerInfo.iMbCount[P_SL… in WelsEncoderEncodeExt() 3979 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][PSkip] += pCtx->sPerInfo.iMbCount[P_SLICE… in WelsEncoderEncodeExt() 3980 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][8] += pCtx->sPerInfo.iMbCount[P_SLICE][8]; in WelsEncoderEncodeExt() 3981 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][9] += pCtx->sPerInfo.iMbCount[P_SLICE][9]; in WelsEncoderEncodeExt() 3982 …pCtx->sStatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][10] += pCtx->sPerInfo.iMbCount[P_SLICE][1… in WelsEncoderEncodeExt() [all …]
|
D | svc_encode_slice.cpp | 570 WelsCountMbType (pEncCtx->sPerInfo.iMbCount, I_SLICE, pCurMb); in WelsISliceMdEnc() 655 WelsCountMbType (pEncCtx->sPerInfo.iMbCount, I_SLICE, pCurMb); in WelsISliceMdEncDynamic() 1864 WelsCountMbType (pEncCtx->sPerInfo.iMbCount, P_SLICE, pCurMb); in WelsMdInterMbLoop() 1984 WelsCountMbType (pEncCtx->sPerInfo.iMbCount, P_SLICE, pCurMb); in WelsMdInterMbLoopOverDynamicSlice()
|
D | encoder.cpp | 329 memset (&pEncCtx->sPerInfo, 0, sizeof (SStatSliceInfo)); in InitFrameCoding()
|