Hi,

On Mon, Nov 5, 2012 at 10:48 AM, Diego Biurrun <di...@biurrun.de> wrote:
> +%macro QPEL8_H_LOWPASS_OP 1
> +cglobal %1_h264_qpel8_h_lowpass, 4,5 ; dst, src, dstStride, srcStride
> +    mov       r4d, 8

Each and every single one of these needs a stride sign extension like
you did in dsputil.asm.

Do you have numbers to compare performance of qpel (both with
START/STOP_TIMER as well as with total wallclock time, e.g. using the
"time" command) before/after this patch?

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to