[FFmpeg-devel] [PATCH] x86/hevc_sao: use unaligned movs for sao_{band, filter} with width 8

Christophe Gisquet christophe.gisquet at gmail.com
Mon Mar 2 13:35:28 CET 2015


Hi,

2015-03-01 22:07 GMT+01:00 James Almer <jamrial at gmail.com>:
> @@ -537,7 +537,7 @@ align 16
>
>      HEVC_SAO_EDGE_FILTER_COMPUTE_10
>      CLIPW             m2, m0, [pw_mask %+ %1]
> -    mova          [dstq], m2
> +    movu          [dstq], m2
>  %endif
>
>  %assign i 0
> --
> 2.3.0

Not really important, but I would think this hunk is unnecessary:
Main10 using 16x16 CTBs would result in 8-pixel-wide chroma blocks,
but then it's 10 bits, so it should still be 16-byte-aligned (as long
as the allocation and strides are themselves ok, ofc).

Best regards,
Christophe


More information about the ffmpeg-devel mailing list