Searched defs:idec (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/dec/ |
D | idec.c | 95 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() 110 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) { in DoRemap() 164 static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer() 203 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer() 246 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding() 277 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) { in IDecError() 288 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState() 299 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) { in DecodeWebPHeaders() 338 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) { in DecodeVP8FrameHeader() 362 static VP8StatusCode CopyParts0Data(WebPIDecoder* const idec) { in CopyParts0Data() [all …]
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | idec.c | 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() [all …]
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 228 SkAutoTCallVProc<WebPIDecoder, WebPIDelete> idec(WebPIDecode(nullptr, 0, &config)); in onGetPixels() local
|
/external/opencv3/3rdparty/libwebp/webp/ |
D | decode.h | 353 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
/external/webp/include/webp/ |
D | decode.h | 356 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
/external/webp/src/webp/ |
D | decode.h | 356 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
/external/skia/src/images/ |
D | SkImageDecoder_libwebp.cpp | 192 WebPIDecoder* idec = WebPIDecode(nullptr, 0, config); in webp_idecode() local
|