Home
last modified time | relevance | path

Searched defs:idec (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c97 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha()
112 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) { in DoRemap()
164 static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer()
206 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer()
251 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding()
288 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) { in IDecError()
297 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState()
308 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) { in DecodeWebPHeaders()
347 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) { in DecodeVP8FrameHeader()
371 static VP8StatusCode CopyParts0Data(WebPIDecoder* const idec) { in CopyParts0Data()
[all …]
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dadvanced_api_fuzzer.c80 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/libwebp/imageio/
Dwebpdec.c96 WebPIDecoder* const idec = WebPIDecode(data, data_size, config); in DecodeWebPIncremental() local
/third_party/skia/src/codec/
DSkWebpCodec.cpp483 SkAutoTCallVProc<WebPIDecoder, WebPIDelete> idec(WebPIDecode(nullptr, 0, &config)); in onGetPixels() local
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h363 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()