[FFmpeg-devel] [PATCH 07/33] Split out common pixel functions from dsputil to bit_depth_template.

Ronald S. Bultje rsbultje at gmail.com
Wed Feb 6 22:43:45 CET 2013


Hi,

On Wed, Feb 6, 2013 at 12:25 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Tue, Feb 05, 2013 at 07:27:20PM -0800, Ronald S. Bultje wrote:
>> From: "Ronald S. Bultje" <rsbultje at gmail.com>
>>
>> Specifically, move {no_,}rnd_avg{32,64}(), BYTE_VEC{32,64}() and
>> CALL_2X_PIXELS to bit_depth_template.c.
>> ---
>>  libavcodec/arm/dsputil_init_arm.c |  1 +
>>  libavcodec/bit_depth_template.c   | 31 +++++++++++++++++++++++++++++++
>>  libavcodec/dsputil.h              | 29 -----------------------------
>>  libavcodec/hpeldsp.h              | 32 --------------------------------
>
> you just copied them in a previous patch to libavcodec/hpeldsp.h
> Maybe i miss something but why move them multiple times ?

Yeah I think some patches could be merged. I'll rebase after 1 round
of review and merge what's silly and re-send the rest.

Ronald


More information about the ffmpeg-devel mailing list