Searched refs:BITSTREAM_PROFILE (Results 1 – 7 of 7) sorted by relevance
35 typedef enum BITSTREAM_PROFILE { enum41 } BITSTREAM_PROFILE; typedef
179 BITSTREAM_PROFILE profile;
32 BITSTREAM_PROFILE vp9_read_profile(struct vp9_read_bit_buffer *rb);
1090 BITSTREAM_PROFILE vp9_read_profile(struct vp9_read_bit_buffer *rb) { in vp9_read_profile()1095 return (BITSTREAM_PROFILE) profile; in vp9_read_profile()
102 BITSTREAM_PROFILE profile, struct vp9_read_bit_buffer *rb) { in parse_bitdepth_colorspace_sampling()151 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); in decoder_peek_si_internal()
133 BITSTREAM_PROFILE profile;
1023 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()