Lines Matching defs:idec

99 static int NeedCompressedAlpha(const WebPIDecoder* const idec) {  in NeedCompressedAlpha()
114 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) { in DoRemap()
166 WEBP_NODISCARD static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer()
209 WEBP_NODISCARD static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer()
256 WEBP_NODISCARD static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding()
295 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) { in IDecError()
304 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState()
315 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) { in DecodeWebPHeaders()
355 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) { in DecodeVP8FrameHeader()
379 static VP8StatusCode CopyParts0Data(WebPIDecoder* const idec) { in CopyParts0Data()
407 static VP8StatusCode DecodePartition0(WebPIDecoder* const idec) { in DecodePartition0()
460 static VP8StatusCode DecodeRemaining(WebPIDecoder* const idec) { in DecodeRemaining()
520 static VP8StatusCode ErrorStatusLossless(WebPIDecoder* const idec, in ErrorStatusLossless()
528 static VP8StatusCode DecodeVP8LHeader(WebPIDecoder* const idec) { in DecodeVP8LHeader()
560 static VP8StatusCode DecodeVP8LData(WebPIDecoder* const idec) { in DecodeVP8LData()
577 static VP8StatusCode IDecode(WebPIDecoder* idec) { in IDecode()
615 WebPIDecoder* idec = (WebPIDecoder*)WebPSafeCalloc(1ULL, sizeof(*idec)); in NewDecoder() local
656 WebPIDecoder* idec; in WebPIDecode() local
682 void WebPIDelete(WebPIDecoder* idec) { in WebPIDelete()
707 WebPIDecoder* idec; in WebPINewRGB() local
733 WebPIDecoder* idec; in WebPINewYUVA() local
782 static VP8StatusCode IDecCheckStatus(const WebPIDecoder* const idec) { in IDecCheckStatus()
793 VP8StatusCode WebPIAppend(WebPIDecoder* idec, in WebPIAppend()
814 VP8StatusCode WebPIUpdate(WebPIDecoder* idec, in WebPIUpdate()
837 static const WebPDecBuffer* GetOutputBuffer(const WebPIDecoder* const idec) { in GetOutputBuffer()
850 const WebPDecBuffer* WebPIDecodedArea(const WebPIDecoder* idec, in WebPIDecodedArea()
866 WEBP_NODISCARD uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, in WebPIDecGetRGB()
882 WEBP_NODISCARD uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, in WebPIDecGetYUVA()
905 int WebPISetIOHooks(WebPIDecoder* const idec, in WebPISetIOHooks()