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 D | picture_tools_enc.c | 56 int y_stride, int width, int height) { in SmoothenBlock() 113 const int y_stride = pic->y_stride; in WebPCleanupTransparentArea() local
|
A D | picture_enc.c | 93 const int y_stride = width; in WebPPictureAllocYUVA() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | vp8_dec.h | 59 int y_stride; // row stride for luma member
|
A D | buffer_dec.c | 52 const int y_stride = abs(buf->y_stride); in CheckDecBuffer() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_yuv.c | 95 … 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 D | yuv.c | 52 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 D | get_disto.c | 60 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 D | decode.h | 194 int y_stride; // luma stride member
|
A D | encode.h | 306 int y_stride, uv_stride; // luma/chroma strides. member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | decode.h | 194 int y_stride; // luma stride member
|
A D | encode.h | 306 int y_stride, uv_stride; // luma/chroma strides. member
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | decode.h | 194 int y_stride; // luma stride member
|
A D | encode.h | 306 int y_stride, uv_stride; // luma/chroma strides. member
|
Completed in 28 milliseconds