Searched refs:CopyImagePlane (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/src/ |
D | film_grain.cc | 246 inline void CopyImagePlane(const uint8_t* source_plane, ptrdiff_t source_stride, in CopyImagePlane() function 734 CopyImagePlane<Pixel>(source_plane_u, source_stride_uv, width_uv, in AddNoise() 740 CopyImagePlane<Pixel>(source_plane_v, source_stride_uv, width_uv, in AddNoise() 815 CopyImagePlane<Pixel>(source_plane_y, source_stride_y, width_, height_, in AddNoise()
|