Home
last modified time | relevance | path

Searched defs:uv_stride (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Ddwebp.c144 uint32_t uv_stride = (w + 1) / 2 + 13; in AllocateExternalBuffer() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8_dec.h60 int uv_stride; // row stride for chroma member
A Dbuffer_dec.c98 int uv_stride = 0, a_stride = 0; in AllocateBuffer() local
A Dwebp_dec.c660 int* stride, int* uv_stride) { in WebPDecodeYUV()
A Didec_dec.c868 int* stride, int* uv_stride, int* a_stride) { in WebPIDecGetYUVA()
/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()
405 Uint32 uv_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/enc/
A Dpicture_enc.c96 const int uv_stride = uv_width; in WebPPictureAllocYUVA() local
A Dpicture_tools_enc.c114 const int uv_stride = pic->uv_stride; in WebPCleanupTransparentArea() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv.c53 const uint8_t* u, const uint8_t* v, int uv_stride, in WebPSamplerProcessPlane()
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddecode.h367 int* width, int* height, int* stride, int* uv_stride) { in WebPIDecGetYUV()
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.h367 int* width, int* height, int* stride, int* uv_stride) { in WebPIDecGetYUV()
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.h367 int* width, int* height, int* stride, int* uv_stride) { in WebPIDecGetYUV()
A Dencode.h306 int y_stride, uv_stride; // luma/chroma strides. member

Completed in 49 milliseconds