update information when freezing occurs, including IDR/non-IDR number
| 1198 | |
| 1199 | //update information when freezing occurs, including IDR/non-IDR number |
| 1200 | void UpdateDecStatFreezingInfo (const bool kbIdrFlag, SDecoderStatistics* pDecStat) { |
| 1201 | if (kbIdrFlag) |
| 1202 | pDecStat->uiFreezingIDRNum++; |
| 1203 | else |
| 1204 | pDecStat->uiFreezingNonIDRNum++; |
| 1205 | } |
| 1206 | |
| 1207 | //update information when no freezing occurs, including QP, correct IDR number, ECed IDR number |
| 1208 | void UpdateDecStatNoFreezingInfo (PWelsDecoderContext pCtx) { |