HomeSort by relevance Sort by last modified time
    Searched refs:state_dec_factor_temporal_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
qm_select.cc 174 state_dec_factor_temporal_ = 1.0;
320 assert(state_dec_factor_temporal_ >= 1.0f);
322 assert(state_dec_factor_temporal_ <= kMaxTempDown);
323 assert(state_dec_factor_temporal_ * state_dec_factor_spatial_ <=
627 state_dec_factor_temporal_ = state_dec_factor_temporal_ * qm_->temporal_fact;
816 float new_dec_factor_temp = state_dec_factor_temporal_ * temporal_fact;
830 new_dec_factor_temp = state_dec_factor_temporal_;
852 if (state_dec_factor_spatial_ > state_dec_factor_temporal_) {
    [all...]
qm_select.h 306 float state_dec_factor_temporal_; member in class:webrtc::VCMQmResolution

Completed in 248 milliseconds