Searched refs:v_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 | 54 const int v_stride = abs(buf->v_stride); in CheckDecBuffer() local 58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer() 65 ok &= (v_stride >= uv_width); in CheckDecBuffer() 136 buf->v_stride = uv_stride; in AllocateBuffer() 168 buf->v += ((H - 1) >> 1) * buf->v_stride; in WebPFlipBuffer() 169 buf->v_stride = -buf->v_stride; in WebPFlipBuffer() 294 WebPCopyPlane(src->v, src->v_stride, dst->v, dst->v_stride, in WebPCopyDecBufferPixels()
|
A D | idec_dec.c | 713 uint8_t* v, size_t v_size, int v_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() 746 idec->output_.u.YUVA.v_stride = v_stride; in WebPINewYUVA() 756 uint8_t* v, size_t v_size, int v_stride) { in WebPINewYUV() argument 759 v, v_size, v_stride, in WebPINewYUV()
|
A D | webp_dec.c | 578 uint8_t* v, size_t v_size, int v_stride) { in WebPDecodeYUVInto() argument 593 output.u.YUVA.v_stride = v_stride; in WebPDecodeYUVInto() 671 assert(buf->u_stride == buf->v_stride); in WebPDecodeYUV()
|
A D | io_dec.c | 30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; in EmitYUV() 41 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w); in EmitYUV() 338 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1, in InitYUVRescaler()
|
A D | vp8l_dec.c | 647 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride; in ConvertToYUVA()
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | decode.h | 135 uint8_t* v, size_t v_size, int v_stride); 195 int u_stride, v_stride; // chroma strides member 316 uint8_t* v, size_t v_size, int v_stride, 324 uint8_t* v, size_t v_size, int v_stride);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | decode.h | 135 uint8_t* v, size_t v_size, int v_stride); 195 int u_stride, v_stride; // chroma strides member 316 uint8_t* v, size_t v_size, int v_stride, 324 uint8_t* v, size_t v_size, int v_stride);
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | decode.h | 135 uint8_t* v, size_t v_size, int v_stride); 195 int u_stride, v_stride; // chroma strides member 316 uint8_t* v, size_t v_size, int v_stride, 324 uint8_t* v, size_t v_size, int v_stride);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | image_enc.c | 494 src_v += yuv->v_stride; in WebPWritePGM() 537 src_v += yuv->v_stride; in WebPWriteYUV()
|
A D | webpdec.c | 205 output_buffer->u.YUVA.v_stride = pic->uv_stride; in ReadWebP()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | dwebp.c | 170 output_buffer->u.YUVA.v_stride = uv_stride; in AllocateExternalBuffer()
|
Completed in 21 milliseconds