Searched refs:VP8LDecodeAlphaImageStream (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8li.h | 98 int VP8LDecodeAlphaImageStream(int width, int height, const uint8_t* const data,
|
D | alpha.c | 69 ok = VP8LDecodeAlphaImageStream(width, height, alpha_data, alpha_data_size, in DecodeAlpha()
|
D | vp8l.c | 1121 int VP8LDecodeAlphaImageStream(int width, int height, const uint8_t* const data, in VP8LDecodeAlphaImageStream() function
|
/external/webp/src/dec/ |
D | vp8li.h | 110 int VP8LDecodeAlphaImageStream(struct ALPHDecoder* const alph_dec,
|
D | alpha.c | 104 if (!VP8LDecodeAlphaImageStream(alph_dec, row + num_rows)) { in ALPHDecode()
|
D | vp8l.c | 1513 int VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) { in VP8LDecodeAlphaImageStream() function
|