Searched refs:section_target_bandwitdh (Results 1 – 1 of 1) sorted by relevance
914 int section_target_bandwitdh, int overhead_bits) { in estimate_max_q() argument925 if (section_target_bandwitdh <= 0) { in estimate_max_q()929 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_max_q()930 ? (512 * section_target_bandwitdh) / num_mbs in estimate_max_q()931 : 512 * (section_target_bandwitdh / num_mbs); in estimate_max_q()1029 int section_target_bandwitdh, int overhead_bits) { in estimate_cq() argument1048 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_cq()1049 ? (512 * section_target_bandwitdh) / num_mbs in estimate_cq()1050 : 512 * (section_target_bandwitdh / num_mbs); in estimate_cq()1105 int section_target_bandwitdh) { in estimate_q() argument[all …]