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

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

Completed in 56 milliseconds