Lines Matching defs:seq
430 AV1SequenceParameters seq;
433 if (ff_av1_parse_seq_header(&seq, par->extradata, par->extradata_size) < 0)
437 seq.profile, seq.level, seq.tier ? "H" : "M", seq.bitdepth);
438 if (seq.color_description_present_flag)
440 seq.monochrome,
441 seq.chroma_subsampling_x, seq.chroma_subsampling_y, seq.chroma_sample_position,
442 seq.color_primaries, seq.transfer_characteristics, seq.matrix_coefficients,
443 seq.color_range);