[FFmpeg-devel] [PATCH 2/6] x86: huffyuvdsp: add SSE2 median prediction
Christophe Gisquet
christophe.gisquet at gmail.com
Thu May 29 11:17:50 CEST 2014
Hi,
2014-05-29 11:10 GMT+02:00 Christophe Gisquet <christophe.gisquet at gmail.com>:
> +%macro LSHIFT 2
> +%if cpuflag(sse2)
> + pslldq %1, %2
> +%else
> + psllq %1, 8*(%2)
> +%endif
> +%endmacro
Now that I think of it, the condition is actually mmsize!=8 I guess.
Do not let that stop your review, I'll squash the above with future changes.
--
Christophe
More information about the ffmpeg-devel
mailing list