Re: [FFmpeg-devel] [patch 1/3]Fix bug for POWER LE: /libavcodec/ppc/me_cmp.c

2014-11-04 Thread Michael Niedermayer
On Sat, Nov 01, 2014 at 09:37:20PM -0700, Timothy Gu wrote: > 你好: > Hi, > > On Friday, October 31, 2014, Michael Niedermayer wrote: > > > > > Why do you keep sending patches which duplicate code? > > > > Maybe someone can translate this to a language you understand > > better then english: > >

Re: [FFmpeg-devel] [patch 1/3]Fix bug for POWER LE:/libavcodec/ppc/me_cmp.c

2014-11-04 Thread Michael Niedermayer
On Tue, Nov 04, 2014 at 03:05:24PM +0800, rongyan wrote: > Hi, > There are 3 patches to fix bugs for POWER8 little endian. I will send 3 > patches in 3 different email. This is the first, functions > hadamard8_diff8x8_altivec()hadamard8_diff16x8_altivec() > sad16_x2_altivec() > sa

[FFmpeg-devel] [patch 1/3]Fix bug for POWER LE:/libavcodec/ppc/me_cmp.c

2014-11-03 Thread rongyan
Hi, There are 3 patches to fix bugs for POWER8 little endian. I will send 3 patches in 3 different email. This is the first, functions hadamard8_diff8x8_altivec()hadamard8_diff16x8_altivec() sad16_x2_altivec() sad16_y2_altivec() sad16_xy2_altivec() sad16_altivec() sad8

[FFmpeg-devel] ?????? [patch 1/3]Fix bug for POWER LE:/libavcodec/ppc/me_cmp.c

2014-11-02 Thread rongyan
: "Timothy Gu";; : 2014??11??2??(??) 12:37 ??: "FFmpeg development discussions and patches"; ????: Re: [FFmpeg-devel] [patch 1/3]Fix bug for POWER LE:/libavcodec/ppc/me_cmp.c ?? Hi, On Friday, October 31, 2014, Michael Niedermayer wrote

Re: [FFmpeg-devel] [patch 1/3]Fix bug for POWER LE: /libavcodec/ppc/me_cmp.c

2014-11-01 Thread Timothy Gu
你好: Hi, On Friday, October 31, 2014, Michael Niedermayer wrote: > > Why do you keep sending patches which duplicate code? > > Maybe someone can translate this to a language you understand > better then english: This is an Chinese translation. Hope this helps. 我把Michael的邮件翻译了一下。 > > Code dupl

Re: [FFmpeg-devel] [patch 1/3]Fix bug for POWER LE: /libavcodec/ppc/me_cmp.c

2014-10-31 Thread Michael Niedermayer
On Fri, Oct 31, 2014 at 01:03:58PM +0100, Michael Niedermayer wrote: > On Fri, Oct 31, 2014 at 06:45:51PM +0800, rongyan wrote: > > Hi, > > There are 3 patches to fix bugs for POWER8 little endian. I will send 3 > > patches in 3 different email. This is the first, functions sad8_altivec() > > sse

Re: [FFmpeg-devel] [patch 1/3]Fix bug for POWER LE: /libavcodec/ppc/me_cmp.c

2014-10-31 Thread Michael Niedermayer
On Fri, Oct 31, 2014 at 06:45:51PM +0800, rongyan wrote: > Hi, > There are 3 patches to fix bugs for POWER8 little endian. I will send 3 > patches in 3 different email. This is the first, functions sad8_altivec() > sse8_altivec(), hadamard8_diff8x8_altivec(), hadamard8_diff16x8_altivec() are > f

[FFmpeg-devel] [patch 1/3]Fix bug for POWER LE: /libavcodec/ppc/me_cmp.c

2014-10-31 Thread rongyan
Hi, There are 3 patches to fix bugs for POWER8 little endian. I will send 3 patches in 3 different email. This is the first, functions sad8_altivec() sse8_altivec(), hadamard8_diff8x8_altivec(), hadamard8_diff16x8_altivec() are fixed. The fate test result after merge these 3 patches can be foun