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