Searched refs:newQPStep (Results 1 – 2 of 2) sorted by relevance
537 int newQPStep=0; in cvbr_ComputeFrameQP() local554 newQPStep = rcQP2Qstep(ct, newQP); // So that frame qp will be exactly ct->m_nConstQP in cvbr_ComputeFrameQP()564 newQPStep = newQP<<QS_SHIFT_FACTOR; in cvbr_ComputeFrameQP()570 return newQPStep; in cvbr_ComputeFrameQP()582 newQPStep = ct->m_nLastFrameAvgQP[0]; in cvbr_ComputeFrameQP()590 newQPStep = ct->m_nLastFrameAvgQP[0]+dQP; in cvbr_ComputeFrameQP()593 newQPStep = ct->m_nLastFrameAvgQP[0]-dQP; in cvbr_ComputeFrameQP()604 newQPStep = ct->m_nLastFrameAvgQP[0]; in cvbr_ComputeFrameQP()606 newQPStep = newQPStep-(1<<QS_SHIFT_FACTOR); in cvbr_ComputeFrameQP()607 newQPStep = MSRC_MAX((1<<QS_SHIFT_FACTOR), newQPStep); in cvbr_ComputeFrameQP()[all …]
558 MS_S32 newQPStep=0; in cvbr_ComputeFrameQStep() local575 newQPStep = rcQP2Qstep(ct, newQP); // So that frame qp will be exactly ct->m_nConstQP in cvbr_ComputeFrameQStep()585 newQPStep = newQP<<QS_SHIFT_FACTOR; in cvbr_ComputeFrameQStep()591 return newQPStep; in cvbr_ComputeFrameQStep()603 newQPStep = ct->m_nLastFrameAvgQStep[0]; in cvbr_ComputeFrameQStep()611 newQPStep = ct->m_nLastFrameAvgQStep[0]+dQP; in cvbr_ComputeFrameQStep()614 newQPStep = ct->m_nLastFrameAvgQStep[0]-dQP; in cvbr_ComputeFrameQStep()625 newQPStep = ct->m_nLastFrameAvgQStep[0]; in cvbr_ComputeFrameQStep()627 newQPStep = newQPStep-(1<<QS_SHIFT_FACTOR); in cvbr_ComputeFrameQStep()628 newQPStep = MSRC_MAX((1<<QS_SHIFT_FACTOR), newQPStep); in cvbr_ComputeFrameQStep()[all …]