On Tue, Jun 21, 2011 at 12:30:23AM -0400, Daniel Kang wrote:
> Mainly ported from 8-bit H.264 weight/biweight.
> 
> --- a/libavcodec/x86/h264dsp_mmx.c
> +++ b/libavcodec/x86/h264dsp_mmx.c
> @@ -326,6 +326,30 @@ H264_BIWEIGHT_MMX    ( 4,  8)
>  
> +#define H264_BIWEIGHT_10(W, H, DEPTH, OPT) \
> +void ff_h264_biweight_ ## W ## x ## H ## _ ## DEPTH ## _ ## OPT \
> +    (uint8_t *dst, uint8_t *src, int stride, int log2_denom, \
> +     int weightd, int weights, int offset);

TAB

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

Reply via email to