OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rc_max_intra_bitrate_pct
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyx.h
113
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:__anon22987
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
79
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:__anon23057
/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
;
525
MAP(VP8E_SET_MAX_INTRA_BITRATE_PCT, xcfg.
rc_max_intra_bitrate_pct
);
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
38
unsigned int
rc_max_intra_bitrate_pct
;
member in struct:vp9_extracfg
66
0, /*
rc_max_intra_bitrate_pct
*/
289
oxcf->
rc_max_intra_bitrate_pct
= vp8_cfg.
rc_max_intra_bitrate_pct
;
445
MAP(VP8E_SET_MAX_INTRA_BITRATE_PCT, xcfg.
rc_max_intra_bitrate_pct
);
[
all
...]
Completed in 488 milliseconds