Lines Matching defs:range
170 int block_pitch_range; ///< range of the block pitch
175 int block_delta_pitch_hrange; ///< 1/2 range of the delta (full range is
231 int aw_pulse_range; ///< the range over which #aw_pulse_set1()
271 ///< range
445 av_log(ctx, AV_LOG_ERROR, "Invalid pitch range; broken extradata?\n");
611 float irange, angle_mul, gain_mul, range, sq;
626 range = max - min;
634 irange = 64.0 / range; // so irange*(max-value) is in the range [0, 63]
635 gain_mul = range * (fcb_type == FCB_TYPE_HARDCODED ? (5.0 / 13.0) :
649 if (idx > 127) { // fall back if index falls outside table range
856 * @param sizes range (i.e. max value) of each quantized value
1071 * start of block (when corrected for the range over which it can be
1103 pulse_start, n, idx, range, aidx, start_off = 0;
1110 /* find range per pulse */
1113 range = 32;
1115 range = 8;
1120 range = 16;
1121 pulse_start = s->aw_n_pulses[block_idx] > 0 ? pulse_off - range / 2 : 0;
1124 * in the range of [pulse_off, pulse_off + s->aw_pulse_range], and thus
1125 * we exclude that range from being pulsed again in this function. */
1232 * in the range [0, 1000 - block_size] (so it can be used as an index in a
1239 * @return a (non-)random number in the [0, 1000 - block_size] range.