Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common.h70 #define VP9_SYNC_CODE_2 0x42 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1163 vpx_wb_write_literal(wb, VP9_SYNC_CODE_2, 8); in write_sync_code()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2932 vpx_rb_read_literal(rb, 8) == VP9_SYNC_CODE_2; in vp9_read_sync_code()