Re: [FFmpeg-devel] Patch: fix bug for POWER8 LE in file avcodec/ppc/fdctdsp.c

2015-04-03 Thread Michael Niedermayer
On Fri, Apr 03, 2015 at 09:14:35PM +0800, rongyan wrote: > Hi, > The attachment please find the patch to fix bug on POWER8 LE for jpeg > picture convert. The fucntion ff_fdct_altivec() is fixed and the macros > VEC_FMERGEH and VEC_FMERGEL are added. > > The fate test results is here: > >

[FFmpeg-devel] Patch: fix bug for POWER8 LE in file avcodec/ppc/fdctdsp.c

2015-04-03 Thread rongyan
Hi, The attachment please find the patch to fix bug on POWER8 LE for jpeg picture convert. The fucntion ff_fdct_altivec() is fixed and the macros VEC_FMERGEH and VEC_FMERGEL are added. The fate test results is here: Thanks for your review. Rong Yan 0001-avcodec-ppc-fdctdsp.c-POWER