[x265] [PATCH] saoCuOrgE2: asm code

Steve Borho steve at borho.org
Mon Jan 5 13:16:15 CET 2015


On 01/05, praveen at multicorewareinc.com wrote:
> # HG changeset patch
> # User Praveen Tiwari
> # Date 1420458944 -19800
> # Node ID 132cbd77d7f149c3444a37a607567a875f27c229
> # Parent  cbdd7a2c3bf6d00a6b5379fedd0fb4de778e0a30
> saoCuOrgE2: asm code

With the first and last of these 3 patches applied, I get these shadow
warnings:

/Users/steve/repos/x265/source/encoder/sao.cpp:479:17: warning: declaration shadows a local variable [-Wshadow]
            int x, y;
                ^
/Users/steve/repos/x265/source/encoder/sao.cpp:227:9: note: previous declaration is here
    int x, y;
        ^
/Users/steve/repos/x265/source/encoder/sao.cpp:479:20: warning: declaration shadows a local variable [-Wshadow]
            int x, y;
                   ^
/Users/steve/repos/x265/source/encoder/sao.cpp:227:12: note: previous declaration is here
    int x, y;
           ^
2 warnings generated.

-- 
Steve Borho


More information about the x265-devel mailing list