Home
last modified time | relevance | path

Searched refs:num_temporal_layers_ (Results 1 – 25 of 75) sorted by relevance

123

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc78 num_temporal_layers_(0), in VP9EncoderImpl()
131 if (num_temporal_layers_ > 1) { in SetSvcRates()
166 if (num_temporal_layers_ == 1) { in SetSvcRates()
168 } else if (num_temporal_layers_ == 2) { in SetSvcRates()
278 if (num_temporal_layers_ == 0) in InitEncode()
279 num_temporal_layers_ = 1; in InitEncode()
343 if (num_temporal_layers_ == 1) { in InitEncode()
350 } else if (num_temporal_layers_ == 2) { in InitEncode()
359 } else if (num_temporal_layers_ == 3) { in InitEncode()
626 RTC_CHECK_GT(num_temporal_layers_, 0); in PopulateCodecSpecific()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc78 num_temporal_layers_(0), in VP9EncoderImpl()
131 if (num_temporal_layers_ > 1) { in SetSvcRates()
166 if (num_temporal_layers_ == 1) { in SetSvcRates()
168 } else if (num_temporal_layers_ == 2) { in SetSvcRates()
278 if (num_temporal_layers_ == 0) in InitEncode()
279 num_temporal_layers_ = 1; in InitEncode()
343 if (num_temporal_layers_ == 1) { in InitEncode()
350 } else if (num_temporal_layers_ == 2) { in InitEncode()
359 } else if (num_temporal_layers_ == 3) { in InitEncode()
626 RTC_CHECK_GT(num_temporal_layers_, 0); in PopulateCodecSpecific()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc78 num_temporal_layers_(0), in VP9EncoderImpl()
131 if (num_temporal_layers_ > 1) { in SetSvcRates()
166 if (num_temporal_layers_ == 1) { in SetSvcRates()
168 } else if (num_temporal_layers_ == 2) { in SetSvcRates()
278 if (num_temporal_layers_ == 0) in InitEncode()
279 num_temporal_layers_ = 1; in InitEncode()
343 if (num_temporal_layers_ == 1) { in InitEncode()
350 } else if (num_temporal_layers_ == 2) { in InitEncode()
359 } else if (num_temporal_layers_ == 3) { in InitEncode()
626 RTC_CHECK_GT(num_temporal_layers_, 0); in PopulateCodecSpecific()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc79 num_temporal_layers_(0), in VP9EncoderImpl()
131 if (num_temporal_layers_ > 1) { in SetSvcRates()
166 if (num_temporal_layers_ == 1) { in SetSvcRates()
168 } else if (num_temporal_layers_ == 2) { in SetSvcRates()
282 if (num_temporal_layers_ == 0) in InitEncode()
283 num_temporal_layers_ = 1; in InitEncode()
347 } else if (num_temporal_layers_ == 1) { in InitEncode()
354 } else if (num_temporal_layers_ == 2) { in InitEncode()
363 } else if (num_temporal_layers_ == 3) { in InitEncode()
625 assert(num_temporal_layers_ > 0); in PopulateCodecSpecific()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/svc/
H A Dscalability_structure_full_svc.cc34 num_temporal_layers_(num_temporal_layers), in ScalabilityStructureFullSvc()
47 result.num_temporal_layers = num_temporal_layers_; in StreamConfig()
58 if (tid >= num_temporal_layers_) { in TemporalLayerIsActive()
189 if (num_temporal_layers_ > 2 || sid < num_spatial_layers_ - 1) { in NextFrameConfig()
231 << num_spatial_layers_ << "T" << num_temporal_layers_ in NextFrameConfig()
235 num_spatial_layers_ * num_temporal_layers_) in NextFrameConfig()
254 num_temporal_layers_); in OnEncodeDone()
256 for (int tid = 0; tid < num_temporal_layers_; ++tid) { in OnEncodeDone()
277 for (int tid = 0; tid < num_temporal_layers_; ++tid) { in OnRatesUpdated()
H A Dscalability_structure_full_svc.h51 return active_decode_targets_[sid * num_temporal_layers_ + tid]; in DecodeTargetIsActive()
54 active_decode_targets_.set(sid * num_temporal_layers_ + tid, value); in SetDecodeTargetIsActive()
63 const int num_temporal_layers_; variable
H A Dscalability_structure_key_svc.cc54 num_temporal_layers_(num_temporal_layers), in ScalabilityStructureKeySvc()
69 result.num_temporal_layers = num_temporal_layers_; in StreamConfig()
80 if (tid >= num_temporal_layers_) { in TemporalLayerIsActive()
149 if (num_temporal_layers_ > 2) { in T1Config()
231 num_temporal_layers_); in OnEncodeDone()
233 for (int tid = 0; tid < num_temporal_layers_; ++tid) { in OnEncodeDone()
261 for (int tid = 1; tid < num_temporal_layers_; ++tid) { in OnRatesUpdated()
H A Dscalability_structure_key_svc.h50 return active_decode_targets_[sid * num_temporal_layers_ + tid]; in DecodeTargetIsActive()
53 active_decode_targets_.set(sid * num_temporal_layers_ + tid, value); in SetDecodeTargetIsActive()
62 const int num_temporal_layers_; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc81 num_temporal_layers_(0), in VP9EncoderImpl()
136 if (num_temporal_layers_ > 1) { in SetSvcRates()
177 if (num_temporal_layers_ == 1) { in SetSvcRates()
179 } else if (num_temporal_layers_ == 2) { in SetSvcRates()
285 if (num_temporal_layers_ == 0) in InitEncode()
286 num_temporal_layers_ = 1; in InitEncode()
352 } else if (num_temporal_layers_ == 1) { in InitEncode()
359 } else if (num_temporal_layers_ == 2) { in InitEncode()
368 } else if (num_temporal_layers_ == 3) { in InitEncode()
634 assert(num_temporal_layers_ > 0); in PopulateCodecSpecific()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc143 int num_temporal_layers_; member in webrtc::VideoProcessorIntegrationTest
196 num_temporal_layers_; in SetUpCodecConfig()
208 num_temporal_layers_; in SetUpCodecConfig()
240 for (int i = 0; i < num_temporal_layers_; i++) { in ResetRateControlMetrics()
361 if (num_temporal_layers_ == 1) { in LayerIndexForFrame()
363 } else if (num_temporal_layers_ == 2) { in LayerIndexForFrame()
371 } else if (num_temporal_layers_ == 3) { in LayerIndexForFrame()
389 assert(num_temporal_layers_<= 3); in SetLayerRates()
395 [num_temporal_layers_ - 1][i] - in SetLayerRates()
402 1 << (num_temporal_layers_ - 1)); in SetLayerRates()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc146 int num_temporal_layers_; member in webrtc::VideoProcessorIntegrationTest
205 num_temporal_layers_; in SetUpCodecConfig()
213 num_temporal_layers_; in SetUpCodecConfig()
241 for (int i = 0; i < num_temporal_layers_; i++) { in ResetRateControlMetrics()
338 for (int i = 0; i < num_temporal_layers_; i++) { in VerifyRateControl()
368 if (num_temporal_layers_ == 1) { in LayerIndexForFrame()
370 } else if (num_temporal_layers_ == 2) { in LayerIndexForFrame()
378 } else if (num_temporal_layers_ == 3) { in LayerIndexForFrame()
396 assert(num_temporal_layers_ <= 3); in SetLayerRates()
397 for (int i = 0; i < num_temporal_layers_; i++) { in SetLayerRates()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dtemporal_layers.cc28 : num_temporal_layers_(num_temporal_layers), in TemporalLayersChecker()
72 if (frame_config.packetizer_temporal_idx >= num_temporal_layers_ || in CheckTemporalConfig()
74 num_temporal_layers_ > 1)) { in CheckTemporalConfig()
77 << " num_temporal_layers: " << num_temporal_layers_; in CheckTemporalConfig()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dtemporal_layers.cc28 : num_temporal_layers_(num_temporal_layers), in TemporalLayersChecker()
72 if (frame_config.packetizer_temporal_idx >= num_temporal_layers_ || in CheckTemporalConfig()
74 num_temporal_layers_ > 1)) { in CheckTemporalConfig()
77 << " num_temporal_layers: " << num_temporal_layers_; in CheckTemporalConfig()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/
H A Dtemporal_layers.cc28 : num_temporal_layers_(num_temporal_layers), in TemporalLayersChecker()
72 if (frame_config.packetizer_temporal_idx >= num_temporal_layers_ || in CheckTemporalConfig()
74 num_temporal_layers_ > 1)) { in CheckTemporalConfig()
77 << " num_temporal_layers: " << num_temporal_layers_; in CheckTemporalConfig()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc229 num_temporal_layers_(0), in VP9EncoderImpl()
360 if (num_temporal_layers_ == 1) { in SetSvcRates()
362 } else if (num_temporal_layers_ == 2) { in SetSvcRates()
495 if (num_temporal_layers_ == 0) { in InitEncode()
496 num_temporal_layers_ = 1; in InitEncode()
590 if (num_temporal_layers_ == 1) { in InitEncode()
597 } else if (num_temporal_layers_ == 2) { in InitEncode()
606 } else if (num_temporal_layers_ == 3) { in InitEncode()
1083 RTC_CHECK_GT(num_temporal_layers_, 0); in PopulateCodecSpecific()
1085 if (num_temporal_layers_ == 1) { in PopulateCodecSpecific()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/vp9/
H A Dlibvpx_vp9_encoder.cc212 num_temporal_layers_(0), in LibvpxVp9Encoder()
349 if (num_temporal_layers_ == 1) { in SetSvcRates()
351 } else if (num_temporal_layers_ == 2) { in SetSvcRates()
492 if (num_temporal_layers_ == 0) { in InitEncode()
493 num_temporal_layers_ = 1; in InitEncode()
598 if (num_temporal_layers_ == 1) { in InitEncode()
605 } else if (num_temporal_layers_ == 2) { in InitEncode()
614 } else if (num_temporal_layers_ == 3) { in InitEncode()
1174 RTC_CHECK_GT(num_temporal_layers_, 0); in PopulateCodecSpecific()
1176 if (num_temporal_layers_ == 1) { in PopulateCodecSpecific()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/svc/
H A Dscalability_structure_simulcast.cc48 num_temporal_layers_(num_temporal_layers), in ScalabilityStructureSimulcast()
61 result.num_temporal_layers = num_temporal_layers_; in StreamConfig()
72 if (tid >= num_temporal_layers_) { in TemporalLayerIsActive()
160 if (num_temporal_layers_ > 2) { in NextFrameConfig()
201 num_temporal_layers_); in OnEncodeDone()
203 for (int tid = 0; tid < num_temporal_layers_; ++tid) { in OnEncodeDone()
220 for (int tid = 0; tid < num_temporal_layers_; ++tid) { in OnRatesUpdated()
H A Dscalability_structure_full_svc.cc32 num_temporal_layers_(num_temporal_layers), in ScalabilityStructureFullSvc()
46 result.num_temporal_layers = num_temporal_layers_; in StreamConfig()
59 if (tid >= num_temporal_layers_) { in TemporalLayerIsActive()
195 if (num_temporal_layers_ > 2 || sid < num_spatial_layers_ - 1) { in NextFrameConfig()
236 << num_spatial_layers_ << "T" << num_temporal_layers_ in NextFrameConfig()
240 num_spatial_layers_ * num_temporal_layers_) in NextFrameConfig()
267 num_temporal_layers_); in OnEncodeDone()
269 for (int tid = 0; tid < num_temporal_layers_; ++tid) { in OnEncodeDone()
290 for (int tid = 0; tid < num_temporal_layers_; ++tid) { in OnRatesUpdated()
H A Dscalability_structure_simulcast.h51 return active_decode_targets_[sid * num_temporal_layers_ + tid]; in DecodeTargetIsActive()
54 active_decode_targets_.set(sid * num_temporal_layers_ + tid, value); in SetDecodeTargetIsActive()
60 const int num_temporal_layers_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dtemporal_layers_checker.cc35 : num_temporal_layers_(num_temporal_layers), in TemporalLayersChecker()
80 if (frame_config.packetizer_temporal_idx >= num_temporal_layers_ || in CheckTemporalConfig()
82 num_temporal_layers_ > 1)) { in CheckTemporalConfig()
85 << " num_temporal_layers: " << num_temporal_layers_; in CheckTemporalConfig()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/vp8/
H A Dtemporal_layers_checker.cc36 : num_temporal_layers_(num_temporal_layers), in TemporalLayersChecker()
81 if (frame_config.packetizer_temporal_idx >= num_temporal_layers_ || in CheckTemporalConfig()
83 num_temporal_layers_ > 1)) { in CheckTemporalConfig()
86 << " num_temporal_layers: " << num_temporal_layers_; in CheckTemporalConfig()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dtemporal_layers_checker.cc36 : num_temporal_layers_(num_temporal_layers), in TemporalLayersChecker()
81 if (frame_config.packetizer_temporal_idx >= num_temporal_layers_ || in CheckTemporalConfig()
83 num_temporal_layers_ > 1)) { in CheckTemporalConfig()
86 << " num_temporal_layers: " << num_temporal_layers_; in CheckTemporalConfig()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/vp8/
H A Dtemporal_layers_checker.cc35 : num_temporal_layers_(num_temporal_layers), in TemporalLayersChecker()
80 if (frame_config.packetizer_temporal_idx >= num_temporal_layers_ || in CheckTemporalConfig()
82 num_temporal_layers_ > 1)) { in CheckTemporalConfig()
85 << " num_temporal_layers: " << num_temporal_layers_; in CheckTemporalConfig()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc237 num_temporal_layers_(0), in VP9EncoderImpl()
371 if (num_temporal_layers_ == 1) { in SetSvcRates()
373 } else if (num_temporal_layers_ == 2) { in SetSvcRates()
505 if (num_temporal_layers_ == 0) { in InitEncode()
506 num_temporal_layers_ = 1; in InitEncode()
612 if (num_temporal_layers_ == 1) { in InitEncode()
619 } else if (num_temporal_layers_ == 2) { in InitEncode()
628 } else if (num_temporal_layers_ == 3) { in InitEncode()
1161 RTC_CHECK_GT(num_temporal_layers_, 0); in PopulateCodecSpecific()
1163 if (num_temporal_layers_ == 1) { in PopulateCodecSpecific()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc278 num_temporal_layers_(0), in VP9EncoderImpl()
415 if (num_temporal_layers_ == 1) { in SetSvcRates()
558 if (num_temporal_layers_ == 0) { in InitEncode()
559 num_temporal_layers_ = 1; in InitEncode()
664 if (num_temporal_layers_ == 1) { in InitEncode()
671 } else if (num_temporal_layers_ == 2) { in InitEncode()
680 } else if (num_temporal_layers_ == 3) { in InitEncode()
1257 RTC_CHECK_GT(num_temporal_layers_, 0); in PopulateCodecSpecific()
1259 if (num_temporal_layers_ == 1) { in PopulateCodecSpecific()
1439 RTC_DCHECK_EQ(num_temporal_layers_, 1); in FillReferenceIndices()
[all …]

123