Home
last modified time | relevance | path

Searched refs:color_config (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvaapi_av1.c62 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in vaapi_av1_get_bit_depth_idx()
63 bit_depth = seq->color_config.twelve_bit ? 12 : 10; in vaapi_av1_get_bit_depth_idx()
65 bit_depth = seq->color_config.high_bitdepth ? 10 : 8; in vaapi_av1_get_bit_depth_idx()
155 .matrix_coefficients = seq->color_config.matrix_coefficients, in vaapi_av1_start_frame()
192 .mono_chrome = seq->color_config.mono_chrome, in vaapi_av1_start_frame()
193 .color_range = seq->color_config.color_range, in vaapi_av1_start_frame()
194 .subsampling_x = seq->color_config.subsampling_x, in vaapi_av1_start_frame()
195 .subsampling_y = seq->color_config.subsampling_y, in vaapi_av1_start_frame()
196 .chroma_sample_position = seq->color_config.chroma_sample_position, in vaapi_av1_start_frame()
H A Dav1dec.c448 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_pixel_format()
449 bit_depth = seq->color_config.twelve_bit ? 12 : 10; in get_pixel_format()
451 bit_depth = seq->color_config.high_bitdepth ? 10 : 8; in get_pixel_format()
458 if (!seq->color_config.mono_chrome) { in get_pixel_format()
460 if (seq->color_config.subsampling_x == 0 && in get_pixel_format()
461 seq->color_config.subsampling_y == 0) { in get_pixel_format()
470 } else if (seq->color_config.subsampling_x == 1 && in get_pixel_format()
471 seq->color_config.subsampling_y == 0) { in get_pixel_format()
480 } else if (seq->color_config.subsampling_x == 1 && in get_pixel_format()
481 seq->color_config in get_pixel_format()
[all...]
H A Dnvdec_av1.c32 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_bit_depth_from_seq()
33 return seq->color_config.twelve_bit ? 12 : 10; in get_bit_depth_from_seq()
34 else if (seq->seq_profile <= 2 && seq->color_config.high_bitdepth) in get_bit_depth_from_seq()
84 .subsampling_x = seq->color_config.subsampling_x, in nvdec_av1_start_frame()
85 .subsampling_y = seq->color_config.subsampling_y, in nvdec_av1_start_frame()
86 .mono_chrome = seq->color_config.mono_chrome, in nvdec_av1_start_frame()
H A Dvdpau_av1.c34 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) { in get_bit_depth_from_seq()
35 return seq->color_config.twelve_bit ? 12 : 10; in get_bit_depth_from_seq()
36 } else if (seq->seq_profile <= 2 && seq->color_config.high_bitdepth) { in get_bit_depth_from_seq()
72 info->subsampling_x = seq->color_config.subsampling_x; in vdpau_av1_start_frame()
73 info->subsampling_y = seq->color_config.subsampling_y; in vdpau_av1_start_frame()
74 info->mono_chrome = seq->color_config.mono_chrome; in vdpau_av1_start_frame()
H A Dcbs_av1_syntax_template.c77 static int FUNC(color_config)(CodedBitstreamContext *ctx, RWContext *rw, in color_config() function
329 CHECK(FUNC(color_config)(ctx, rw, &current->color_config, in sequence_header_obu()
708 if (seq->color_config.separate_uv_delta_q) in quantization_params()
734 if (seq->color_config.separate_uv_delta_q) in quantization_params()
1003 if(seq->color_config.subsampling_x && in lr_params()
1004 seq->color_config.subsampling_y && uses_chroma_lr) { in lr_params()
1235 if (seq->color_config.mono_chrome) in film_grain_params()
1240 if (seq->color_config.mono_chrome || in film_grain_params()
1242 (seq->color_config in film_grain_params()
[all...]
H A Ddxva2_av1.c50 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_bit_depth_from_seq()
51 return seq->color_config.twelve_bit ? 12 : 10; in get_bit_depth_from_seq()
52 else if (seq->seq_profile <= 2 && seq->color_config.high_bitdepth) in get_bit_depth_from_seq()
125 pp->format.subsampling_x = seq->color_config.subsampling_x; in fill_picture_parameters()
126 pp->format.subsampling_y = seq->color_config.subsampling_y; in fill_picture_parameters()
127 pp->format.mono_chrome = seq->color_config.mono_chrome; in fill_picture_parameters()
230 pp->film_grain.matrix_coeff_is_identity = (seq->color_config.matrix_coefficients == AVCOL_SPC_RGB); in fill_picture_parameters()
H A Dcbs_vp9_syntax_template.c31 static int FUNC(color_config)(CodedBitstreamContext *ctx, RWContext *rw, in color_config() function
294 CHECK(FUNC(color_config)(ctx, rw, current, vp9->profile)); in uncompressed_header()
315 CHECK(FUNC(color_config)(ctx, rw, current, vp9->profile)); in uncompressed_header()
H A Dav1_metadata_bsf.c52 AV1RawColorConfig *clc = &seq->color_config; in av1_metadata_update_sequence_header()
H A Dav1_parser.c95 color = &seq->color_config; in av1_parser_parse()
H A Dcbs_av1.h128 AV1RawColorConfig color_config; member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c294 seq->color_config.BitDepth = twelve_bit ? 12 : 10; in sequence_header_obu()
296 seq->color_config.BitDepth = high_bitdepth ? 10 : 8; in sequence_header_obu()
299 seq->color_config.mono_chrome = (seq->seq_profile == 1) ? 0 : av1_f(vlc, 1); in sequence_header_obu()
300 seq->color_config.NumPlanes = seq->color_config.mono_chrome ? 1 : 3; in sequence_header_obu()
313 if (seq->color_config.mono_chrome) { in sequence_header_obu()
315 seq->color_config.subsampling_x = 1; in sequence_header_obu()
316 seq->color_config.subsampling_y = 1; in sequence_header_obu()
317 seq->color_config.separate_uv_delta_q = 0; in sequence_header_obu()
321 seq->color_config in sequence_header_obu()
[all...]
H A Dvid_dec_av1.h228 } color_config; member
/third_party/python/Lib/idlelib/
H A Dtextview.py9 from idlelib.colorizer import color_config namespace
92 color_config(text)
H A Dcolorizer.py81 def color_config(text): function
373 color_config(text)
H A Deditor.py53 from idlelib.colorizer import ColorDelegator, color_config namespace
850 EditorWindow.color_config(self.text)
/third_party/python/Lib/turtledemo/
H A D__main__.py92 from idlelib.colorizer import ColorDelegator, color_config namespace
215 color_config(text)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_colorizer.py117 colorizer.color_config(text)

Completed in 17 milliseconds