[FFmpeg-devel] [PATCH] VC1: merge put/add_pixels with IDCT8x8.

Måns Rullgård mans
Sat Feb 19 19:11:20 CET 2011


"Ronald S. Bultje" <rsbultje at gmail.com> writes:

> +static void simple_idct_put(uint8_t *dest, int line_size, DCTELEM *block)
> +{
> +    ff_simple_idct(block);
> +    ff_put_pixels_clamped_c(block, dest, line_size);
> +}

This is ff_simple_idct_put().

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list