Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h95 int section_target_bandwitdh);
Dvp9_firstpass.c904 int section_target_bandwitdh) { in vp9_twopass_worst_quality() argument
914 if (section_target_bandwitdh <= 0) in vp9_twopass_worst_quality()
917 target_norm_bits_per_mb = section_target_bandwitdh < (1 << 20) in vp9_twopass_worst_quality()
918 ? (512 * section_target_bandwitdh) / num_mbs in vp9_twopass_worst_quality()
919 : 512 * (section_target_bandwitdh / num_mbs); in vp9_twopass_worst_quality()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c980 int section_target_bandwitdh, in estimate_max_q() argument
993 if (section_target_bandwitdh <= 0) in estimate_max_q()
997 (section_target_bandwitdh < (1 << 20)) in estimate_max_q()
998 ? (512 * section_target_bandwitdh) / num_mbs in estimate_max_q()
999 : 512 * (section_target_bandwitdh / num_mbs); in estimate_max_q()
1099 int section_target_bandwitdh, in estimate_cq() argument
1121 target_norm_bits_per_mb = (section_target_bandwitdh < (1 << 20)) in estimate_cq()
1122 ? (512 * section_target_bandwitdh) / num_mbs in estimate_cq()
1123 : 512 * (section_target_bandwitdh / num_mbs); in estimate_cq()
1184 static int estimate_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh) in estimate_q() argument
[all …]