Searched defs:idec (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | idec_dec.c | 97 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() 164 static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer() 203 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer() 564 static VP8StatusCode IDecode(WebPIDecoder* idec) { in IDecode() 640 WebPIDecoder* idec; in WebPIDecode() local 666 void WebPIDelete(WebPIDecoder* idec) { in WebPIDelete() 690 WebPIDecoder* idec; in WebPINewRGB() local 716 WebPIDecoder* idec; in WebPINewYUVA() local 776 VP8StatusCode WebPIAppend(WebPIDecoder* idec, in WebPIAppend() 797 VP8StatusCode WebPIUpdate(WebPIDecoder* idec, in WebPIUpdate() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | webpdec.c | 96 WebPIDecoder* const idec = WebPIDecode(data, data_size, config); in DecodeWebPIncremental() local
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | decode.h | 366 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | decode.h | 366 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | decode.h | 366 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
Completed in 10 milliseconds