Lines Matching refs:is_444
393 ctx->is_444 = ctx->profile == FF_PROFILE_DNXHR_444;
435 if (ctx->is_444 || ctx->profile == FF_PROFILE_DNXHR_HQX) {
550 buf[0x2c] = (!ctx->interlaced << 7) | (ctx->is_444 << 6) | (avctx->pix_fmt == AV_PIX_FMT_YUV444P10);
611 if (ctx->is_444) {
692 ((mb_y << 4) * ctx->m.uvlinesize) + (mb_x << bs + ctx->is_444);
694 ((mb_y << 4) * ctx->m.uvlinesize) + (mb_x << bs + ctx->is_444);
729 int uv_w = ctx->is_444 ? y_w : (y_w + 1) / 2;
732 uvlinesize = 16 + 16 * ctx->is_444;
754 if (!ctx->is_444) {
813 if (ctx->is_444) {
844 for (i = 0; i < 8 + 4 * ctx->is_444; i++) {
851 ctx->is_444 ? 4 * (n > 0): 4 & (2*i),
874 (1 + ctx->is_444) * 8 * ctx->vlc_bits[0];
901 for (i = 0; i < 8 + 4 * ctx->is_444; i++) {
905 ctx->is_444 ? (((i >> 1) % 3) < 1 ? 0 : 4): 4 & (2*i),