Searched refs:source_plane (Results 1 – 1 of 1) sorted by relevance
245 inline void CopyImagePlane(const uint8_t* source_plane, ptrdiff_t source_stride, in CopyImagePlane() argument249 if (source_plane == dest_plane) return; in CopyImagePlane()253 memcpy(dest_plane, source_plane, width * sizeof(Pixel)); in CopyImagePlane()254 source_plane += source_stride; in CopyImagePlane()