Searched refs:seq_profile (Results 1 – 5 of 5) sorted by relevance
158 if (config->seq_profile == 2 && config->high_bitdepth) { in parse_color_config()166 if (config->seq_profile != 1) { in parse_color_config()196 if (config->seq_profile == 0) { in parse_color_config()199 } else if (config->seq_profile == 1) { in parse_color_config()245 AV1C_READ_BITS_OR_RETURN_ERROR(seq_profile, 3); in parse_sequence_header()246 config->seq_profile = seq_profile; in parse_sequence_header()432 AV1C_READ_BITS_OR_RETURN_ERROR(seq_profile, 3); in read_av1config()433 config->seq_profile = seq_profile; in read_av1config()485 aom_wb_write_literal(&writer, config->seq_profile, 3); in write_av1config()
52 uint8_t seq_profile; member
54 int64_t av1_max_level_bitrate(BITSTREAM_PROFILE seq_profile, int seq_level_idx, in av1_max_level_bitrate() argument59 bitrate = high_kbps[seq_level_idx] * bitrate_profile_factor[seq_profile]; in av1_max_level_bitrate()61 bitrate = main_kbps[seq_level_idx] * bitrate_profile_factor[seq_profile]; in av1_max_level_bitrate()
52 int64_t av1_max_level_bitrate(BITSTREAM_PROFILE seq_profile, int seq_level_idx,
57 EXPECT_EQ(0, av1_config.seq_profile); in VerifyAv1c()