Searched refs:seq_profile (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.h177 uint8_t seq_profile; member in struct:av1_sequence_header_obu
H A Dvid_dec_av1.c157 seq->seq_profile = av1_f(vlc, 3);
158 assert(seq->seq_profile < 3);
290 if (seq->seq_profile == 2 && high_bitdepth) {
293 } else if (seq->seq_profile <= 2) {
297 seq->color_config.mono_chrome = (seq->seq_profile == 1) ? 0 : av1_f(vlc, 1);
323 if (seq->seq_profile == 0) {
326 } else if (seq->seq_profile == 1 ) {
349 priv->picture.av1.picture_parameter.profile = seq->seq_profile;

Completed in 6 milliseconds