OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:percent_low
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
753
int
percent_low
= 0;
local
765
percent_low
= (int)
773
percent_low
= (int)(100 * -cpi->bits_off_target /
777
if (
percent_low
> cpi->oxcf.under_shoot_pct)
778
percent_low
= cpi->oxcf.under_shoot_pct;
779
else if (
percent_low
< 0)
780
percent_low
= 0;
784
(cpi->this_frame_target *
percent_low
) / 200;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c
745
int
percent_low
= 0;
local
757
percent_low
= (int)
765
percent_low
= (int)(100 * -cpi->bits_off_target /
769
if (
percent_low
> cpi->oxcf.under_shoot_pct)
770
percent_low
= cpi->oxcf.under_shoot_pct;
771
else if (
percent_low
< 0)
772
percent_low
= 0;
776
(cpi->this_frame_target *
percent_low
) / 200;
[
all
...]
Completed in 169 milliseconds