Imported Upstream version 1.4+222+hg5f9f7194267b
[deb_x265.git] / source / common / yuv.h
index a02987c25443cb55ba2ccb713517158c5f780710..5911c30d3e448dad2b3f91be6c20e0179e8c60a6 100644 (file)
@@ -63,6 +63,9 @@ public:
     // Copy from same size YUV buffer
     void   copyFromYuv(const Yuv& srcYuv);
 
+    // Copy portion of srcYuv into ME prediction buffer
+    void   copyPUFromYuv(const Yuv& srcYuv, uint32_t absPartIdx, int partEnum, bool bChroma);
+
     // Copy Small YUV buffer to the part of other Big YUV buffer
     void   copyToPartYuv(Yuv& dstYuv, uint32_t absPartIdx) const;