Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c94 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_pixel_format()
95 bit_depth = seq->color_config.twelve_bit ? 12 : 10; in get_pixel_format()
97 bit_depth = seq->color_config.high_bitdepth ? 10 : 8; in get_pixel_format()
103 if (!seq->color_config.mono_chrome) { in get_pixel_format()
105 if (seq->color_config.subsampling_x == 0 && in get_pixel_format()
106 seq->color_config.subsampling_y == 0) { in get_pixel_format()
109 } else if (seq->color_config.subsampling_x == 1 && in get_pixel_format()
110 seq->color_config.subsampling_y == 0) { in get_pixel_format()
117 } else if (seq->color_config.subsampling_x == 1 && in get_pixel_format()
118 seq->color_config.subsampling_y == 1) { in get_pixel_format()
H A Dav1d_cbs.c718 CHECK(mpp_av1_color_config(ctx, gb, &current->color_config, in mpp_av1_sequence_header_obu()
1121 if (seq->color_config.separate_uv_delta_q) in mpp_av1_quantization_params()
1147 if (seq->color_config.separate_uv_delta_q) in mpp_av1_quantization_params()
1421 if (seq->color_config.subsampling_x && in mpp_av1_lr_params()
1422 seq->color_config.subsampling_y && uses_chroma_lr) { in mpp_av1_lr_params()
1661 if (seq->color_config.mono_chrome) in mpp_av1_film_grain_params()
1666 if (seq->color_config.mono_chrome || in mpp_av1_film_grain_params()
1668 (seq->color_config.subsampling_x == 1 && in mpp_av1_film_grain_params()
1669 seq->color_config.subsampling_y == 1 && in mpp_av1_film_grain_params()
2108 seq->color_config.subsampling_x + 1, in mpp_av1_uncompressed_header()
[all …]
H A Dav1d_parser2_syntax.c109 pp->format.subsampling_x = seq->color_config.subsampling_x; in av1d_fill_picparams()
110 pp->format.subsampling_y = seq->color_config.subsampling_y; in av1d_fill_picparams()
111 pp->format.mono_chrome = seq->color_config.mono_chrome; in av1d_fill_picparams()
234 …pp->film_grain.matrix_coeff_is_identity = (seq->color_config.matrix_coefficients == MPP_FRAME_SPC_… in av1d_fill_picparams()
H A Dav1d_cbs.h121 AV1RawColorConfig color_config; member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A DBuild47 perf-y += color_config.o