Home
last modified time | relevance | path

Searched refs:color_config (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_av1_syntax_template.c70 static int FUNC(color_config)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
322 CHECK(FUNC(color_config)(ctx, rw, &current->color_config, in FUNC()
687 if (seq->color_config.separate_uv_delta_q) in FUNC()
713 if (seq->color_config.separate_uv_delta_q) in FUNC()
935 if(seq->color_config.subsampling_x && in FUNC()
936 seq->color_config.subsampling_y && uses_chroma_lr) { in FUNC()
1166 if (seq->color_config.mono_chrome) in FUNC()
1171 if (seq->color_config.mono_chrome || in FUNC()
1173 (seq->color_config.subsampling_x == 1 && in FUNC()
1174 seq->color_config.subsampling_y == 1 && in FUNC()
[all …]
Dcbs_vp9_syntax_template.c31 static int FUNC(color_config)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
294 CHECK(FUNC(color_config)(ctx, rw, current, vp9->profile)); in FUNC()
315 CHECK(FUNC(color_config)(ctx, rw, current, vp9->profile)); in FUNC()
Dav1_parser.c96 color = &seq->color_config; in av1_parser_parse()
Dav1_metadata_bsf.c59 AV1RawColorConfig *clc = &seq->color_config; in av1_metadata_update_sequence_header()
Dcbs_av1.h128 AV1RawColorConfig color_config; member
/third_party/python/Lib/idlelib/
Dtextview.py9 from idlelib.colorizer import color_config
92 color_config(text)
Dcolorizer.py34 def color_config(text): function
325 color_config(text)
Deditor.py51 from idlelib.colorizer import ColorDelegator, color_config
803 EditorWindow.color_config(self.text)
/third_party/python/Lib/turtledemo/
D__main__.py92 from idlelib.colorizer import ColorDelegator, color_config
208 color_config(text)
/third_party/python/Lib/idlelib/idle_test/
Dtest_colorizer.py93 colorizer.color_config(text)