[FFmpeg-devel] [PATCHv3] avcodec: Cineform HD Decoder

Ronald S. Bultje rsbultje at gmail.com
Mon Jan 25 15:42:30 CET 2016


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


More information about the ffmpeg-devel mailing list