Home
last modified time | relevance | path

Searched refs:high_bitdepth (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
Dav1.c142 int high_bitdepth = get_bits1(gb); in parse_color_config() local
143 if (seq_params->profile == FF_PROFILE_AV1_PROFESSIONAL && high_bitdepth) in parse_color_config()
146 seq_params->bitdepth = 8 + (high_bitdepth * 2) + (twelve_bit * 2); in parse_color_config()
/third_party/ffmpeg/libavcodec/
Dvaapi_av1.c40 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in vaapi_av1_get_bit_depth_idx()
43 bit_depth = seq->color_config.high_bitdepth ? 10 : 8; in vaapi_av1_get_bit_depth_idx()
Dnvdec_av1.c32 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_bit_depth_from_seq()
34 else if (seq->seq_profile <= 2 && seq->color_config.high_bitdepth) in get_bit_depth_from_seq()
Dav1_parser.c156 ctx->format = pix_fmts_rgb[color->high_bitdepth + color->twelve_bit]; in av1_parser_parse()
Ddxva2_av1.c48 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_bit_depth_from_seq()
50 else if (seq->seq_profile <= 2 && seq->color_config.high_bitdepth) in get_bit_depth_from_seq()
Dcbs_av1.h42 uint8_t high_bitdepth; member
Dav1dec.c348 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_pixel_format()
351 bit_depth = seq->color_config.high_bitdepth ? 10 : 8; in get_pixel_format()
Dcbs_av1_syntax_template.c83 flag(high_bitdepth); in FUNC()
86 current->high_bitdepth) { in FUNC()
90 priv->bit_depth = current->high_bitdepth ? 10 : 8; in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h705 gboolean high_bitdepth; member
Dgstav1parser.c907 color_config->high_bitdepth = AV1_READ_BIT_CHECKED (br, &ret); in gst_av1_parse_color_config()
912 && color_config->high_bitdepth) { in gst_av1_parse_color_config()
919 seq_header->bit_depth = color_config->high_bitdepth ? 10 : 8; in gst_av1_parse_color_config()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c178 assert_equals_int (seq_header.color_config.high_bitdepth, 0); in GST_START_TEST()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c151 bool high_bitdepth; in sequence_header_obu() local
291 high_bitdepth = av1_f(vlc, 1); in sequence_header_obu()
292 if (seq->seq_profile == 2 && high_bitdepth) { in sequence_header_obu()
296 seq->color_config.BitDepth = high_bitdepth ? 10 : 8; in sequence_header_obu()