OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_resize_allowed
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_encoder.h
397
unsigned int
rc_resize_allowed
;
member in struct:vpx_codec_enc_cfg
[
all
...]
/external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc
101
config_->
rc_resize_allowed
= 0;
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
166
RANGE_CHECK_HI(cfg,
rc_resize_allowed
, 0);
168
RANGE_CHECK_BOOL(cfg,
rc_resize_allowed
);
326
oxcf->allow_spatial_resampling = cfg.
rc_resize_allowed
;
[
all
...]
/external/libvpx/libvpx/
vp8_multi_resolution_encoder.c
278
cfg[0].
rc_resize_allowed
= 0;
vp8_scalable_patterns.c
188
cfg.
rc_resize_allowed
= 0;
vpxenc.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
169
RANGE_CHECK_BOOL(cfg,
rc_resize_allowed
);
[
all
...]
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
511
enc_cfg->
rc_resize_allowed
= 0;
Completed in 131 milliseconds