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.c923 int overhead_bits_per_mb; in estimate_max_q() local
970 overhead_bits_per_mb = overhead_bits / num_mbs; in estimate_max_q()
971 overhead_bits_per_mb = (int)(overhead_bits_per_mb * in estimate_max_q()
985 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_max_q()
997 overhead_bits_per_mb = (int)((double)overhead_bits_per_mb * 0.98); in estimate_max_q()
1040 int overhead_bits_per_mb; in estimate_cq() local
1053 overhead_bits_per_mb = overhead_bits / num_mbs; in estimate_cq()
1081 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_cq()
1091 overhead_bits_per_mb = (int)((double)overhead_bits_per_mb * 0.98); in estimate_cq()