Searched refs:BITSTREAM_PROFILE (Results 1 – 18 of 18) sorted by relevance
36 typedef enum BITSTREAM_PROFILE { enum42 } BITSTREAM_PROFILE; typedef
230 BITSTREAM_PROFILE profile;
26 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb);
2941 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb) { in vp9_read_profile()2945 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()
88 } SENUM1BYTE(BITSTREAM_PROFILE);
264 BITSTREAM_PROFILE profile;
31 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb);
5090 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb) { in av1_read_profile()5092 return (BITSTREAM_PROFILE)profile; in av1_read_profile()
270 BITSTREAM_PROFILE profile) { in get_max_bitrate()280 BITSTREAM_PROFILE profile) { in av1_get_max_bitrate_for_level()774 int is_still_picture, BITSTREAM_PROFILE profile, int check_bitrate) { in check_level_constraints()1082 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_update_level_info()1165 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_get_seq_level_idx()
202 BITSTREAM_PROFILE profile);
218 BITSTREAM_PROFILE profile;
1157 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_get_compression_ratio()2744 const BITSTREAM_PROFILE profile = seq_params->profile; in config_target_level()
2361 static AOM_INLINE void write_profile(BITSTREAM_PROFILE profile, in write_profile()
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()
151 BITSTREAM_PROFILE profile;
1166 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()