X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=source%2Fcommon%2Fyuv.h;h=5911c30d3e448dad2b3f91be6c20e0179e8c60a6;hp=a02987c25443cb55ba2ccb713517158c5f780710;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/source/common/yuv.h b/source/common/yuv.h index a02987c..5911c30 100644 --- a/source/common/yuv.h +++ b/source/common/yuv.h @@ -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;