OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temporal_fact
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
qm_select.h
31
temporal_fact
(1.0f),
39
float
temporal_fact
;
member in struct:webrtc::VCMResolutionScale
qm_select.cc
364
qm_->
temporal_fact
= 1.0f;
609
qm_->
temporal_fact
= 1.0f / kFactorTemporal[action_.temporal];
616
qm_->
temporal_fact
= kFactorTemporal[action_.temporal];
627
state_dec_factor_temporal_ = state_dec_factor_temporal_ * qm_->
temporal_fact
;
648
qm_->frame_rate = avg_incoming_framerate_ / qm_->
temporal_fact
+ 0.5f;
813
float
temporal_fact
= kFactorTemporal[action_.temporal];
local
816
float new_dec_factor_temp = state_dec_factor_temporal_ *
temporal_fact
;
[
all
...]
qm_select_unittest.cc
[
all
...]
Completed in 963 milliseconds