Lines Matching refs:interlaced
456 ctx->interlaced = 1;
460 if (ctx->interlaced && ctx->profile != FF_PROFILE_DNXHD) {
540 buf[5] = ctx->interlaced ? ctx->cur_field + 2 : 0x01;
543 AV_WB16(buf + 0x18, avctx->height >> ctx->interlaced); // ALPF
545 AV_WB16(buf + 0x1d, avctx->height >> ctx->interlaced); // NAL
548 buf[0x22] = 0x88 + (ctx->interlaced << 2);
550 buf[0x2c] = (!ctx->interlaced << 7) | (ctx->is_444 << 6) | (avctx->pix_fmt == AV_PIX_FMT_YUV444P10);
761 if (ctx->interlaced) {
943 ((avctx->height >> ctx->interlaced) & 0xF);
958 int bh = FFMIN((avctx->height >> ctx->interlaced) - 16 * mb_y, 16);
982 int bh = FFMIN((avctx->height >> ctx->interlaced) - 16 * mb_y, 16);
1248 ctx->thread[i]->m.linesize = frame->linesize[0] << ctx->interlaced;
1249 ctx->thread[i]->m.uvlinesize = frame->linesize[1] << ctx->interlaced;
1274 if (ctx->interlaced && ctx->cur_field)
1307 if (ctx->interlaced && first_field) {