Searched refs:high_bitdepth (Results 1 – 12 of 12) sorted by relevance
142 int high_bitdepth = get_bits1(gb); in parse_color_config() local143 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()
40 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()
32 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()
156 ctx->format = pix_fmts_rgb[color->high_bitdepth + color->twelve_bit]; in av1_parser_parse()
48 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()
42 uint8_t high_bitdepth; member
348 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()
83 flag(high_bitdepth); in FUNC()86 current->high_bitdepth) { in FUNC()90 priv->bit_depth = current->high_bitdepth ? 10 : 8; in FUNC()
705 gboolean high_bitdepth; member
907 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()
178 assert_equals_int (seq_header.color_config.high_bitdepth, 0); in GST_START_TEST()
151 bool high_bitdepth; in sequence_header_obu() local291 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()