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

  /external/webrtc/webrtc/modules/video_coding/
qm_select.cc 363 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;
    [all...]
qm_select.h 30 spatial_height_fact(1.0f),
38 float spatial_height_fact; member in struct:webrtc::VCMResolutionScale

Completed in 962 milliseconds