Searched refs:vp9_read_profile (Results 1 – 3 of 3) sorted by relevance
27 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb);
1842 cm->profile = vp9_read_profile(rb); in read_uncompressed_header()2157 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb) { in vp9_read_profile() function
149 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); in decoder_peek_si_internal()