Home
last modified time | relevance | path

Searched refs:twelve_bit (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavformat/
Dav1.c141 int twelve_bit = 0; in parse_color_config() local
144 twelve_bit = get_bits1(gb); in parse_color_config()
146 seq_params->bitdepth = 8 + (high_bitdepth * 2) + (twelve_bit * 2); in parse_color_config()
185 if (twelve_bit) { in parse_color_config()
/third_party/ffmpeg/libavcodec/
Dav1_parser.c156 ctx->format = pix_fmts_rgb[color->high_bitdepth + color->twelve_bit]; in av1_parser_parse()
Dcbs_av1.h43 uint8_t twelve_bit; member
Dvaapi_av1.c41 bit_depth = seq->color_config.twelve_bit ? 12 : 10; in vaapi_av1_get_bit_depth_idx()
Dnvdec_av1.c33 return seq->color_config.twelve_bit ? 12 : 10; in get_bit_depth_from_seq()
Ddxva2_av1.c49 return seq->color_config.twelve_bit ? 12 : 10; in get_bit_depth_from_seq()
Dcbs_av1_syntax_template.c87 flag(twelve_bit); in FUNC()
88 priv->bit_depth = current->twelve_bit ? 12 : 10; in FUNC()
Dav1dec.c349 bit_depth = seq->color_config.twelve_bit ? 12 : 10; in get_pixel_format()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h706 gboolean twelve_bit; member
Dgstav1parser.c913 color_config->twelve_bit = AV1_READ_BIT_CHECKED (br, &ret); in gst_av1_parse_color_config()
917 seq_header->bit_depth = color_config->twelve_bit ? 12 : 10; in gst_av1_parse_color_config()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c150 bool twelve_bit; in sequence_header_obu() local
291 twelve_bit = av1_f(vlc, 1); in sequence_header_obu()
292 seq->color_config.BitDepth = twelve_bit ? 12 : 10; in sequence_header_obu()