Re: [PATCH v3 08/12] intel-ipu3: params: compute and program ccs

2017-10-20 Thread Sakari Ailus
On Fri, Oct 20, 2017 at 02:51:07PM +, Zhi, Yong wrote: > > > + /* flip table to for convolution reverse indexing */ > > > + s64 coeff = coeffs[coeffs_size - > > > + ((tap * (coeffs_size / taps)) + > > > +

RE: [PATCH v3 08/12] intel-ipu3: params: compute and program ccs

2017-10-20 Thread Zhi, Yong
, Jerry W > Subject: Re: [PATCH v3 08/12] intel-ipu3: params: compute and program ccs > > Hi Yong, > > On Tue, Jul 18, 2017 at 10:13:40PM -0500, Yong Zhi wrote: > > A collection of routines that are mainly responsible to calculate the > > acc parameters. > > &g

Re: [PATCH v3 08/12] intel-ipu3: params: compute and program ccs

2017-10-20 Thread Sakari Ailus
Hi Yong, On Tue, Jul 18, 2017 at 10:13:40PM -0500, Yong Zhi wrote: > A collection of routines that are mainly responsible > to calculate the acc parameters. > > Signed-off-by: Yong Zhi > --- > drivers/media/pci/intel/ipu3/ipu3-css-params.c | 3114 > > drivers/media/pci

[PATCH v3 08/12] intel-ipu3: params: compute and program ccs

2017-07-18 Thread Yong Zhi
A collection of routines that are mainly responsible to calculate the acc parameters. Signed-off-by: Yong Zhi --- drivers/media/pci/intel/ipu3/ipu3-css-params.c | 3114 drivers/media/pci/intel/ipu3/ipu3-css-params.h | 105 + drivers/media/pci/intel/ipu3/ipu3-css.h