X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=source%2Fencoder%2Fframeencoder.h;h=ec5cf5b31416e74d2cdab9f7d5b8a95440c66d89;hp=625c02575851050a98f0ca2b387b64d488520f0b;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/source/encoder/frameencoder.h b/source/encoder/frameencoder.h index 625c025..ec5cf5b 100644 --- a/source/encoder/frameencoder.h +++ b/source/encoder/frameencoder.h @@ -185,7 +185,7 @@ public: protected: - bool initializeGeoms(const FrameData& encData); + bool initializeGeoms(); /* analyze / compress frame, can be run in parallel within reference constraints */ void compressFrame(); @@ -204,7 +204,6 @@ protected: /* Called by WaveFront::findJob() */ void processRow(int row, int threadId); void processRowEncoder(int row, ThreadLocalData& tld); - void processRowFilter(int row) { m_frameFilter.processRow(row); } void enqueueRowEncoder(int row) { WaveFront::enqueueRow(row * 2 + 0); } void enqueueRowFilter(int row) { WaveFront::enqueueRow(row * 2 + 1); }