Searched defs:CopyPlane (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
H A Dalpha.c152 static void CopyPlane(const uint8_t* src, int src_stride, function
216 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
H A Dpicture.c199 static void CopyPlane(const uint8_t* src, int src_stride, function
240 CopyPlane(src->y, src->y_stride,
242 CopyPlane(src->u, src->uv_stride,
244 CopyPlane(src->v, src->uv_stride,
247 CopyPlane(src->a, src->a_stride,
256 CopyPlane(src->u0, src->uv0_stride,
258 CopyPlane(src->v0, src->uv0_stride,
263 CopyPlane((const uint8_t*)src->argb, 4 * src->argb_stride,
335 CopyPlane(pic->y + y_offset, pic->y_stride,
337 CopyPlane(pi
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc28 void CopyPlane(const uint8* src_y, int src_stride_y, function
145 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
146 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
147 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
176 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
177 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
178 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
196 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
216 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
/external/libyuv/files/source/
H A Dplanar_functions.cc29 void CopyPlane(const uint8* src_y, int src_stride_y, function
146 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
147 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
148 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
177 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
178 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
179 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
197 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
217 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);

Completed in 91 milliseconds