OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pct_high
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c
1237
const int
pct_high
= (int)MIN(-diff \/ one_pct_bits, oxcf->over_shoot_pct);
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
1253
const int
pct_high
= (int)MIN(-diff \/ one_pct_bits, oxcf->over_shoot_pct);
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c
1257
const int
pct_high
= (int)MIN(-diff \/ one_pct_bits, oxcf->over_shoot_pct);
local
[
all
...]
Completed in 3181 milliseconds