/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
svc_encodeframe.c | 90 int bitrates[VPX_SS_MAX_LAYERS]; member in struct:SvcInternal 277 } else if (strcmp("bitrates", option_name) == 0) { 279 si->bitrates, NULL); 333 if (si->bitrates[0] != 0) { 336 enc_cfg->ss_target_bitrate[i] = (unsigned int)si->bitrates[i]; 337 enc_cfg->rc_target_bitrate += si->bitrates[i];
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
rtp_rtcp_impl_unittest.cc | 434 std::vector<uint32_t> bitrates; local 435 bitrates.push_back(codec_.simulcastStream[0].maxBitrate); 436 bitrates.push_back(codec_.simulcastStream[1].maxBitrate); 437 bitrates.push_back(codec_.simulcastStream[2].maxBitrate); 438 senders_[0]->SetTargetSendBitrate(bitrates);
|
/external/libvorbis/ |
libvorbis.spec | 27 and variable bitrates from 16 to 128 kbps/channel.
|
/external/chromium_org/third_party/opus/src/src/ |
opus_multistream_encoder.c | 692 opus_int32 bitrates[256]; local 757 surround_rate_allocation(st, bitrates, frame_size); 771 opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrates[s])); [all...] |
/external/libopus/src/ |
opus_multistream_encoder.c | 692 opus_int32 bitrates[256]; local 757 surround_rate_allocation(st, bitrates, frame_size); 771 opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrates[s])); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
Vp8CodecTestBase.java | 51 * calculate PSNR values for various bitrates. 245 int[] bitrates, 247 assertTrue(resolutionScales.length == bitrates.length); 269 params.bitrateSet[0] = bitrates[i]; 297 int[] bitrates = { bitrate }; local 307 bitrates, [all...] |
/external/libvorbis/doc/ |
01-introduction.tex | 18 over an exceptionally wide range of bitrates. At the high
|