Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-26 Thread myp...@gmail.com
On Mon, Jul 23, 2018 at 2:33 AM Marton Balint wrote: > > > > On Tue, 17 Jul 2018, myp...@gmail.com wrote: > > > On Sun, Jul 15, 2018 at 1:03 AM Michael Niedermayer > > wrote: > >> > >> On Sat, Jul > >> 14, 2018 at 12:04:46PM +0200, Marton Balint wrote: > >> > > >> > > >> > On Sat, 14 Jul 2018, Mi

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-22 Thread Marton Balint
On Tue, 17 Jul 2018, myp...@gmail.com wrote: On Sun, Jul 15, 2018 at 1:03 AM Michael Niedermayer wrote: On Sat, Jul 14, 2018 at 12:04:46PM +0200, Marton Balint wrote: > > > On Sat, 14 Jul 2018, Michael Niedermayer wrote: > > >On Fri, Jul 13, 2018 at 10:51:00AM +0200, Marton Balint wrote: >

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-16 Thread myp...@gmail.com
On Sun, Jul 15, 2018 at 1:03 AM Michael Niedermayer wrote: > > On Sat, Jul > 14, 2018 at 12:04:46PM +0200, Marton Balint wrote: > > > > > > On Sat, 14 Jul 2018, Michael Niedermayer wrote: > > > > >On Fri, Jul 13, 2018 at 10:51:00AM +0200, Marton Balint wrote: > > >> > > >> > > >>On Thu, 12 Jul 201

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-14 Thread Michael Niedermayer
On Sat, Jul 14, 2018 at 12:04:46PM +0200, Marton Balint wrote: > > > On Sat, 14 Jul 2018, Michael Niedermayer wrote: > > >On Fri, Jul 13, 2018 at 10:51:00AM +0200, Marton Balint wrote: > >> > >> > >>On Thu, 12 Jul 2018, myp...@gmail.com wrote: > >> > >>>On Thu, Jul 12, 2018 at 12:43 AM Marton Ba

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-14 Thread Marton Balint
On Sat, 14 Jul 2018, Michael Niedermayer wrote: On Fri, Jul 13, 2018 at 10:51:00AM +0200, Marton Balint wrote: On Thu, 12 Jul 2018, myp...@gmail.com wrote: On Thu, Jul 12, 2018 at 12:43 AM Marton Balint wrote: On Wed, 11 Jul 2018, Jun Zhao wrote: use pixelutils API for sad in motio

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-13 Thread Michael Niedermayer
On Fri, Jul 13, 2018 at 10:51:00AM +0200, Marton Balint wrote: > > > On Thu, 12 Jul 2018, myp...@gmail.com wrote: > > >On Thu, Jul 12, 2018 at 12:43 AM Marton Balint wrote: > >> > >> > >> > >>On Wed, 11 Jul 2018, Jun Zhao wrote: > >> > >>> use pixelutils API for sad in motion estimation. > >> >

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-13 Thread Marton Balint
On Thu, 12 Jul 2018, myp...@gmail.com wrote: On Thu, Jul 12, 2018 at 12:43 AM Marton Balint wrote: On Wed, 11 Jul 2018, Jun Zhao wrote: > use pixelutils API for sad in motion estimation. Does it make sense to improve this code? I thought a superior and faster approach was a result of 20

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-11 Thread myp...@gmail.com
On Thu, Jul 12, 2018 at 12:43 AM Marton Balint wrote: > > > > On Wed, 11 Jul 2018, Jun Zhao wrote: > > > use pixelutils API for sad in motion estimation. > > Does it make sense to improve this code? I thought a superior and faster > approach was a result of 2017 GSOC task: > > https://docs.google.

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-11 Thread Marton Balint
On Wed, 11 Jul 2018, Jun Zhao wrote: use pixelutils API for sad in motion estimation. Does it make sense to improve this code? I thought a superior and faster approach was a result of 2017 GSOC task: https://docs.google.com/document/d/1Hyh_rxP1KGsVkg7i7yU8Bcv92z0LIL4r-axpoKfvMFk/edit May

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-10 Thread Zhao Jun
On Wed, Jul 11, 2018 at 8:31 AM Michael Niedermayer wrote: > > On Wed, Jul 11, 2018 at 06:37:37AM +0800, Jun Zhao wrote: > > use pixelutils API for sad in motion estimation. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/motion_estimation.c | 12 +--- > > libavfilter/motion_es

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-10 Thread Zhao Jun
On Wed, Jul 11, 2018 at 7:47 AM Carl Eugen Hoyos wrote: > > 2018-07-11 0:37 GMT+02:00, Jun Zhao : > > use pixelutils API for sad in motion estimation. > > Some performance number make sense for the commit message imo. > > Carl Eugen Will update performance number in next version, Thanks __

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-10 Thread Michael Niedermayer
On Wed, Jul 11, 2018 at 06:37:37AM +0800, Jun Zhao wrote: > use pixelutils API for sad in motion estimation. > > Signed-off-by: Jun Zhao > --- > libavfilter/motion_estimation.c | 12 +--- > libavfilter/motion_estimation.h |2 ++ > 2 files changed, 11 insertions(+), 3 deletions(-) >

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-10 Thread Carl Eugen Hoyos
2018-07-11 0:37 GMT+02:00, Jun Zhao : > use pixelutils API for sad in motion estimation. Some performance number make sense for the commit message imo. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/f

[FFmpeg-devel] [PATCH 3/3] lavfi/motion_estimation: use pixelutils API for sad.

2018-07-10 Thread Jun Zhao
use pixelutils API for sad in motion estimation. Signed-off-by: Jun Zhao --- libavfilter/motion_estimation.c | 12 +--- libavfilter/motion_estimation.h |2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/libavfilter/motion_estimation.c b/libavfilter/motion_estima