Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c919 int section_target_bandwitdh, int overhead_bits) { in estimate_max_q() argument
930 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() argument
1053 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 …]