[x265] [PATCH] asm: fix testbench crash on downshift and upshift module when height is 1

Steve Borho steve at borho.org
Mon Apr 21 19:49:17 CEST 2014


On Mon, Apr 21, 2014 at 6:54 AM,  <murugan at multicorewareinc.com> wrote:
> # HG changeset patch
> # User Murugan Vairavel <murugan at multicorewareinc.com>
> # Date 1398081246 -19800
> #      Mon Apr 21 17:24:06 2014 +0530
> # Node ID 29334b7675e04e456b555bafb04f7ed057583f90
> # Parent  ccfd0819b5c3f5ab3bb153a318b3e57e1033b771
> asm: fix testbench crash on downshift and upshift module when height is 1

The encoder now prevents an encode if the picture isn't at least one
CTU dimension high and wide, which means worst case the picture will
be 16x16.  So it would be better to modify the test bench to not test
height=1 if that is what is causing the test bench to crash.

-- 
Steve Borho


More information about the x265-devel mailing list