[FFmpeg-devel] [PATCH 2/3] hevcdsp: replace the SAOParams struct parameter from sao_band_filter
James Almer
jamrial at gmail.com
Fri Jan 30 22:00:52 CET 2015
On 30/01/15 5:41 PM, Christophe Gisquet wrote:
> Not knowing how it is used, would it be useful for the passed
> offset_val to be aligned? (In which case reordering the table could be
> useful (maybe).
The only instructions that read those values are movd on sse2, and vpbroadcastw
on avx2. In both cases alignment is not important.
More information about the ffmpeg-devel
mailing list