Searched refs:CopyPlane (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dec/ |
D | alpha.c | 24 static void CopyPlane(const uint8_t* src, int src_stride, in CopyPlane() function 97 CopyPlane(unfiltered_data, width, output, stride, width, height); in DecodeAlpha() 101 CopyPlane(decoded_data, width, output, stride, width, height); in DecodeAlpha()
|
/external/webp/src/enc/ |
D | picture.c | 197 static void CopyPlane(const uint8_t* src, int src_stride, in CopyPlane() function 238 CopyPlane(src->y, src->y_stride, in WebPPictureCopy() 240 CopyPlane(src->u, src->uv_stride, in WebPPictureCopy() 242 CopyPlane(src->v, src->uv_stride, in WebPPictureCopy() 245 CopyPlane(src->a, src->a_stride, in WebPPictureCopy() 254 CopyPlane(src->u0, src->uv0_stride, in WebPPictureCopy() 256 CopyPlane(src->v0, src->uv0_stride, in WebPPictureCopy() 261 CopyPlane((const uint8_t*)src->argb, 4 * src->argb_stride, in WebPPictureCopy() 328 CopyPlane(pic->y + y_offset, pic->y_stride, in WebPPictureCrop() 330 CopyPlane(pic->u + uv_offset, pic->uv_stride, in WebPPictureCrop() [all …]
|
D | alpha.c | 151 static void CopyPlane(const uint8_t* src, int src_stride, in CopyPlane() function 196 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height); in EncodeAlpha()
|
/external/libyuv/files/source/ |
D | scale.cc | 3294 static void CopyPlane(int src_width, int src_height, in CopyPlane() function 3322 CopyPlane(src_width, src_height, dst_width, dst_height, src_stride, in ScalePlane()
|