Searched refs:target_norm_bits_per_mb (Results 1 – 2 of 2) sorted by relevance
986 int target_norm_bits_per_mb; in estimate_max_q() local997 target_norm_bits_per_mb = in estimate_max_q()1067 if (bits_per_mb_at_this_q <= target_norm_bits_per_mb) in estimate_max_q()1105 int target_norm_bits_per_mb; in estimate_cq() local1122 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_cq()1171 if (bits_per_mb_at_this_q <= target_norm_bits_per_mb) in estimate_cq()1189 int target_norm_bits_per_mb; in estimate_q() local1195 …target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) ? (512 * section_target_bandwitdh… in estimate_q()1223 if (bits_per_mb_at_this_q <= target_norm_bits_per_mb) in estimate_q()1235 int target_norm_bits_per_mb = (512 * section_target_bandwitdh) / num_mbs; in estimate_kf_group_q() local[all …]
1201 const int target_norm_bits_per_mb = ((uint64_t)target_rate << in get_twopass_worst_quality() local1224 if (bits_per_mb <= target_norm_bits_per_mb) in get_twopass_worst_quality()