Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8li.h98 int VP8LDecodeAlphaImageStream(int width, int height, const uint8_t* const data,
Dalpha.c69 ok = VP8LDecodeAlphaImageStream(width, height, alpha_data, alpha_data_size, in DecodeAlpha()
Dvp8l.c1121 int VP8LDecodeAlphaImageStream(int width, int height, const uint8_t* const data, in VP8LDecodeAlphaImageStream() function
/external/webp/src/dec/
Dvp8li.h110 int VP8LDecodeAlphaImageStream(struct ALPHDecoder* const alph_dec,
Dalpha.c104 if (!VP8LDecodeAlphaImageStream(alph_dec, row + num_rows)) { in ALPHDecode()
Dvp8l.c1513 int VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) { in VP8LDecodeAlphaImageStream() function