Home
last modified time | relevance | path

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

/external/webp/src/dec/
Didec.c87 static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer()
135 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer()
231 static VP8StatusCode IDecError(WebPIDecoder* idec, VP8StatusCode error) { in IDecError()
243 static VP8StatusCode DecodeHeader(WebPIDecoder* const idec) { in DecodeHeader()
275 static int CopyParts0Data(WebPIDecoder* idec) { in CopyParts0Data()
299 static VP8StatusCode DecodePartition0(WebPIDecoder* const idec) { in DecodePartition0()
347 static VP8StatusCode DecodeRemaining(WebPIDecoder* const idec) { in DecodeRemaining()
405 static VP8StatusCode IDecode(WebPIDecoder* idec) { in IDecode()
425 WebPIDecoder* idec = (WebPIDecoder*)calloc(1, sizeof(WebPIDecoder)); in WebPINewDecoder() local
451 WebPIDecoder* idec; in WebPIDecode() local
[all …]
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp154 WebPIDecoder* idec = WebPIDecode(NULL, NULL, &config); in webp_idecode() local