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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/include/
vp8_common_types.h 21 kVp8LayerRateAlloction[kMaxTemporalStreams][kMaxTemporalStreams] = {
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
default_temporal_layers.cc 73 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];
realtime_temporal_layers.cc 113 bitrate_kbit * kVp8LayerRateAlloction[temporal_layers_ - 1][tl];
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_sender_unittest.cc 387 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];
media_opt_util.cc 570 kVp8LayerRateAlloction[parameters->numLayers - 1][0];
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 367 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i];
369 float bit_rate_delta_ratio = kVp8LayerRateAlloction
371 kVp8LayerRateAlloction[num_temporal_layers_ - 1][i - 1];
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 377 milliseconds