Searched refs:mono_chrome (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.h223 bool mono_chrome; member in struct:av1_sequence_header_obu::__anonf58fb2b40308
H A Dvid_dec_av1.c297 seq->color_config.mono_chrome = (seq->seq_profile == 1) ? 0 : av1_f(vlc, 1);
298 seq->color_config.NumPlanes = seq->color_config.mono_chrome ? 1 : 3;
311 if (seq->color_config.mono_chrome) {
344 if (!seq->color_config.mono_chrome)
374 priv->picture.av1.picture_parameter.seq_info_fields.mono_chrome =
375 seq->color_config.mono_chrome;
1360 (seq->color_config.mono_chrome) ? 0 : av1_f(vlc, 1);
1361 if (seq->color_config.mono_chrome || fgp->chroma_scaling_from_luma ||
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_av1.c139 context->desc.av1.picture_parameter.seq_info_fields.mono_chrome =
140 av1->seq_info_fields.fields.mono_chrome;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_video_state.h793 uint32_t mono_chrome:1; member in struct:pipe_av1_picture_desc::__anon96bedc420e08::__anon96bedc420f08
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec.c652 result.frame_header_flags |= (pic->picture_parameter.seq_info_fields.mono_chrome
803 result.chroma_format = pic->picture_parameter.seq_info_fields.mono_chrome ? 0 : 1;

Completed in 129 milliseconds