Lines Matching defs:video_format
329 unsigned video_format, picture_coding_mode;
347 video_format = get_interleaved_ue_golomb(&gb);
354 if (video_format > 20U) {
360 dsh->width = dirac_source_parameters_defaults[video_format].width;
361 dsh->height = dirac_source_parameters_defaults[video_format].height;
362 dsh->chroma_format = dirac_source_parameters_defaults[video_format].chroma_format;
363 dsh->interlaced = dirac_source_parameters_defaults[video_format].interlaced;
364 dsh->top_field_first = dirac_source_parameters_defaults[video_format].top_field_first;
365 dsh->frame_rate_index = dirac_source_parameters_defaults[video_format].frame_rate_index;
366 dsh->aspect_ratio_index = dirac_source_parameters_defaults[video_format].aspect_ratio_index;
367 dsh->clean_width = dirac_source_parameters_defaults[video_format].clean_width;
368 dsh->clean_height = dirac_source_parameters_defaults[video_format].clean_height;
369 dsh->clean_left_offset = dirac_source_parameters_defaults[video_format].clean_left_offset;
370 dsh->clean_right_offset = dirac_source_parameters_defaults[video_format].clean_right_offset;
371 dsh->pixel_range_index = dirac_source_parameters_defaults[video_format].pixel_range_index;
372 dsh->color_spec_index = dirac_source_parameters_defaults[video_format].color_spec_index;