MIN_TRELLIS 114 libavcodec/g722enc.c if (avctx->trellis < MIN_TRELLIS || avctx->trellis > MAX_TRELLIS) { MIN_TRELLIS 115 libavcodec/g722enc.c int new_trellis = av_clip(avctx->trellis, MIN_TRELLIS, MAX_TRELLIS);