[FFmpeg-devel] [PATCH 7/7] x86: hevc: remove a parameter to WP internals

Christophe Gisquet christophe.gisquet at gmail.com
Fri Feb 6 10:14:38 CET 2015


2015-02-05 20:20 GMT+01:00 Christophe Gisquet <christophe.gisquet at gmail.com>:
> -cglobal hevc_put_hevc_bi_w%1_%2, 5, 7, 10, dst, dststride, src, srcstride, src2, height, denom, wx0, wx1, ox0, ox1
> -    mov              r6d, denomm
> +cglobal hevc_put_hevc_bi_w%1_%2, 4, 5, 10, dst, dststride, src, src2, height, denom, wx0, wx1, ox0, ox1
> +    mov              r5d, denomm

This is wrong, that should be "4, 6". Strange that it doesn't cause
issues on win64 (linux x86_64 has the 6 first parameters through gprs
anyway).

Will send an updated patch with any additional modification request
from the reviewers.

-- 
Christophe


More information about the ffmpeg-devel mailing list