[FFmpeg-devel] [PATCH 1/3] x86: simple_idct10_template: use const
Ronald S. Bultje
rsbultje at gmail.com
Tue Oct 13 22:10:15 CEST 2015
Hi,
On Tue, Oct 13, 2015 at 3:21 PM, Christophe Gisquet <
christophe.gisquet at gmail.com> wrote:
> This avoid going through constants.c while still sharing them
> with proresdsp.asm
> ---
> libavcodec/x86/constants.c | 28
> ----------------------------
> libavcodec/x86/constants.h | 16 ----------------
> libavcodec/x86/proresdsp.asm | 13 +++++++++++++
> libavcodec/x86/simple_idct10.asm | 26 ++++++++++++++++++++++++++
> libavcodec/x86/simple_idct10_template.asm | 13 -------------
> 5 files changed, 39 insertions(+), 57 deletions(-)
Wonderful, thank you! LGTM.
Ronald
More information about the ffmpeg-devel
mailing list