update decoder statistics information
| 1249 | |
| 1250 | //update decoder statistics information |
| 1251 | void UpdateDecStat (PWelsDecoderContext pCtx, const bool kbOutput) { |
| 1252 | if (pCtx->bFreezeOutput) |
| 1253 | UpdateDecStatFreezingInfo (pCtx->pCurDqLayer->sLayerInfo.sNalHeaderExt.bIdrFlag, pCtx->pDecoderStatistics); |
| 1254 | else if (kbOutput) |
| 1255 | UpdateDecStatNoFreezingInfo (pCtx); |
| 1256 | } |
| 1257 | |
| 1258 | |
| 1259 | } // namespace WelsDec |
no test coverage detected