OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:baseline_bits_at_q
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/vp8/encoder/
ratectrl.c
568
static int
baseline_bits_at_q
(int frame_kind, int Q, int MBs)
function
632
cpi->this_frame_target = (
baseline_bits_at_q
(0, Q, cpi->common.MBs) * Boost) / 100;
[
all
...]
Completed in 135 milliseconds