Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common.h68 #define VP9_SYNC_CODE_0 0x49 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1156 vpx_wb_write_literal(wb, VP9_SYNC_CODE_0, 8); in write_sync_code()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2469 return vpx_rb_read_literal(rb, 8) == VP9_SYNC_CODE_0 && in vp9_read_sync_code()