OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_max_inter_bitrate_pct
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h
138
unsigned int
rc_max_inter_bitrate_pct
;
member in struct:VP9EncoderConfig
vp9_ratectrl.c
217
if (oxcf->
rc_max_inter_bitrate_pct
) {
219
oxcf->
rc_max_inter_bitrate_pct
/ 100;
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
39
unsigned int
rc_max_inter_bitrate_pct
;
member in struct:vp9_extracfg
68
0, //
rc_max_inter_bitrate_pct
425
oxcf->
rc_max_inter_bitrate_pct
= extra_cfg->
rc_max_inter_bitrate_pct
;
721
extra_cfg.
rc_max_inter_bitrate_pct
=
[
all
...]
Completed in 75 milliseconds