• Home
  • Raw
  • Download

Lines Matching defs:idec

87 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
471 void WebPIDelete(WebPIDecoder* const idec) { in WebPIDelete()
483 WebPIDecoder* const idec = WebPINewDecoder(NULL); in WebPINew() local
491 WebPIDecoder* idec; in WebPINewRGB() local
506 WebPIDecoder* const idec = WebPINewDecoder(NULL); in WebPINewYUV() local
524 static VP8StatusCode IDecCheckStatus(const WebPIDecoder* const idec) { in IDecCheckStatus()
538 VP8StatusCode WebPIAppend(WebPIDecoder* const idec, const uint8_t* data, in WebPIAppend()
559 VP8StatusCode WebPIUpdate(WebPIDecoder* const idec, const uint8_t* data, in WebPIUpdate()
582 static const WebPDecBuffer* GetOutputBuffer(const WebPIDecoder* const idec) { in GetOutputBuffer()
589 const WebPDecBuffer* WebPIDecodedArea(const WebPIDecoder* const idec, in WebPIDecodedArea()
606 uint8_t* WebPIDecGetRGB(const WebPIDecoder* const idec, int* last_y, in WebPIDecGetRGB()
622 uint8_t* WebPIDecGetYUV(const WebPIDecoder* const idec, int* last_y, in WebPIDecGetYUV()
642 int WebPISetIOHooks(WebPIDecoder* const idec, in WebPISetIOHooks()