Searched refs:alpha_data (Results 1 – 6 of 6) sorted by relevance
149 const uint8_t** const alpha_data, in ParseOptionalChunks() argument161 assert(alpha_data != NULL); in ParseOptionalChunks()163 *alpha_data = NULL; in ParseOptionalChunks()204 *alpha_data = buf + CHUNK_HEADER_SIZE; in ParseOptionalChunks()346 &hdrs.alpha_data, &hdrs.alpha_data_size); in ParseHeadersInternal()404 *has_alpha |= (hdrs.alpha_data != NULL); in ParseHeadersInternal()472 dec->alpha_data_ = headers.alpha_data; in DecodeInto()
52 const uint8_t* const alpha_data = data + ALPHA_HEADER_LEN; in ALPHInit() local100 ok = VP8LDecodeAlphaHeader(dec, alpha_data, alpha_data_size); in ALPHInit()
62 const uint8_t* alpha_data; // points to alpha chunk (if present) member
328 dec->alpha_data_ = headers.alpha_data; in DecodeWebPHeaders()
367 uint8_t* alpha_data = NULL; in CompressAlphaJob() local375 filter, effort_level, &alpha_data, &alpha_size)) { in CompressAlphaJob()379 WebPSafeFree(alpha_data); in CompressAlphaJob()383 enc->alpha_data_ = alpha_data; in CompressAlphaJob()
4604 const uint8* alpha_data, in BroadcastPrelu4DSlow() argument4629 params.alpha_offset + alpha_data[alpha_index]; in BroadcastPrelu4DSlow()