HomeSort by relevance Sort by last modified time
    Searched defs:CopyPlane (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 29 void CopyPlane(const uint8* src_y, int src_stride_y,
155 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
157 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
158 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
188 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
190 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
191 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
209 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
230 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 29 void CopyPlane(const uint8* src_y,
165 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
167 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
168 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
203 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
205 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
206 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
227 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
257 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]

Completed in 208 milliseconds