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

  /external/libyuv/files/source/
planar_functions.cc 28 void CopyPlane(const uint8* src_y, int src_stride_y,
74 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 152 static void CopyPlane(const uint8_t* src, int src_stride,
216 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
picture.c 199 static void CopyPlane(const uint8_t* src, int src_stride,
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(pic->u + uv_offset, pic->uv_stride
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 28 void CopyPlane(const uint8* src_y, int src_stride_y,
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);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c     [all...]

Completed in 325 milliseconds