Home
last modified time | relevance | path

Searched refs:alpha_data (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dec/
Dwebp_dec.c149 const uint8_t** const alpha_data, in ParseOptionalChunks() argument
161 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()
Dalpha_dec.c52 const uint8_t* const alpha_data = data + ALPHA_HEADER_LEN; in ALPHInit() local
100 ok = VP8LDecodeAlphaHeader(dec, alpha_data, alpha_data_size); in ALPHInit()
Dwebpi_dec.h62 const uint8_t* alpha_data; // points to alpha chunk (if present) member
Didec_dec.c328 dec->alpha_data_ = headers.alpha_data; in DecodeWebPHeaders()
/external/webp/src/enc/
Dalpha_enc.c367 uint8_t* alpha_data = NULL; in CompressAlphaJob() local
375 filter, effort_level, &alpha_data, &alpha_size)) { in CompressAlphaJob()
379 WebPSafeFree(alpha_data); in CompressAlphaJob()
383 enc->alpha_data_ = alpha_data; in CompressAlphaJob()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h4604 const uint8* alpha_data, in BroadcastPrelu4DSlow() argument
4629 params.alpha_offset + alpha_data[alpha_index]; in BroadcastPrelu4DSlow()