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.c991 int overhead_bits_per_mb; in estimate_max_q() local
1037 overhead_bits_per_mb = overhead_bits / num_mbs; in estimate_max_q()
1038 overhead_bits_per_mb = (int)(overhead_bits_per_mb * in estimate_max_q()
1053 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_max_q()
1064 overhead_bits_per_mb = (int)((double)overhead_bits_per_mb * 0.98); in estimate_max_q()
1112 int overhead_bits_per_mb; in estimate_cq() local
1126 overhead_bits_per_mb = overhead_bits / num_mbs; in estimate_cq()
1156 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_cq()
1168 overhead_bits_per_mb = (int)((double)overhead_bits_per_mb * 0.98); in estimate_cq()