Imported Upstream version 1.4+222+hg5f9f7194267b
[deb_x265.git] / source / encoder / frameencoder.h
index 625c02575851050a98f0ca2b387b64d488520f0b..ec5cf5b31416e74d2cdab9f7d5b8a95440c66d89 100644 (file)
@@ -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); }