get_le32           76 3rdparty/libwebp/dec/webp.c       const uint32_t size = get_le32(*data + TAG_SIZE);
get_le32          119 3rdparty/libwebp/dec/webp.c     const uint32_t chunk_size = get_le32(*data + TAG_SIZE);
get_le32          128 3rdparty/libwebp/dec/webp.c     flags = get_le32(*data + 8);
get_le32          184 3rdparty/libwebp/dec/webp.c     chunk_size = get_le32(buf + TAG_SIZE);
get_le32          251 3rdparty/libwebp/dec/webp.c     const uint32_t size = get_le32(data + TAG_SIZE);