HomeSort by relevance Sort by last modified time
    Searched refs:kVp8LayerRateAlloction (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/include/
vp8_common_types.h 21 kVp8LayerRateAlloction[kMaxTemporalStreams][kMaxTemporalStreams] = {
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
default_temporal_layers.cc 72 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[1][0];
98 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[2][0];
99 cfg->ts_target_bitrate[1] = bitrateKbit * kVp8LayerRateAlloction[2][1];
130 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[3][0];
131 cfg->ts_target_bitrate[1] = bitrateKbit * kVp8LayerRateAlloction[3][1];
132 cfg->ts_target_bitrate[2] = bitrateKbit * kVp8LayerRateAlloction[3][2];
realtime_temporal_layers.cc 116 bitrate_kbit * kVp8LayerRateAlloction[temporal_layers_ - 1][tl];
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 430 const int low_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][0];
431 const int mid_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][1];
432 const int high_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][2];
media_opt_util.cc 429 kVp8LayerRateAlloction[parameters->numLayers - 1][0];
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 391 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i];
394 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i] -
395 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i - 1];
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 407 milliseconds