Home
last modified time | relevance | path

Searched defs:idec (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Didec.c100 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) { in DoRemap()
134 static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer()
168 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer()
242 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) { in IDecError()
253 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState()
264 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) { in DecodeWebPHeaders()
308 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) { in DecodeVP8FrameHeader()
331 static int CopyParts0Data(WebPIDecoder* const idec) { in CopyParts0Data()
357 static VP8StatusCode DecodePartition0(WebPIDecoder* const idec) { in DecodePartition0()
405 static VP8StatusCode DecodeRemaining(WebPIDecoder* const idec) { in DecodeRemaining()
[all …]
/external/webp/include/webp/
Ddecode.h345 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp168 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); in webp_idecode() local
/external/skia/legacy/src/images/
DSkImageDecoder_libwebp.cpp168 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); in webp_idecode() local