On Wed, Apr 10, 2013 at 05:35:15PM +0300, Martin Storsjö wrote:
> --- /dev/null
> +++ b/libavcodec/hpeldsp.h
> @@ -0,0 +1,97 @@
> +/* add and put pixel (decoding) */
> +// blocksizes for op_pixels_func are 8x4,8x8 16x8 16x16
> +// h for op_pixels_func is limited to {width/2, width} but never larger
> +// than 16 and never smaller than 4
> +typedef void (*hpel_pixels_func)(uint8_t *block /*align width (8 or 16)*/,
> +                                 const uint8_t *pixels /*align 1*/,
> +                                 ptrdiff_t line_size, int h);

s/op_pixels_func/hpel_pixels_func/ in the comment

LGTM

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to