OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:over_shoot_pct
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
118
int
over_shoot_pct
;
member in struct:__anon21289
/external/libvpx/libvpx/vp8/common/
onyx.h
157
int
over_shoot_pct
;
member in struct:__anon21219
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
877
if (percent_high > cpi->oxcf.
over_shoot_pct
)
878
percent_high = cpi->oxcf.
over_shoot_pct
;
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
297
oxcf->
over_shoot_pct
= cfg.rc_overshoot_pct;
351
printf("
over_shoot_pct
: %d\n", oxcf->
over_shoot_pct
);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
349
oxcf->
over_shoot_pct
= cfg.rc_overshoot_pct;
422
printf("
over_shoot_pct
: %d\n", oxcf->
over_shoot_pct
);
[
all
...]
Completed in 511 milliseconds