Home
last modified time | relevance | path

Searched refs:Intra4x4 (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dwels_common_basis.h149 Intra4x4 = 0, enumerator
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2127 int32_t iCountNumIMb = pCtx->sStatData[i][j].sSliceData.iMbCount[I_SLICE][Intra4x4] + in StatOverallEncodingExt()
2129 int32_t iCountNumPMb = pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][Intra4x4] + in StatOverallEncodingExt()
2149 (100.0f * (pCtx->sStatData[i][j].sSliceData.iMbCount[I_SLICE][Intra4x4] + in StatOverallEncodingExt()
2150 … pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][Intra4x4]) / iMbCount), in StatOverallEncodingExt()
3973 …tatData[iCurDid][0].sSliceData.iMbCount[P_SLICE][Intra4x4] += pCtx->sPerInfo.iMbCount[P_SLICE][Int… in WelsEncoderEncodeExt()
3985 …tatData[iCurDid][0].sSliceData.iMbCount[I_SLICE][Intra4x4] += pCtx->sPerInfo.iMbCount[I_SLICE][Int… in WelsEncoderEncodeExt()
Dsvc_encode_slice.cpp183 ++ iMbCount[keSt][Intra4x4]; in WelsCountMbType()