/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_enc.c | 26 const WebPPicture* const picture) { in DummyWriter() 34 int WebPPictureInitInternal(WebPPicture* picture, int version) { in WebPPictureInitInternal() 48 static void WebPPictureResetBufferARGB(WebPPicture* const picture) { in WebPPictureResetBufferARGB() 54 static void WebPPictureResetBufferYUVA(WebPPicture* const picture) { in WebPPictureResetBufferYUVA() 61 void WebPPictureResetBuffers(WebPPicture* const picture) { in WebPPictureResetBuffers() 66 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) { in WebPPictureAllocARGB() 89 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height) { in WebPPictureAllocYUVA() 153 int WebPPictureAlloc(WebPPicture* picture) { in WebPPictureAlloc() 169 void WebPPictureFree(WebPPicture* picture) { in WebPPictureFree() 187 const WebPPicture* picture) { in WebPMemoryWrite()
|
A D | picture_csp_enc.c | 58 int WebPPictureHasTransparency(const WebPPicture* picture) { in WebPPictureHasTransparency() 445 WebPPicture* const picture) { in PreprocessARGB() 1020 int WebPPictureSharpARGBToYUVA(WebPPicture* picture) { in WebPPictureSharpARGBToYUVA() 1031 int WebPPictureYUVAToARGB(WebPPicture* picture) { in WebPPictureYUVAToARGB() 1094 static int Import(WebPPicture* const picture, in Import() 1161 int WebPPictureImportBGR(WebPPicture* picture, in WebPPictureImportBGR() 1168 int WebPPictureImportBGRA(WebPPicture* picture, in WebPPictureImportBGRA() 1176 int WebPPictureImportBGRX(WebPPicture* picture, in WebPPictureImportBGRX() 1185 int WebPPictureImportRGB(WebPPicture* picture, in WebPPictureImportRGB() 1192 int WebPPictureImportRGBA(WebPPicture* picture, in WebPPictureImportRGBA() [all …]
|
A D | picture_rescale_enc.c | 85 int WebPPictureIsView(const WebPPicture* picture) { in WebPPictureIsView() 276 int WebPPictureIsView(const WebPPicture* picture) { in WebPPictureIsView()
|
A D | near_lossless_enc.c | 110 int VP8ApplyNearLossless(const WebPPicture* const picture, int quality, in VP8ApplyNearLossless()
|
A D | webp_enc.c | 145 WebPPicture* const picture) { in InitVP8Encoder()
|
A D | vp8l_enc.c | 1250 const WebPPicture* const picture = enc->pic_; in MakeInputImageCopy() local 1475 const WebPPicture* const picture) { in VP8LEncoderNew() 1519 const WebPPicture* const picture = params->picture_; in EncodeStreamHook() local 1678 const WebPPicture* const picture, in VP8LEncodeStream() 1822 const WebPPicture* const picture) { in VP8LEncodeImage()
|
A D | alpha_enc.c | 55 WebPPicture picture; in EncodeLossless() local
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestRotozoom.c | 88 void RotatePicture (SDL_Surface *screen, SDL_Surface *picture, int rotate, int flip, int smooth, in… in RotatePicture() 225 void ZoomPicture (SDL_Surface *screen, SDL_Surface *picture, int smooth) in ZoomPicture() 273 void RotatePicture90Degrees (SDL_Surface *screen, SDL_Surface *picture) in RotatePicture90Degrees() 328 void CustomTest(SDL_Surface *screen, SDL_Surface *picture, double a, double x, double y, int smooth… in CustomTest() 459 void AccuracyTest2(SDL_Surface *screen, SDL_Surface *picture) in AccuracyTest2() 521 SDL_Surface *picture, *picture_again; in Draw() local
|
A D | TestShrink.c | 54 void ShrinkPicture (SDL_Surface *screen, SDL_Surface *picture) in ShrinkPicture() 92 SDL_Surface *picture, *picture_again; in Draw() local
|
A D | LaplaceRelaxation.c | 131 SDL_Surface *picture; in Draw() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | gifdec.c | 114 GIFFrameRect* const gif_rect, WebPPicture* const picture) { in GIFReadFrame() 237 static void ClearRectangle(WebPPicture* const picture, in ClearRectangle() 348 struct WebPPicture* const picture) { in GIFReadFrame()
|
A D | cwebp.c | 303 static int DumpPicture(const WebPPicture* const picture, const char* PGM_name) { in DumpPicture() 414 const WebPPicture* const picture, in WriteWebPWithMetadata() 506 static int ProgressReport(int percent, const WebPPicture* const picture) { in ProgressReport() 660 WebPPicture picture; in main() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/ |
A D | anim_encode.c | 196 static void ClearRectangle(WebPPicture* const picture, in ClearRectangle() 208 static void WebPUtilClearPic(WebPPicture* const picture, in WebPUtilClearPic()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | encode.h | 366 static WEBP_INLINE int WebPPictureInit(WebPPicture* picture) { in WebPPictureInit()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | encode.h | 366 static WEBP_INLINE int WebPPictureInit(WebPPicture* picture) { in WebPPictureInit()
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | encode.h | 366 static WEBP_INLINE int WebPPictureInit(WebPPicture* picture) { in WebPPictureInit()
|