Searched defs:spatial_height_fact (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Dqm_select.cc363 qm_->spatial_height_fact = 1.0f;
598 qm_->spatial_height_fact = 1.0f / kFactorHeightSpatial[action_.spatial];
605 qm_->spatial_height_fact =
615 qm_->spatial_height_fact = kFactorHeightSpatial[action_.spatial];
626 qm_->spatial_height_fact;
636 static_cast<uint16_t>(height_ / qm_->spatial_height_fact + 0.5f);
812 float spatial_height_fact = kFactorHeightSpatial[action_.spatial]; local
815 state_dec_factor_spatial_ * spatial_width_fact * spatial_height_fact;
867 qm_->spatial_height_fact = 2.0f;
884 qm_->spatial_height_fact
[all...]
H A Dqm_select.h30 spatial_height_fact(1.0f),
38 float spatial_height_fact; member in struct:webrtc::VCMResolutionScale

Completed in 138 milliseconds