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.c2681 if (!vp9_read_sync_code(rb)) in read_uncompressed_header()
2706 if (!vp9_read_sync_code(rb)) in read_uncompressed_header()
2928 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.c146 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
157 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()