Searched refs:alpha_chunk_hdr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dsyntax.c78 uint8_t alpha_chunk_hdr[CHUNK_HEADER_SIZE] = { local
85 PutLE32(alpha_chunk_hdr + TAG_SIZE, enc->alpha_data_size_);
86 if (!pic->writer(alpha_chunk_hdr, sizeof(alpha_chunk_hdr), pic)) {
/external/webp/src/enc/
H A Dsyntax.c78 uint8_t alpha_chunk_hdr[CHUNK_HEADER_SIZE] = { local
85 PutLE32(alpha_chunk_hdr + TAG_SIZE, enc->alpha_data_size_);
86 if (!pic->writer(alpha_chunk_hdr, sizeof(alpha_chunk_hdr), pic)) {

Completed in 62 milliseconds