Lines Matching refs:trellis
96 if (avctx->trellis) {
99 if ((unsigned)avctx->trellis > 16U) {
100 av_log(avctx, AV_LOG_ERROR, "invalid trellis size\n");
109 * The current trellis implementation doesn't work for extended
112 av_log(avctx, AV_LOG_ERROR, "trellis not supported\n");
116 frontier = 1 << avctx->trellis;
356 const int frontier = 1 << avctx->trellis;
455 av_assert1(pathn < FREEZE_INTERVAL << avctx->trellis);\
639 if (avctx->trellis > 0) {
678 if (avctx->trellis > 0) {
702 av_assert0(avctx->trellis == 0);
716 av_assert0(avctx->trellis == 0);
748 if (avctx->trellis > 0) {
793 if (avctx->trellis > 0) {
823 if (avctx->trellis > 0) {
854 av_assert0(avctx->trellis == 0);
875 if (avctx->trellis > 0) {
940 av_assert0(avctx->trellis == 0);