| 524 | } |
| 525 | |
| 526 | void UpdateQpForOverflow (SMB* pCurMb, uint8_t kuiChromaQpIndexOffset) { |
| 527 | pCurMb->uiLumaQp += DELTA_QP; |
| 528 | pCurMb->uiChromaQp = g_kuiChromaQpTable[CLIP3_QP_0_51 (pCurMb->uiLumaQp + kuiChromaQpIndexOffset)]; |
| 529 | } |
| 530 | // for intra non-dynamic pSlice |
| 531 | //encapsulate two kinds of reconstruction: |
| 532 | //first. store base or highest Dependency Layer with only one quality (without CS RS reconstruction) |
no outgoing calls
no test coverage detected