Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.h23 int vp9_read_sync_code(struct vpx_read_bit_buffer *const rb);
Dvp9_decodeframe.c1808 if (!vp9_read_sync_code(rb)) in read_uncompressed_header()
1832 if (!vp9_read_sync_code(rb)) in read_uncompressed_header()
2027 int vp9_read_sync_code(struct vpx_read_bit_buffer *const rb) { in vp9_read_sync_code() function
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c175 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
186 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()