OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:under_shoot_pct
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
117
int
under_shoot_pct
;
member in struct:__anon21289
/external/libvpx/libvpx/vp8/common/
onyx.h
156
int
under_shoot_pct
;
member in struct:__anon21219
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
777
if (percent_low > cpi->oxcf.
under_shoot_pct
)
778
percent_low = cpi->oxcf.
under_shoot_pct
;
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
296
oxcf->
under_shoot_pct
= cfg.rc_undershoot_pct;
350
printf("
under_shoot_pct
: %d\n", oxcf->
under_shoot_pct
);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
348
oxcf->
under_shoot_pct
= cfg.rc_undershoot_pct;
421
printf("
under_shoot_pct
: %d\n", oxcf->
under_shoot_pct
);
[
all
...]
Completed in 89 milliseconds