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

  /external/webrtc/webrtc/modules/video_coding/
qm_select.cc 173 state_dec_factor_spatial_ = 1.0;
319 assert(state_dec_factor_spatial_ >= 1.0f);
321 assert(state_dec_factor_spatial_ <= kMaxSpatialDown);
323 assert(state_dec_factor_temporal_ * state_dec_factor_spatial_ <=
624 state_dec_factor_spatial_ = state_dec_factor_spatial_ *
728 state_dec_factor_spatial_ =
729 state_dec_factor_spatial_ /
737 state_dec_factor_spatial_ =
738 state_dec_factor_spatial_ *
    [all...]
qm_select.h 305 float state_dec_factor_spatial_; member in class:webrtc::VCMQmResolution

Completed in 96 milliseconds