OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_min_quantizer
(Results
1 - 15
of
15
) sorted by null
/external/libvpx/libvpx/test/
cpu_speed_test.cc
60
cfg_.
rc_min_quantizer
= 0;
79
cfg_.
rc_min_quantizer
= 0;
95
cfg_.
rc_min_quantizer
= 40;
vp9_lossless_test.cc
62
cfg_.
rc_min_quantizer
= 0;
borders_test.cc
72
cfg_.
rc_min_quantizer
= 40;
datarate_test.cc
241
cfg_.
rc_min_quantizer
= 0;
resize_test.cc
241
cfg_.
rc_min_quantizer
= cfg_.rc_max_quantizer = 48;
/external/libvpx/libvpx/vpx/
vpx_encoder.h
457
unsigned int
rc_min_quantizer
;
member in struct:vpx_codec_enc_cfg
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
154
RANGE_CHECK_HI(cfg,
rc_min_quantizer
, cfg->rc_max_quantizer);
158
RANGE_CHECK_HI(cfg,
rc_min_quantizer
, 0);
291
oxcf->best_allowed_q = cfg.
rc_min_quantizer
;
[
all
...]
/external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc
102
config_->
rc_min_quantizer
= cast_config_.min_qp;
/external/chromium_org/media/webm/chromeos/
webm_encoder.cc
103
config_.
rc_min_quantizer
= 0;
/external/chromium_org/remoting/codec/
video_encoder_vpx.cc
59
config.
rc_min_quantizer
= 20;
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
146
RANGE_CHECK_HI(cfg,
rc_min_quantizer
, cfg->rc_max_quantizer);
209
cfg->
rc_min_quantizer
, cfg->rc_max_quantizer);
343
oxcf->best_allowed_q = cfg.
rc_min_quantizer
;
[
all
...]
/external/libvpx/libvpx/
vp8_multi_resolution_encoder.c
279
cfg[0].
rc_min_quantizer
= 4;
vp8_scalable_patterns.c
189
cfg.
rc_min_quantizer
= 2;
vpxenc.c
[
all
...]
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
512
enc_cfg->
rc_min_quantizer
= 33;
Completed in 794 milliseconds