Home
last modified time | relevance | path

Searched refs:MAX_TRELLIS (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg722enc.c48 #define MAX_TRELLIS 16 macro
96 if (avctx->trellis < MIN_TRELLIS || avctx->trellis > MAX_TRELLIS) { in g722_encode_init()
97 int new_trellis = av_clip(avctx->trellis, MIN_TRELLIS, MAX_TRELLIS); in g722_encode_init()

Completed in 1 milliseconds