Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decodeframe.h23 int vp9_read_sync_code(struct vpx_read_bit_buffer *const rb);
H A Dvp9_decodeframe.c2689 if (!vp9_read_sync_code(rb)) in read_uncompressed_header()
2714 if (!vp9_read_sync_code(rb)) in read_uncompressed_header()
2936 int vp9_read_sync_code(struct vpx_read_bit_buffer *const rb) { in vp9_read_sync_code() function
/aosp_15_r20/external/libvpx/vp9/
H A Dvp9_dx_iface.c145 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
156 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()