Home | History | Annotate | Download | only in dec

Lines Matching refs:signature

91   const uint8_t signature = VP8LReadBits(br, 8);
92 if (!VP8LCheckSignature(&signature, 1)) {