Searched refs:BITSTREAM_PROFILE (Results 1 – 7 of 7) sorted by relevance
36 typedef enum BITSTREAM_PROFILE { enum42 } BITSTREAM_PROFILE; typedef
254 BITSTREAM_PROFILE profile;
27 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb);
2157 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb) { in vp9_read_profile()2162 return (BITSTREAM_PROFILE) profile; in vp9_read_profile()
124 BITSTREAM_PROFILE profile;
1033 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()
101 BITSTREAM_PROFILE profile, struct vpx_read_bit_buffer *rb) { in parse_bitdepth_colorspace_sampling()154 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); in decoder_peek_si_internal()