HomeSort by relevance Sort by last modified time
    Searched refs:vp9_read_sync_code (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.h 23 int vp9_read_sync_code(struct vpx_read_bit_buffer *const rb);
vp9_decodeframe.c 1993 int vp9_read_sync_code(struct vpx_read_bit_buffer *const rb) { function
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 146 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM;
157 if (!vp9_read_sync_code(&rb)) return VPX_CODEC_UNSUP_BITSTREAM;

Completed in 105 milliseconds