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

  /external/libvpx/libvpx/test/
active_map_test.cc 77 cfg_.rc_resize_allowed = 0;
active_map_refresh_test.cc 110 cfg_.rc_resize_allowed = 0;
encode_perf_test.cc 79 cfg_.rc_resize_allowed = 0;
decode_perf_test.cc 134 cfg_.rc_resize_allowed = 0;
encode_api_test.cc 146 cfg[0].rc_resize_allowed = 0;
resize_test.cc 486 cfg_.rc_resize_allowed = 1;
503 cfg_.rc_resize_allowed = 0;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 417 unsigned int rc_resize_allowed; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 158 RANGE_CHECK_HI(cfg, rc_resize_allowed, 0);
160 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
304 oxcf->allow_spatial_resampling = cfg.rc_resize_allowed;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 240 if (configurations_[0].rc_resize_allowed) {
482 // configurations_[0].rc_resize_allowed =
484 configurations_[0].rc_resize_allowed = 0;
487 configurations_[0].rc_resize_allowed = 1;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 176 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
202 if (cfg->rc_resize_allowed == 1) {
512 if (cfg->rc_resize_allowed == 1) {
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 416 cfg[0].rc_resize_allowed = 0;
vpx_temporal_svc_encoder.c 701 cfg.rc_resize_allowed = 0;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 144 mCodecConfiguration->rc_resize_allowed = 0;
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.cpp 155 mCodecConfiguration->rc_resize_allowed = 0;
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 509 enc_cfg->rc_resize_allowed = 0;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 319 config_->rc_resize_allowed =
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 895 milliseconds