Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c981 int section_target_bandwitdh, in estimate_max_q() argument
994 if (section_target_bandwitdh <= 0) in estimate_max_q()
998 (section_target_bandwitdh < (1 << 20)) in estimate_max_q()
999 ? (512 * section_target_bandwitdh) / num_mbs in estimate_max_q()
1000 : 512 * (section_target_bandwitdh / num_mbs); in estimate_max_q()
1100 int section_target_bandwitdh, in estimate_cq() argument
1122 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_cq()
1123 ? (512 * section_target_bandwitdh) / num_mbs in estimate_cq()
1124 : 512 * (section_target_bandwitdh / num_mbs); in estimate_cq()
1185 static int estimate_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh) in estimate_q() argument
[all …]