[x265] [PATCH 1 of 2 V2] ppa: remove redundant PPA event

Steve Borho steve at borho.org
Fri Sep 13 19:41:20 CEST 2013


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1379087703 18000
#      Fri Sep 13 10:55:03 2013 -0500
# Node ID 2614338b90d3533c2760a94fa10ffb5dee57910c
# Parent  4206091a6278b1fb944d82d8ec4c5b57489bc4cb
ppa: remove redundant PPA event

diff -r 4206091a6278 -r 2614338b90d3 source/encoder/framefilter.cpp
--- a/source/encoder/framefilter.cpp	Fri Sep 13 01:36:23 2013 -0500
+++ b/source/encoder/framefilter.cpp	Fri Sep 13 10:55:03 2013 -0500
@@ -228,8 +228,6 @@
 
 void FrameFilter::processRowPost(int row)
 {
-    PPAScopeEvent(Thread_filterCU);
-
     const uint32_t numCols = m_pic->getPicSym()->getFrameWidthInCU();
     const uint32_t lineStartCUAddr = row * numCols;
     TComPicYuv *recon = m_pic->getPicYuvRec();


More information about the x265-devel mailing list