Home
last modified time | relevance | path

Searched refs:overhead_bits_per_mb (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c992 int overhead_bits_per_mb; in estimate_max_q() local
1038 overhead_bits_per_mb = overhead_bits / num_mbs; in estimate_max_q()
1039 overhead_bits_per_mb = (int)(overhead_bits_per_mb * in estimate_max_q()
1054 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_max_q()
1065 overhead_bits_per_mb = (int)((double)overhead_bits_per_mb * 0.98); in estimate_max_q()
1113 int overhead_bits_per_mb; in estimate_cq() local
1127 overhead_bits_per_mb = overhead_bits / num_mbs; in estimate_cq()
1157 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_cq()
1169 overhead_bits_per_mb = (int)((double)overhead_bits_per_mb * 0.98); in estimate_cq()