Home
last modified time | relevance | path

Searched refs:seq_profile (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h56 USHORT seq_profile ; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c469 AV1RawColorConfig *current, RK_S32 seq_profile) in mpp_av1_color_config() argument
475 if (seq_profile == PROFILE_AV1_PROFESSIONAL && in mpp_av1_color_config()
483 if (seq_profile == PROFILE_AV1_HIGH) in mpp_av1_color_config()
522 if (seq_profile == PROFILE_AV1_MAIN) { in mpp_av1_color_config()
525 } else if (seq_profile == PROFILE_AV1_HIGH) { in mpp_av1_color_config()
585 fc(3, seq_profile, PROFILE_AV1_MAIN, in mpp_av1_sequence_header_obu()
722 current->seq_profile)); in mpp_av1_sequence_header_obu()
3030 ctx->profile = seq->seq_profile; in mpp_av1_set_context_with_sequence()
H A Dav1d_parser2_syntax.c38 pp->seq_profile = seq->seq_profile; in av1d_fill_picparams()
H A Dav1d_cbs.h67 RK_U8 seq_profile; member
H A Dav1d_parser.c94 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_pixel_format()
96 else if (seq->seq_profile <= 2) in get_pixel_format()
99 mpp_err_f("Unknown AV1 profile %d.\n", seq->seq_profile); in get_pixel_format()