VP8LCheckSignature 171 3rdparty/libwebp/dec/decode_vp8.h WEBP_EXTERN(int) VP8LCheckSignature(const uint8_t* const data, size_t size); VP8LCheckSignature 92 3rdparty/libwebp/dec/vp8l.c if (!VP8LCheckSignature(&signature, 1)) { VP8LCheckSignature 262 3rdparty/libwebp/dec/webp.c *is_lossless = VP8LCheckSignature(data, *data_size); VP8LCheckSignature 175 3rdparty/libwebp/mux/muxedit.c *is_lossless = VP8LCheckSignature(image->bytes, image->size);