Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dalpha.c90 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec, in VP8DecompressAlphaRows() function
Dvp8i.h324 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec,
Dframe.c209 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start); in FinishRow()
/external/webp/src/dec/
Dalpha.c122 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec, in VP8DecompressAlphaRows() function
Dvp8i.h308 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec,
Dframe.c465 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start); in FinishRow()