Searched refs:DecodeAlphaData (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8l.c | 811 DECODE_DATA_FUNC(DecodeAlphaData, uint8_t, GetAlphaPixel) in DECODE_DATA_FUNC() 1160 DecodeAlphaData(dec, (uint8_t*)dec->pixels_, dec->width_, dec->height_, in VP8LDecodeAlphaImageStream()
|
/external/webp/src/dec/ |
D | vp8l.c | 918 static int DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, in DecodeAlphaData() function 1524 DecodeAlphaData(dec, (uint8_t*)dec->pixels_, dec->width_, dec->height_, in VP8LDecodeAlphaImageStream()
|