Home
last modified time | relevance | path

Searched refs:CopyPlane (Results 1 – 17 of 17) sorted by relevance

/external/libyuv/files/source/
Dmjpeg_decoder.cc294 CopyPlane(databuf_[i] + data_to_skip, GetComponentStride(i), planes[i], in DecodeToBuffers()
312 CopyPlane(databuf_[i], GetComponentStride(i), planes[i], in DecodeToBuffers()
327 CopyPlane(databuf_[i], GetComponentStride(i), planes[i], in DecodeToBuffers()
Dconvert.cc101 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Copy()
104 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy()
105 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy()
179 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI420()
290 CopyPlane(src_y, src_stride_y0, dst_y, dst_stride_y, width, height); in X420ToI420()
1682 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in Android420ToI420()
1687 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in Android420ToI420()
1688 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in Android420ToI420()
Dplanar_functions.cc29 void CopyPlane(const uint8* src_y, in CopyPlane() function
165 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I422Copy()
167 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height); in I422Copy()
168 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height); in I422Copy()
203 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Copy()
205 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Copy()
206 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Copy()
227 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI400()
257 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420ToI400()
Dconvert_from.cc135 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400Copy()
412 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420ToNV12()
Drotate.cc398 CopyPlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane()
Dconvert_argb.cc45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width * 4, in ARGBCopy()
Dscale.cc1580 CopyPlane(src, src_stride, dst, dst_stride, dst_width, dst_height); in ScalePlane()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc297 CopyPlane(databuf_[i] + data_to_skip, GetComponentStride(i), in DecodeToBuffers()
315 CopyPlane(databuf_[i], GetComponentStride(i), in DecodeToBuffers()
331 CopyPlane(databuf_[i], GetComponentStride(i), in DecodeToBuffers()
Dconvert.cc91 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Copy()
94 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy()
95 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy()
182 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI420()
286 CopyPlane(src_y, src_stride_y0, dst_y, dst_stride_y, width, height); in X420ToI420()
1391 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in Android420ToI420()
1396 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in Android420ToI420()
1397 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in Android420ToI420()
Dplanar_functions.cc29 void CopyPlane(const uint8* src_y, int src_stride_y, in CopyPlane() function
155 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I422Copy()
157 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height); in I422Copy()
158 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height); in I422Copy()
188 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Copy()
190 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Copy()
191 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Copy()
209 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI400()
230 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420ToI400()
Drotate.cc319 CopyPlane(src, src_stride, in RotatePlane()
Dconvert_from.cc144 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400Copy()
379 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420ToNV12()
Dconvert_argb.cc43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBCopy()
Dscale.cc1400 CopyPlane(src, src_stride, dst, dst_stride, dst_width, dst_height); in ScalePlane()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h27 void CopyPlane(const uint8* src_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h27 void CopyPlane(const uint8* src_y, int src_stride_y,
/external/libyuv/files/unit_test/
Dplanar_test.cc1379 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh); in TEST_F()
1385 CopyPlane(orig_y + y_off, y_st, dst_opt + y_off, stride, yw, yh); in TEST_F()