Searched refs:bitrates (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c90 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/
H A Drtp_rtcp_impl_unittest.cc434 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/
H A Dlibvorbis.spec27 and variable bitrates from 16 to 128 kbps/channel.
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c692 opus_int32 bitrates[256]; local
757 surround_rate_allocation(st, bitrates, frame_size);
771 opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrates[s]));
/external/libopus/src/
H A Dopus_multistream_encoder.c692 opus_int32 bitrates[256]; local
757 surround_rate_allocation(st, bitrates, frame_size);
771 opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrates[s]));
/external/libvorbis/doc/
H A D01-introduction.tex18 over an exceptionally wide range of bitrates. At the high

Completed in 180 milliseconds