HomeSort by relevance Sort by last modified time
    Searched refs:VPX_CBR (Results 1 - 25 of 31) sorted by null

1 2

  /external/libvpx/libvpx/test/
aq_segment_test.cc 50 cfg_.rc_end_usage = VPX_CBR;
70 cfg_.rc_end_usage = VPX_CBR;
90 cfg_.rc_end_usage = VPX_CBR;
datarate_test.cc 157 cfg_.rc_end_usage = VPX_CBR;
183 cfg_.rc_end_usage = VPX_CBR;
206 cfg_.rc_end_usage = VPX_CBR;
236 cfg_.rc_end_usage = VPX_CBR;
274 cfg_.rc_end_usage = VPX_CBR;
302 cfg_.rc_end_usage = VPX_CBR;
327 cfg_.rc_end_usage = VPX_CBR;
350 cfg_.rc_end_usage = VPX_CBR;
380 cfg_.rc_end_usage = VPX_CBR;
414 cfg_.rc_end_usage = VPX_CBR;
    [all...]
active_map_test.cc 79 cfg_.rc_end_usage = VPX_CBR;
vp9_motion_vector_test.cc 53 cfg_.rc_end_usage = VPX_CBR;
cpu_speed_test.cc 39 cfg_.rc_end_usage = VPX_CBR;
error_resilience_test.cc 299 cfg_.rc_end_usage = VPX_CBR;
346 cfg_.rc_end_usage = VPX_CBR;
536 cfg_.rc_end_usage = VPX_CBR;
active_map_refresh_test.cc 114 cfg_.rc_end_usage = VPX_CBR;
encode_perf_test.cc 80 cfg_.rc_end_usage = VPX_CBR;
level_test.cc 35 cfg_.rc_end_usage = VPX_CBR;
vp9_arf_freq_test.cc 97 cfg_.rc_end_usage = VPX_CBR;
vp9_end_to_end_test.cc 97 cfg_.rc_end_usage = VPX_CBR;
vp9_ethread_test.cc 247 cfg_.rc_end_usage = VPX_CBR;
resize_test.cc 477 cfg_.rc_end_usage = VPX_CBR;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 142 if (mBitrateControlMode == VPX_CBR) {
262 if (mBitrateControlMode == VPX_CBR) {
360 } else if (mBitrateControlMode == VPX_CBR) {
458 } else if (mBitrateControlMode == VPX_CBR) {
477 mBitrateControlMode = VPX_CBR;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 246 VPX_CBR, /**< Constant Bit Rate (CBR) mode */
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 90 if (cpi->oxcf.rc_mode == VPX_CBR) {
141 if (!(svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) &&
196 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
220 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
240 return (cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR)
    [all...]
vp9_picklpf.c 184 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR &&
vp9_ratectrl.c 327 if (pass == 0 && oxcf->rc_mode == VPX_CBR) {
441 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100))
467 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100))
588 if (cpi->oxcf.rc_mode == VPX_CBR &&
    [all...]
vp9_noise_estimate.c 56 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR &&
vp9_speed_features.c 516 if (cpi->oxcf.rc_mode == VPX_CBR &&
530 if (cpi->oxcf.rc_mode == VPX_CBR && content != VP9E_CONTENT_SCREEN) {
591 if (!cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR &&
vp9_encoder.h 869 return !(cpi->oxcf.mode == REALTIME && cpi->oxcf.rc_mode == VPX_CBR) &&
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 432 if (enc_cfg->rc_end_usage == VPX_CBR && enc_cfg->g_pass == VPX_RC_ONE_PASS &&
449 if (enc_cfg->rc_end_usage == VPX_CBR &&
508 if (enc_cfg->rc_end_usage == VPX_CBR) {
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 414 cfg[0].rc_end_usage = VPX_CBR;
vpx_temporal_svc_encoder.c 634 cfg.rc_end_usage = VPX_CBR;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 299 config_->rc_end_usage = VPX_CBR;
    [all...]

Completed in 963 milliseconds

1 2