[x264-devel] [PATCH] arm: Load mb_y properly in x264_mbtree_propagate_list_internal_neon

Martin Storsjö martin at martin.st
Mon Dec 26 23:31:25 CET 2016


On Mon, 26 Dec 2016, Henrik Gramner wrote:

> On Mon, Dec 26, 2016 at 11:22 PM, Martin Storsjö <martin at martin.st> wrote:
>> The previous version, attempting to load two stack parameters at once,
>> only would have worked if they were interpreted and loaded as 32 bit
>> elements, not when loading them as 16 bit elements.
>
> Seems like the checkasm tests only runs with mb_y == 0.

Oh, that explains it. It currently loads the upper 16 bit half of the 
bipred_weight parameter as mb_y.

// Martin


More information about the x264-devel mailing list