Home
last modified time | relevance | path

Searched defs:picture (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_enc.c26 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 Dpicture_csp_enc.c58 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 Dpicture_rescale_enc.c85 int WebPPictureIsView(const WebPPicture* picture) { in WebPPictureIsView()
276 int WebPPictureIsView(const WebPPicture* picture) { in WebPPictureIsView()
A Dnear_lossless_enc.c110 int VP8ApplyNearLossless(const WebPPicture* const picture, int quality, in VP8ApplyNearLossless()
A Dwebp_enc.c145 WebPPicture* const picture) { in InitVP8Encoder()
A Dvp8l_enc.c1250 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 Dalpha_enc.c55 WebPPicture picture; in EncodeLossless() local
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestRotozoom.c88 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 DTestShrink.c54 void ShrinkPicture (SDL_Surface *screen, SDL_Surface *picture) in ShrinkPicture()
92 SDL_Surface *picture, *picture_again; in Draw() local
A DLaplaceRelaxation.c131 SDL_Surface *picture; in Draw() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dgifdec.c114 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 Dcwebp.c303 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 Danim_encode.c196 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 Dencode.h366 static WEBP_INLINE int WebPPictureInit(WebPPicture* picture) { in WebPPictureInit()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h366 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 Dencode.h366 static WEBP_INLINE int WebPPictureInit(WebPPicture* picture) { in WebPPictureInit()

Completed in 31 milliseconds