Lines Matching refs:range
72 /** dynamic range table. converts codes to scale factors. */
170 /* generate dynamic range table
177 /* generate compr dynamic range table
464 av_log(s->avctx, AV_LOG_ERROR, "expacc %d is out-of-range\n", expacc);
477 av_log(s->avctx, AV_LOG_ERROR, "exponent %d is out-of-range\n", prevexp);
492 * range using the coupling coefficients and coupling coordinates.
552 /* random noise with approximate range of -0.707 to 0.707 */
613 * Remove random dithering from coupling range coefficients with zero-bit
776 * subband in the range, 1 means it is combined with the previous band, and 0
783 * @param[in] start_subband subband number for start of range
784 * @param[in] end_subband subband number for end of range
873 "range (%d >= %d)\n", start_subband, end_subband);
1014 /* coupling frequency range */
1019 av_log(s->avctx, AV_LOG_ERROR, "invalid coupling range (%d >= %d)\n",
1118 /* dynamic range */
1125 INTFLOAT range = AC3_RANGE(range_bits);
1127 s->dynamic_range[i] = AC3_DYNAMIC_RANGE(range);
1129 s->dynamic_range[i] = range;