Searched defs:idec (Results 1 – 6 of 6) 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() 203 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer() 246 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding() 283 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) { in IDecError() 292 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState() 303 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) { in DecodeWebPHeaders() 342 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) { in DecodeVP8FrameHeader() 366 static VP8StatusCode CopyParts0Data(WebPIDecoder* const idec) { in CopyParts0Data() [all …]
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 504 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/aac/libSACdec/src/ |
D | sac_dec.cpp | 808 int errCode, idec; in FDK_SpatialDecInit() local
|
/external/webp/include/webp/ |
D | decode.h | 366 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
/external/webp/src/webp/ |
D | decode.h | 366 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|