Lines Matching refs:profile
566 RK_S32 bits = ctx->profile <= 1 ? 0 : 1 + mpp_get_bit1(&s->gb); // 0:8, 1:10, 2:12 in read_colorspace_details()
577 mpp_err("RGB not supported in profile %d\n", ctx->profile); in read_colorspace_details()
594 if (ctx->profile & 1) { in read_colorspace_details()
602 mpp_err("YUV FMT %d not supported in profile %d\n", res, ctx->profile); in read_colorspace_details()
607 mpp_err("Profile %d color details reserved bit set\n", ctx->profile); in read_colorspace_details()
657 ctx->profile = mpp_get_bit1(&s->gb); in decode_parser_header()
658 ctx->profile |= mpp_get_bit1(&s->gb) << 1; in decode_parser_header()
660 if (ctx->profile == 3) ctx->profile += mpp_get_bit1(&s->gb); in decode_parser_header()
661 if (ctx->profile > 3) { in decode_parser_header()
662 mpp_err("Profile %d is not yet supported\n", ctx->profile); in decode_parser_header()
666 vp9d_dbg(VP9D_DBG_HEADER, "profile %d", ctx->profile); in decode_parser_header()
733 if (ctx->profile == 1) { in decode_parser_header()