[FFmpeg-devel] [PATCHv3] avcodec: Cineform HD Decoder
Kieran Kunhya
kieran618 at googlemail.com
Tue Jan 26 01:47:49 CET 2016
On Mon, Jan 25, 2016 at 2:42 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> Hi,
>
> On Sun, Jan 24, 2016 at 7:34 PM, Kieran Kunhya <kieran at 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
More information about the ffmpeg-devel
mailing list