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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.cc 176 state_dec_factor_spatial_ = 1.0;
322 assert(state_dec_factor_spatial_ >= 1.0f);
324 assert(state_dec_factor_spatial_ <= kMaxSpatialDown);
326 assert(state_dec_factor_temporal_ * state_dec_factor_spatial_ <=
631 state_dec_factor_spatial_ = state_dec_factor_spatial_ *
734 state_dec_factor_spatial_ = state_dec_factor_spatial_ /
742 state_dec_factor_spatial_ = state_dec_factor_spatial_ *
    [all...]
qm_select.h 323 float state_dec_factor_spatial_; member in class:webrtc::VCMQmResolution

Completed in 260 milliseconds