On Mon, Jan 25, 2016 at 2:42 PM, Ronald S. Bultje <rsbul...@gmail.com> wrote:
> Hi,
>
> On Sun, Jan 24, 2016 at 7:34 PM, Kieran Kunhya <kie...@kunhya.com> wrote:
>
>> +static inline void filter(int16_t *output, ptrdiff_t out_stride, int16_t
>> *low, ptrdiff_t low_stride,
>> +                          int16_t *high, ptrdiff_t high_stride, int len,
>> uint8_t clip)
>
>
> Should this be a DSP function? (That is, the functions calling this.)
>
> They seem very SIMD'able.
>
> Ronald

I plan to split this all up in the future, for now I want to get it in.
Kieran
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to