Searched refs:rc_resize_allowed (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/test/
H A Dactive_map_test.cc77 cfg_.rc_resize_allowed = 0;
H A Dactive_map_refresh_test.cc110 cfg_.rc_resize_allowed = 0;
H A Dencode_perf_test.cc79 cfg_.rc_resize_allowed = 0;
H A Ddecode_perf_test.cc134 cfg_.rc_resize_allowed = 0;
H A Dencode_api_test.cc146 cfg[0].rc_resize_allowed = 0;
H A Dresize_test.cc486 cfg_.rc_resize_allowed = 1;
503 cfg_.rc_resize_allowed = 0;
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h417 unsigned int rc_resize_allowed; member in struct:vpx_codec_enc_cfg
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c158 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;
1197 0, /* rc_resize_allowed */
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc240 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;
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c176 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
202 if (cfg->rc_resize_allowed == 1) {
512 if (cfg->rc_resize_allowed == 1) {
1680 0, // rc_resize_allowed
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c416 cfg[0].rc_resize_allowed = 0;
H A Dvpx_temporal_svc_encoder.c701 cfg.rc_resize_allowed = 0;
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c509 enc_cfg->rc_resize_allowed = 0;
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc319 config_->rc_resize_allowed =
/external/libvpx/libvpx/
H A Dvpxenc.c1215 config->cfg.rc_resize_allowed = arg_parse_uint(&arg);
1440 SHOW(rc_resize_allowed);

Completed in 160 milliseconds