Lines Matching defs:idec
104 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha()
119 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) { in DoRemap()
154 static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer()
193 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer()
268 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) { in IDecError()
279 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState()
290 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) { in DecodeWebPHeaders()
334 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) { in DecodeVP8FrameHeader()
357 static int CopyParts0Data(WebPIDecoder* const idec) { in CopyParts0Data()
383 static VP8StatusCode DecodePartition0(WebPIDecoder* const idec) { in DecodePartition0()
431 static VP8StatusCode DecodeRemaining(WebPIDecoder* const idec) { in DecodeRemaining()
478 static int ErrorStatusLossless(WebPIDecoder* const idec, VP8StatusCode status) { in ErrorStatusLossless()
485 static VP8StatusCode DecodeVP8LHeader(WebPIDecoder* const idec) { in DecodeVP8LHeader()
511 static VP8StatusCode DecodeVP8LData(WebPIDecoder* const idec) { in DecodeVP8LData()
532 static VP8StatusCode IDecode(WebPIDecoder* idec) { in IDecode()
564 WebPIDecoder* idec = (WebPIDecoder*)calloc(1, sizeof(*idec)); in WebPINewDecoder() local
585 WebPIDecoder* idec; in WebPIDecode() local
605 void WebPIDelete(WebPIDecoder* idec) { in WebPIDelete()
625 WebPIDecoder* idec; in WebPINewRGB() local
651 WebPIDecoder* idec; in WebPINewYUVA() local
700 static VP8StatusCode IDecCheckStatus(const WebPIDecoder* const idec) { in IDecCheckStatus()
711 VP8StatusCode WebPIAppend(WebPIDecoder* idec, in WebPIAppend()
732 VP8StatusCode WebPIUpdate(WebPIDecoder* idec, in WebPIUpdate()
755 static const WebPDecBuffer* GetOutputBuffer(const WebPIDecoder* const idec) { in GetOutputBuffer()
765 const WebPDecBuffer* WebPIDecodedArea(const WebPIDecoder* idec, in WebPIDecodedArea()
782 uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, in WebPIDecGetRGB()
798 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, in WebPIDecGetYUVA()
821 int WebPISetIOHooks(WebPIDecoder* const idec, in WebPISetIOHooks()