Searched refs:BITSTREAM_PROFILE (Results 1 – 19 of 19) sorted by relevance
36 typedef enum BITSTREAM_PROFILE { enum42 } BITSTREAM_PROFILE; typedef
246 BITSTREAM_PROFILE profile;
26 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb);
2940 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb) { in vp9_read_profile()2944 return (BITSTREAM_PROFILE)profile; in vp9_read_profile()
52 int64_t av1_max_level_bitrate(BITSTREAM_PROFILE seq_profile, int seq_level_idx,
54 int64_t av1_max_level_bitrate(BITSTREAM_PROFILE seq_profile, int seq_level_idx, in av1_max_level_bitrate()
93 } SENUM1BYTE(BITSTREAM_PROFILE);
298 BITSTREAM_PROFILE profile;
31 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb);
5119 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb) { in av1_read_profile()5121 return (BITSTREAM_PROFILE)profile; in av1_read_profile()
368 BITSTREAM_PROFILE profile) { in get_max_bitrate()378 BITSTREAM_PROFILE profile) { in av1_get_max_bitrate_for_level()957 int is_still_picture, BITSTREAM_PROFILE profile, int check_bitrate) { in check_level_constraints()1264 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_update_level_info()1349 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_get_seq_level_idx()
212 BITSTREAM_PROFILE profile);
72 const BITSTREAM_PROFILE profile = seq_params->profile; in config_target_level()
1030 BITSTREAM_PROFILE profile;
2374 static AOM_INLINE void write_profile(BITSTREAM_PROFILE profile, in write_profile()
229 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_get_compression_ratio()
74 static int parse_bitdepth_colorspace_sampling(BITSTREAM_PROFILE profile, in parse_bitdepth_colorspace_sampling()122 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); in decoder_peek_si_internal()
159 BITSTREAM_PROFILE profile;
1165 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()