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

  /external/libvpx/libvpx/test/
datarate_test.cc 155 cfg_.rc_dropframe_thresh = 1;
181 cfg_.rc_dropframe_thresh = 1;
204 cfg_.rc_dropframe_thresh = 1;
250 cfg_.rc_dropframe_thresh = i;
272 cfg_.rc_dropframe_thresh = 30;
300 cfg_.rc_dropframe_thresh = 1;
325 cfg_.rc_dropframe_thresh = 1;
348 cfg_.rc_dropframe_thresh = 1;
394 cfg_.rc_dropframe_thresh = i;
412 cfg_.rc_dropframe_thresh = 30
    [all...]
encode_perf_test.cc 73 cfg_.rc_dropframe_thresh = 0;
error_resilience_test.cc 533 cfg_.rc_dropframe_thresh = 1;
537 cfg_.rc_dropframe_thresh = 1;
decode_perf_test.cc 128 cfg_.rc_dropframe_thresh = 0;
resize_test.cc 482 cfg_.rc_dropframe_thresh = 1;
575 cfg_.rc_dropframe_thresh = 0;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 410 unsigned int rc_dropframe_thresh; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 162 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100);
301 oxcf->allow_df = (cfg.rc_dropframe_thresh > 0);
302 oxcf->drop_frames_water_mark = cfg.rc_dropframe_thresh;
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 413 cfg[0].rc_dropframe_thresh = 0;
vpx_temporal_svc_encoder.c 633 cfg.rc_dropframe_thresh = (unsigned int)strtoul(argv[9], NULL, 0);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 139 mCodecConfiguration->rc_dropframe_thresh = 0;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 474 configurations_[0].rc_dropframe_thresh =
603 configurations_[0].rc_dropframe_thresh > 0 &&
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 176 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100);
501 oxcf->drop_frames_water_mark = cfg->rc_dropframe_thresh;
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 517 enc_cfg->rc_dropframe_thresh = 0;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 297 config_->rc_dropframe_thresh =
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 780 milliseconds