HomeSort by relevance Sort by last modified time
    Searched refs:correction_factor (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 84 double correction_factor);
89 double correction_factor);
vp9_ratectrl.h 188 double correction_factor, vpx_bit_depth_t bit_depth);
260 double correction_factor, vpx_bit_depth_t bit_depth);
vp9_aq_cyclicrefresh.c 94 double correction_factor) {
108 correction_factor, cm->bit_depth) +
112 mbs, correction_factor, cm->bit_depth) +
116 mbs, correction_factor, cm->bit_depth));
126 double correction_factor) {
138 correction_factor, cm->bit_depth) +
141 correction_factor, cm->bit_depth));
vp9_ratectrl.c 189 double correction_factor, vpx_bit_depth_t bit_depth) {
193 assert(correction_factor <= MAX_BPB_FACTOR &&
194 correction_factor >= MIN_BPB_FACTOR);
198 return (int)(enumerator * correction_factor / q);
202 double correction_factor,
205 (int)(vp9_rc_bits_per_mb(frame_type, q, correction_factor, bit_depth));
478 int correction_factor = 100; local
503 correction_factor = (int)((100 * (int64_t)cpi->rc.projected_frame_size) /
509 0.25 + 0.5 * VPXMIN(1, fabs(log10(0.01 * correction_factor)));
514 if (correction_factor > 110
556 const double correction_factor = get_rate_correction_factor(cpi); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 280 double correction_factor) {
281 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]);
1029 int correction_factor = 100; local
1158 double correction_factor; local
    [all...]
firstpass.c 898 double correction_factor; local
908 correction_factor = pow(error_term, power_term);
911 correction_factor = (correction_factor < 0.05)
913 : (correction_factor > 5.0) ? 5.0 : correction_factor;
915 return correction_factor;
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers_test.py     [all...]
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
learning_test.py 270 correction_factor = sample_size / (sample_size - 1)
271 expected_var *= correction_factor
    [all...]

Completed in 479 milliseconds