bound 506 libavcodec/mpegaudiodec_template.c int bound, i, v, n, ch, j, mant; bound 511 libavcodec/mpegaudiodec_template.c bound = (s->mode_ext + 1) * 4; bound 513 libavcodec/mpegaudiodec_template.c bound = SBLIMIT; bound 516 libavcodec/mpegaudiodec_template.c for (i = 0; i < bound; i++) { bound 521 libavcodec/mpegaudiodec_template.c for (i = bound; i < SBLIMIT; i++) bound 525 libavcodec/mpegaudiodec_template.c for (i = 0; i < bound; i++) { bound 531 libavcodec/mpegaudiodec_template.c for (i = bound; i < SBLIMIT; i++) { bound 540 libavcodec/mpegaudiodec_template.c for (i = 0; i < bound; i++) { bound 552 libavcodec/mpegaudiodec_template.c for (i = bound; i < SBLIMIT; i++) { bound 573 libavcodec/mpegaudiodec_template.c int table, bit_alloc_bits, i, j, ch, bound, v; bound 586 libavcodec/mpegaudiodec_template.c bound = (s->mode_ext + 1) * 4; bound 588 libavcodec/mpegaudiodec_template.c bound = sblimit; bound 590 libavcodec/mpegaudiodec_template.c ff_dlog(s->avctx, "bound=%d sblimit=%d\n", bound, sblimit); bound 593 libavcodec/mpegaudiodec_template.c if (bound > sblimit) bound 594 libavcodec/mpegaudiodec_template.c bound = sblimit; bound 598 libavcodec/mpegaudiodec_template.c for (i = 0; i < bound; i++) { bound 604 libavcodec/mpegaudiodec_template.c for (i = bound; i < sblimit; i++) { bound 656 libavcodec/mpegaudiodec_template.c for (i = 0; i < bound; i++) { bound 694 libavcodec/mpegaudiodec_template.c for (i = bound; i < sblimit; i++) { bound 449 libavfilter/af_dynaudnorm.c gain.max_gain = bound(s->max_amplification, FFMIN(maximum_gain, rms_gain)); bound 575 libavfilter/af_dynaudnorm.c (bound(current_threshold + step_size, 1.0) <= threshold)) { bound 635 libavfilter/af_dynaudnorm.c dst_ptr[i] = copysign(bound(localThresh, fabs(dst_ptr[i])), dst_ptr[i]); bound 654 libavfilter/af_dynaudnorm.c dst_ptr[i] = copysign(bound(localThresh, fabs(dst_ptr[i])), dst_ptr[i]);