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

  /external/webp/src/dec/
alpha.c 24 static void CopyPlane(const uint8_t* src, int src_stride,
97 CopyPlane(unfiltered_data, width, output, stride, width, height);
101 CopyPlane(decoded_data, width, output, stride, width, height);
  /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/webp/src/enc/
alpha.c 150 static void CopyPlane(const uint8_t* src, int src_stride,
195 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
picture.c 197 static void CopyPlane(const uint8_t* src, int src_stride,
238 CopyPlane(src->y, src->y_stride,
240 CopyPlane(src->u, src->uv_stride,
242 CopyPlane(src->v, src->uv_stride,
245 CopyPlane(src->a, src->a_stride,
254 CopyPlane(src->u0, src->uv0_stride,
256 CopyPlane(src->v0, src->uv0_stride,
261 CopyPlane((const uint8_t*)src->argb, 4 * src->argb_stride,
333 CopyPlane(pic->y + y_offset, pic->y_stride,
335 CopyPlane(pic->u + uv_offset, pic->uv_stride
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c     [all...]

Completed in 119 milliseconds