Searched refs:u_stride (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | buffer_dec.c | 53 const int u_stride = abs(buf->u_stride); in CheckDecBuffer() local 57 const uint64_t u_size = MIN_BUFFER_SIZE(uv_width, uv_height, u_stride); in CheckDecBuffer() 64 ok &= (u_stride >= uv_width); in CheckDecBuffer() 133 buf->u_stride = uv_stride; in AllocateBuffer() 166 buf->u += ((H - 1) >> 1) * buf->u_stride; in WebPFlipBuffer() 167 buf->u_stride = -buf->u_stride; in WebPFlipBuffer() 292 WebPCopyPlane(src->u, src->u_stride, dst->u, dst->u_stride, in WebPCopyDecBufferPixels()
|
A D | idec_dec.c | 712 uint8_t* u, size_t u_size, int u_stride, in WebPINewYUVA() argument 721 luma_stride = u_stride = v_stride = a_stride = 0; in WebPINewYUVA() 727 if (luma_stride == 0 || u_stride == 0 || v_stride == 0) return NULL; in WebPINewYUVA() 743 idec->output_.u.YUVA.u_stride = u_stride; in WebPINewYUVA() 755 uint8_t* u, size_t u_size, int u_stride, in WebPINewYUV() argument 758 u, u_size, u_stride, in WebPINewYUV() 882 if (uv_stride != NULL) *uv_stride = src->u.YUVA.u_stride; in WebPIDecGetYUVA()
|
A D | webp_dec.c | 577 uint8_t* u, size_t u_size, int u_stride, in WebPDecodeYUVInto() argument 590 output.u.YUVA.u_stride = u_stride; in WebPDecodeYUVInto() 670 *uv_stride = buf->u_stride; in WebPDecodeYUV() 671 assert(buf->u_stride == buf->v_stride); in WebPDecodeYUV()
|
A D | io_dec.c | 29 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride; in EmitYUV() 40 memcpy(u_dst + j * buf->u_stride, io->u + j * io->uv_stride, uv_w); in EmitYUV() 335 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1, in InitYUVRescaler()
|
A D | vp8l_dec.c | 646 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride; in ConvertToYUVA()
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | decode.h | 134 uint8_t* u, size_t u_size, int u_stride, 195 int u_stride, v_stride; // chroma strides member 315 uint8_t* u, size_t u_size, int u_stride, 323 uint8_t* u, size_t u_size, int u_stride,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | decode.h | 134 uint8_t* u, size_t u_size, int u_stride, 195 int u_stride, v_stride; // chroma strides member 315 uint8_t* u, size_t u_size, int u_stride, 323 uint8_t* u, size_t u_size, int u_stride,
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | decode.h | 134 uint8_t* u, size_t u_size, int u_stride, 195 int u_stride, v_stride; // chroma strides member 315 uint8_t* u, size_t u_size, int u_stride, 323 uint8_t* u, size_t u_size, int u_stride,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | image_enc.c | 493 src_u += yuv->u_stride; in WebPWritePGM() 533 src_u += yuv->u_stride; in WebPWriteYUV()
|
A D | webpdec.c | 204 output_buffer->u.YUVA.u_stride = pic->uv_stride; in ReadWebP()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | dwebp.c | 165 output_buffer->u.YUVA.u_stride = uv_stride; in AllocateExternalBuffer()
|
Completed in 25 milliseconds