Home
last modified time | relevance | path

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

/external/webp/src/dec/
Didec.c95 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha()
110 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) { in DoRemap()
160 static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer()
199 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer()
242 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding()
275 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) { in IDecError()
286 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState()
297 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) { in DecodeWebPHeaders()
336 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) { in DecodeVP8FrameHeader()
360 static VP8StatusCode CopyParts0Data(WebPIDecoder* const idec) { in CopyParts0Data()
[all …]
/external/webp/include/webp/
Ddecode.h353 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
/external/webp/src/webp/
Ddecode.h353 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp199 WebPIDecoder* idec = WebPIDecode(NULL, 0, config); in webp_idecode() local