Home
last modified time | relevance | path

Searched refs:kVp8LayerRateAlloction (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers.cc72 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[1][0]; in ConfigureBitrates()
98 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[2][0]; in ConfigureBitrates()
99 cfg->ts_target_bitrate[1] = bitrateKbit * kVp8LayerRateAlloction[2][1]; in ConfigureBitrates()
130 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[3][0]; in ConfigureBitrates()
131 cfg->ts_target_bitrate[1] = bitrateKbit * kVp8LayerRateAlloction[3][1]; in ConfigureBitrates()
132 cfg->ts_target_bitrate[2] = bitrateKbit * kVp8LayerRateAlloction[3][2]; in ConfigureBitrates()
Drealtime_temporal_layers.cc116 bitrate_kbit * kVp8LayerRateAlloction[temporal_layers_ - 1][tl]; in ConfigureBitrates()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/include/
Dvp8_common_types.h21 kVp8LayerRateAlloction[kMaxTemporalStreams][kMaxTemporalStreams] = { variable
/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender_unittest.cc430 const int low_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][0]; in TEST_F()
431 const int mid_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][1]; in TEST_F()
432 const int high_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][2]; in TEST_F()
Dmedia_opt_util.cc429 kVp8LayerRateAlloction[parameters->numLayers - 1][0]; in BitsPerFrame()
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_integrationtest.cc391 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i]; in SetLayerRates()
394 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i] - in SetLayerRates()
395 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i - 1]; in SetLayerRates()