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.h26 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb);
Dvp9_decodeframe.c2194 cm->profile = vp9_read_profile(rb); in read_uncompressed_header()
2480 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb) { in vp9_read_profile() function
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c122 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); in decoder_peek_si_internal()