Searched defs:section_target_bandwitdh (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c919 int section_target_bandwitdh, int overhead_bits) {
930 if (section_target_bandwitdh <= 0) {
934 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20))
935 ? (512 * section_target_bandwitdh) / num_mbs
936 : 512 * (section_target_bandwitdh / num_mbs);
1034 int section_target_bandwitdh, int overhead_bits) {
1053 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20))
1054 ? (512 * section_target_bandwitdh) / num_mbs
1055 : 512 * (section_target_bandwitdh / num_mbs);
1111 int section_target_bandwitdh) {
918 estimate_max_q(VP8_COMP *cpi, FIRSTPASS_STATS *fpstats, int section_target_bandwitdh, int overhead_bits) argument
1033 estimate_cq(VP8_COMP *cpi, FIRSTPASS_STATS *fpstats, int section_target_bandwitdh, int overhead_bits) argument
1110 estimate_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh) argument
1155 estimate_kf_group_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh, double group_iiratio) argument
[all...]

Completed in 39 milliseconds