Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common.h69 #define VP9_SYNC_CODE_1 0x83 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1157 vpx_wb_write_literal(wb, VP9_SYNC_CODE_1, 8); in write_sync_code()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2470 vpx_rb_read_literal(rb, 8) == VP9_SYNC_CODE_1 && in vp9_read_sync_code()