[FFmpeg-devel] [PATCH 22/23] Move alpha half-pel assembly from dsputil to hpeldsp.
Michael Niedermayer
michaelni at gmx.at
Wed Mar 13 03:26:04 CET 2013
On Tue, Mar 12, 2013 at 07:28:32AM -0700, Ronald S. Bultje wrote:
> From: "Ronald S. Bultje" <rsbultje at gmail.com>
[...]
> -#define MAKE_OP(OPNAME, SUFF, OPKIND, STORE) \
> -static void OPNAME ## _pixels ## SUFF ## _axp \
> - (uint8_t *restrict block, const uint8_t *restrict pixels, \
> - ptrdiff_t line_size, int h) \
[...]
> +#define MAKE_OP(OPNAME, SUFF, OPKIND, STORE) \
> +static void OPNAME ## _pixels ## SUFF ## _axp \
> + (uint8_t *av_restrict block, const uint8_t *av_restrict pixels, \
> + ptrdiff_t line_size, int h) \
> +{ \
unrelated changes
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Let us carefully observe those good qualities wherein our enemies excel us
and endeavor to excel them, by avoiding what is faulty, and imitating what
is excellent in them. -- Plutarch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130313/4c4674d6/attachment.asc>
More information about the ffmpeg-devel
mailing list