[x265] [PATCH] stats: with the CU reference limit, even 8x8 can have skipped motion searches

Steve Borho steve at borho.org
Wed Apr 15 08:36:00 CEST 2015


On 04/13, ashok at multicorewareinc.com wrote:
> # HG changeset patch
> # User Ashok Kumar Mishra<ashok at multicorewareinc.com>
> # Date 1428931472 -19800
> #      Mon Apr 13 18:54:32 2015 +0530
> # Node ID f40431e676a90d87243b994632c74b25a93fed2f
> # Parent  b86198988303ae3ec4eeb42017e654f01d0f30a9
> stats: with the CU reference limit, even 8x8 can have skipped motion searches

I won't have time to review this series properly until next week, but
please smoke test these with MinGW and linux/GCC:

[  7%] Building ASM_YASM object common/CMakeFiles/common.dir/x86/ssd-a.asm.o
/Users/steve/repos/x265-sborho/source/encoder/analysis.cpp: In member function 'uint32_t x265::Analysis::compressInterCU_rd0_4(cons
/Users/steve/repos/x265-sborho/source/encoder/analysis.cpp:969:80: warning: suggest braces around empty body in an 'else' statement
                         ProfileCounter(parentCTU, skippedIntraCU[cuGeom.depth]);
                                                                                ^
/Users/steve/repos/x265-sborho/source/encoder/analysis.cpp:993:80: warning: suggest braces around empty body in an 'else' statement
                         ProfileCounter(parentCTU, skippedIntraCU[cuGeom.depth]);
                                                                                ^
/Users/steve/repos/x265-sborho/source/encoder/analysis.cpp:1117:18: warning: declaration of 'depth' shadows a previous local [-Wsha
         uint32_t depth = cu.m_cuDepth[0];
                  ^
/Users/steve/repos/x265-sborho/source/encoder/analysis.cpp:748:14: warning: shadowed declaration is here [-Wshadow]
     uint32_t depth = cuGeom.depth;
              ^
-- 
Steve Borho


More information about the x265-devel mailing list