Searched refs:kVp8LayerRateAlloction (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_sender_unittest.cc387 const int low_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][0];
388 const int mid_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][1];
389 const int high_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][2];
H A Dmedia_opt_util.cc570 kVp8LayerRateAlloction[parameters->numLayers - 1][0];
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc367 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i];
369 float bit_rate_delta_ratio = kVp8LayerRateAlloction
371 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i - 1];
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.cc73 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[1][0];
100 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[2][0];
101 cfg->ts_target_bitrate[1] = bitrateKbit * kVp8LayerRateAlloction[2][1];
133 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[3][0];
134 cfg->ts_target_bitrate[1] = bitrateKbit * kVp8LayerRateAlloction[3][1];
135 cfg->ts_target_bitrate[2] = bitrateKbit * kVp8LayerRateAlloction[3][2];
H A Drealtime_temporal_layers.cc113 bitrate_kbit * kVp8LayerRateAlloction[temporal_layers_ - 1][tl];
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/include/
H A Dvp8_common_types.h21 kVp8LayerRateAlloction[kMaxTemporalStreams][kMaxTemporalStreams] = { member in namespace:webrtc

Completed in 95 milliseconds