Searched refs:section_target_bandwitdh (Results 1 – 3 of 3) sorted by relevance
95 int section_target_bandwitdh);
904 int section_target_bandwitdh) { in vp9_twopass_worst_quality() argument914 if (section_target_bandwitdh <= 0) in vp9_twopass_worst_quality()917 target_norm_bits_per_mb = section_target_bandwitdh < (1 << 20) in vp9_twopass_worst_quality()918 ? (512 * section_target_bandwitdh) / num_mbs in vp9_twopass_worst_quality()919 : 512 * (section_target_bandwitdh / num_mbs); in vp9_twopass_worst_quality()
980 int section_target_bandwitdh, in estimate_max_q() argument993 if (section_target_bandwitdh <= 0) in estimate_max_q()997 (section_target_bandwitdh < (1 << 20)) in estimate_max_q()998 ? (512 * section_target_bandwitdh) / num_mbs in estimate_max_q()999 : 512 * (section_target_bandwitdh / num_mbs); in estimate_max_q()1099 int section_target_bandwitdh, in estimate_cq() argument1121 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_cq()1122 ? (512 * section_target_bandwitdh) / num_mbs in estimate_cq()1123 : 512 * (section_target_bandwitdh / num_mbs); in estimate_cq()1184 static int estimate_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh) in estimate_q() argument[all …]