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 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyx.h
155
int
under_shoot_pct
;
member in struct:__anon10963
/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/vp8/
vp8_cx_iface.c
351
oxcf->
under_shoot_pct
= cfg.rc_undershoot_pct;
424
printf("
under_shoot_pct
: %d\n", oxcf->
under_shoot_pct
);
[
all
...]
Completed in 35 milliseconds