Searched refs:section_target_bandwitdh (Results 1 – 1 of 1) sorted by relevance
919 int section_target_bandwitdh, int overhead_bits) { in estimate_max_q() argument930 if (section_target_bandwitdh <= 0) { in estimate_max_q()934 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_max_q()935 ? (512 * section_target_bandwitdh) / num_mbs in estimate_max_q()936 : 512 * (section_target_bandwitdh / num_mbs); in estimate_max_q()1034 int section_target_bandwitdh, int overhead_bits) { in estimate_cq() argument1053 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_cq()1054 ? (512 * section_target_bandwitdh) / num_mbs in estimate_cq()1055 : 512 * (section_target_bandwitdh / num_mbs); in estimate_cq()1110 int section_target_bandwitdh) { in estimate_q() argument[all …]