Home
last modified time | relevance | path

Searched refs:source_plane (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/
Dfilm_grain.cc245 inline void CopyImagePlane(const uint8_t* source_plane, ptrdiff_t source_stride, in CopyImagePlane() argument
249 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()