OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_max_intra_bitrate_pct
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h
124
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:__anon17688
/external/libvpx/libvpx/vp8/common/
onyx.h
113
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:__anon4406
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c
39
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:vp8_extracfg
64
0, /*
rc_max_intra_bitrate_pct
*/
331
oxcf->
rc_max_intra_bitrate_pct
= vp8_cfg.
rc_max_intra_bitrate_pct
;
584
extra_cfg.
rc_max_intra_bitrate_pct
=
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h
127
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:VP9EncoderConfig
vp9_ratectrl.c
215
if (oxcf->
rc_max_intra_bitrate_pct
) {
217
oxcf->
rc_max_intra_bitrate_pct
/ 100;
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c
35
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:vp9_extracfg
56
0, //
rc_max_intra_bitrate_pct
360
oxcf->
rc_max_intra_bitrate_pct
= extra_cfg->
rc_max_intra_bitrate_pct
;
625
extra_cfg.
rc_max_intra_bitrate_pct
=
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
37
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:vp8_extracfg
72
0, /*
rc_max_intra_bitrate_pct
*/
341
oxcf->
rc_max_intra_bitrate_pct
= vp8_cfg.
rc_max_intra_bitrate_pct
;
524
MAP(VP8E_SET_MAX_INTRA_BITRATE_PCT, xcfg.
rc_max_intra_bitrate_pct
);
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
199
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:VP9_CONFIG
vp9_ratectrl.c
134
if (oxcf->
rc_max_intra_bitrate_pct
) {
136
oxcf->
rc_max_intra_bitrate_pct
/ 100;
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
36
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:vp9_extracfg
66
0, //
rc_max_intra_bitrate_pct
325
oxcf->
rc_max_intra_bitrate_pct
= extra_cfg->
rc_max_intra_bitrate_pct
;
496
MAP(VP8E_SET_MAX_INTRA_BITRATE_PCT, extra_cfg.
rc_max_intra_bitrate_pct
);
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c
406
if (cpi->oxcf.
rc_max_intra_bitrate_pct
)
409
* cpi->oxcf.
rc_max_intra_bitrate_pct
/ 100;
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
406
if (cpi->oxcf.
rc_max_intra_bitrate_pct
)
409
* cpi->oxcf.
rc_max_intra_bitrate_pct
/ 100;
[
all
...]
Completed in 68 milliseconds