Searched refs:min_qp (Results 1 – 15 of 15) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_frame_process_utils.c | 158 WORD32 min_qp, in ihevce_get_cur_frame_qp() argument 165 ASSERT(max_qp >= min_qp); in ihevce_get_cur_frame_qp() 166 ASSERT((min_qp >= ps_rc_quant_ctxt->i2_min_qp) && (min_qp <= ps_rc_quant_ctxt->i2_max_qp)); in ihevce_get_cur_frame_qp() 191 i4_curr_qp = CLIP3(i4_curr_qp, min_qp, max_qp); in ihevce_get_cur_frame_qp()
|
D | ihevce_frame_process_utils.h | 75 WORD32 min_qp,
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | screenshare_layers.cc | 74 int min_qp, in SetQpLimits() argument 78 RTC_DCHECK_LT(0, min_qp); in SetQpLimits() 79 RTC_DCHECK_LE(min_qp, max_qp); in SetQpLimits() 83 min_qp_ = min_qp; in SetQpLimits() 86 RTC_DCHECK_EQ(min_qp, min_qp_.value()); in SetQpLimits() 518 const int min_qp = min_qp_.value(); in UpdateConfiguration() local 529 layers_[0].enhanced_max_qp = min_qp + (((max_qp - min_qp) * 80) / 100); in UpdateConfiguration() 530 layers_[1].enhanced_max_qp = min_qp + (((max_qp - min_qp) * 85) / 100); in UpdateConfiguration()
|
D | libvpx_vp8_decoder.cc | 76 ¶ms.min_qp, ¶ms.degrade_qp) != 3) { in GetPostProcParamsFromFieldTrialGroup() 84 if (params.min_qp < 0 || params.degrade_qp <= params.min_qp) { in GetPostProcParamsFromFieldTrialGroup() 209 if (qp > deblock_params_->min_qp) { in Decode() 214 (qp - deblock_params_->min_qp) / in Decode() 215 (deblock_params_->degrade_qp - deblock_params_->min_qp); in Decode()
|
D | libvpx_vp8_decoder.h | 46 int min_qp = 0; // If QP value is below, turn off deblocking. member
|
D | screenshare_layers.h | 39 void SetQpLimits(size_t stream_index, int min_qp, int max_qp) override;
|
D | default_temporal_layers.h | 38 void SetQpLimits(size_t stream_index, int min_qp, int max_qp) override;
|
D | screenshare_layers_unittest.cc | 133 void WithQpLimits(int min_qp, int max_qp) { in WithQpLimits() argument 134 min_qp_ = min_qp; in WithQpLimits()
|
D | default_temporal_layers.cc | 265 int min_qp, in SetQpLimits() argument
|
/external/webrtc/api/video_codecs/ |
D | vp8_temporal_layers.cc | 36 int min_qp, in SetQpLimits() argument 39 return controllers_[stream_index]->SetQpLimits(0, min_qp, max_qp); in SetQpLimits()
|
D | vp8_temporal_layers.h | 40 void SetQpLimits(size_t stream_index, int min_qp, int max_qp) override;
|
D | vp8_frame_buffer_controller.h | 107 virtual void SetQpLimits(size_t stream_index, int min_qp, int max_qp) = 0;
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.h | 85 uint32_t min_qp; member
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce.h | 85 uint32_t min_qp; member
|
D | radeon_vce_52.c | 443 RVCE_CS(enc->enc_pic.rc.min_qp); in rate_control()
|