Searched defs:idec (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/dec/ |
D | idec_dec.c | 97 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 …]
|
/external/webp/tests/fuzzer/ |
D | advanced_api_fuzzer.c | 64 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); in LLVMFuzzerTestOneInput() local
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 483 SkAutoTCallVProc<WebPIDecoder, WebPIDelete> idec(WebPIDecode(nullptr, 0, &config)); in onGetPixels() local
|
/external/skqp/src/codec/ |
D | SkWebpCodec.cpp | 504 SkAutoTCallVProc<WebPIDecoder, WebPIDelete> idec(WebPIDecode(nullptr, 0, &config)); in onGetPixels() local
|
/external/webp/include/webp/ |
D | decode.h | 363 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
/external/aac/libSACdec/src/ |
D | sac_dec.cpp | 808 int errCode, idec; in FDK_SpatialDecInit() local
|
/external/webp/src/webp/ |
D | decode.h | 363 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|