Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c917 int target_norm_bits_per_mb; in estimate_max_q() local
929 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_max_q()
999 if (bits_per_mb_at_this_q <= target_norm_bits_per_mb) break; in estimate_max_q()
1032 int target_norm_bits_per_mb; in estimate_cq() local
1048 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_cq()
1093 if (bits_per_mb_at_this_q <= target_norm_bits_per_mb) break; in estimate_cq()
1108 int target_norm_bits_per_mb; in estimate_q() local
1114 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_q()
1142 if (bits_per_mb_at_this_q <= target_norm_bits_per_mb) break; in estimate_q()
1154 int target_norm_bits_per_mb = (512 * section_target_bandwitdh) / num_mbs; in estimate_kf_group_q() local
[all …]
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c231 const int target_norm_bits_per_mb = in get_twopass_worst_quality() local
241 target_norm_bits_per_mb, cpi->common.seq_params.bit_depth, in get_twopass_worst_quality()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1567 const int target_norm_bits_per_mb = in get_twopass_worst_quality() local
1592 if (bits_per_mb <= target_norm_bits_per_mb) break; in get_twopass_worst_quality()