Home
last modified time | relevance | path

Searched defs:y_stride (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_tools_enc.c56 int y_stride, int width, int height) { in SmoothenBlock()
113 const int y_stride = pic->y_stride; in WebPCleanupTransparentArea() local
A Dpicture_enc.c93 const int y_stride = width; in WebPPictureAllocYUVA() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8_dec.h59 int y_stride; // row stride for luma member
A Dbuffer_dec.c52 const int y_stride = abs(buf->y_stride); in CheckDecBuffer() local
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_yuv.c95 … const Uint8 **y, const Uint8 **u, const Uint8 **v, Uint32 *y_stride, Uint32 *uv_stride) in GetYUVPlanes()
187 const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride, in yuv_rgb_sse()
296 const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride, in yuv_rgb_std()
404 Uint32 y_stride = 0; in SDL_ConvertPixels_YUV_to_RGB() local
556 Uint32 y_stride, uv_stride, y_skip, uv_skip; in SDL_ConvertPixels_ARGB8888_to_YUV() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv.c52 void WebPSamplerProcessPlane(const uint8_t* y, int y_stride, in WebPSamplerProcessPlane()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dget_disto.c60 int x_stride, int y_stride, int max) { in RescalePlane()
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddecode.h194 int y_stride; // luma stride member
A Dencode.h306 int y_stride, uv_stride; // luma/chroma strides. member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddecode.h194 int y_stride; // luma stride member
A Dencode.h306 int y_stride, uv_stride; // luma/chroma strides. member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddecode.h194 int y_stride; // luma stride member
A Dencode.h306 int y_stride, uv_stride; // luma/chroma strides. member

Completed in 28 milliseconds