Home
last modified time | relevance | path

Searched refs:vp9_read_profile (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.h27 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb);
Dvp9_decodeframe.c1842 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
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c149 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); in decoder_peek_si_internal()