Searched refs:CONSTANT_Q (Results 1 – 5 of 5) sorted by relevance
66 CONSTANT_Q, enumerator
587 else if (video->encParams->RC_Type == CONSTANT_Q) /* constant_Q */ in PVInitVideoEncoder()745 … if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->RC_Type == CONSTANT_Q) // set limit in PVInitVideoEncoder()1050 if (video->encParams->RC_Type != CONSTANT_Q) in PVInitVideoEncoder()1273 if (video->encParams->RC_Type != CONSTANT_Q) in PVCleanUpVideoEncoder()2712 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()2758 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()2806 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1) in DetermineVopType()2828 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1) in DetermineVopType()2869 if (encParams->RC_Type != CONSTANT_Q) in UpdateSkipNextFrame()
197 if (video->encParams->RC_Type == CONSTANT_Q) in RC_VopQPSetting()300 case CONSTANT_Q: in RC_VopUpdateStat()
20 constexpr MP4RateControlType krcType[] = {CONSTANT_Q, CBR_1, VBR_1, CBR_2, VBR_2, CBR_LOWDELAY};
85 | `rcType` | 0. `CONSTANT_Q` 1. `CBR_1` 2. `VBR_1` 3. `CBR_2` 4. `VBR_2` 5. `CBR_LOWDELAY` | All th…