[FFmpeg-devel] [PATCH 1/2] avcodec/x86: use function pointers for {put, add}_pixels_clamped
James Almer
jamrial at gmail.com
Wed Sep 24 23:52:09 CEST 2014
On 24/09/14 6:23 PM, Michael Niedermayer wrote:
> On Wed, Sep 24, 2014 at 05:44:16PM -0300, James Almer wrote:
>> Same behavior as in simple_idct.
>> This way the best optimized versions available will be used instead.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavcodec/x86/cavsdsp.c | 2 +-
>> libavcodec/x86/xvididct_mmx.c | 9 +++++----
>> libavcodec/x86/xvididct_sse2.c | 6 ++++--
>> 3 files changed, 10 insertions(+), 7 deletions(-)
>
> LGTM
>
> thanks
Pushed.
More information about the ffmpeg-devel
mailing list