Home
last modified time | relevance | path

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

/external/libwebm/common/
Dvp9_header_parser.cc139 const int sync_code_1 = VpxReadLiteral(8); in ValidateVp9SyncCode() local
141 return (sync_code_0 == 0x49 && sync_code_1 == 0x83 && sync_code_2 == 0x42); in ValidateVp9SyncCode()