search for: mapping_matrix_multiply_short_out

Displaying 14 results from an estimated 14 matches for "mapping_matrix_multiply_short_out".

2017 Nov 23
2
[PATCH] Fix memory issue in Projection API
got it. actually that patch i sent you has something wrong with the mapping_matrix_multiply_short_out... let me fix that and will send you another patch soon. Cheers, Drew On Thu, Nov 23, 2017 at 10:34 AM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > On 11/23/2017 01:28 PM, Drew Allen wrote: > > To your first point, I was only trying to copy how _multistream_'s c > >...
2017 Nov 24
3
[PATCH] Fix memory issue in Projection API
...ating point (#else case), you shouldn't need shifting since you're > already doing the scaling through a float multiply. > > Jean-Marc > > On 11/23/2017 01:39 PM, Drew Allen wrote: > > got it. actually that patch i sent you has something wrong with the > > mapping_matrix_multiply_short_out... let me fix that and will send you > > another patch soon. > > > > Cheers, > > Drew > > > > On Thu, Nov 23, 2017 at 10:34 AM Jean-Marc Valin <jmvalin at jmvalin.ca > > <mailto:jmvalin at jmvalin.ca>> wrote: > > > > On 11/23/201...
2017 Dec 04
3
[PATCH] Fix memory issue in Projection API
...ng since you're > > already doing the scaling through a float multiply. > > > > Jean-Marc > > > > On 11/23/2017 01:39 PM, Drew Allen wrote: > > > got it. actually that patch i sent you has something wrong with the > > > mapping_matrix_multiply_short_out... let me fix that and will send > you > > > another patch soon. > > > > > > Cheers, > > > Drew > > > > > > On Thu, Nov 23, 2017 at 10:34 AM Jean-Marc Valin > > <jmvalin at jmvalin.ca <mailto:jmvalin at...
2017 Nov 24
2
[PATCH] Fix memory issue in Projection API
...ng since you're > > already doing the scaling through a float multiply. > > > > Jean-Marc > > > > On 11/23/2017 01:39 PM, Drew Allen wrote: > > > got it. actually that patch i sent you has something wrong with the > > > mapping_matrix_multiply_short_out... let me fix that and will send > you > > > another patch soon. > > > > > > Cheers, > > > Drew > > > > > > On Thu, Nov 23, 2017 at 10:34 AM Jean-Marc Valin > > <jmvalin at jmvalin.ca <mailto:jmvalin at...
2017 Nov 23
0
[PATCH] Fix memory issue in Projection API
...ng with the in_short() function. For floating point (#else case), you shouldn't need shifting since you're already doing the scaling through a float multiply. Jean-Marc On 11/23/2017 01:39 PM, Drew Allen wrote: > got it. actually that patch i sent you has something wrong with the > mapping_matrix_multiply_short_out... let me fix that and will send you > another patch soon. > > Cheers, > Drew > > On Thu, Nov 23, 2017 at 10:34 AM Jean-Marc Valin <jmvalin at jmvalin.ca > <mailto:jmvalin at jmvalin.ca>> wrote: > > On 11/23/2017 01:28 PM, Drew Allen wrote: > &gt...
2017 Nov 24
0
[PATCH] Fix memory issue in Projection API
...e), you shouldn't need shifting since you're > already doing the scaling through a float multiply. > >         Jean-Marc > > On 11/23/2017 01:39 PM, Drew Allen wrote: > > got it. actually that patch i sent you has something wrong with the > > mapping_matrix_multiply_short_out... let me fix that and will send you > > another patch soon. > > > > Cheers, > > Drew > > > > On Thu, Nov 23, 2017 at 10:34 AM Jean-Marc Valin > <jmvalin at jmvalin.ca <mailto:jmvalin at jmvalin.ca> > > <mailto...
2017 Nov 28
2
[PATCH] Fix memory issue in Projection API
...hrough a float multiply. > > > >             Jean-Marc > > > >     On 11/23/2017 01:39 PM, Drew Allen wrote: > >     > got it. actually that patch i sent you has something > wrong with the > >     > mapping_matrix_multiply_short_out... let me fix that and > will send you > >     > another patch soon. > >     > > >     > Cheers, > >     > Drew > >     > > >     > On Thu, Nov 23, 2017 at 10:34 AM Jean-Marc Valin >...
2017 Nov 27
0
[PATCH] Fix memory issue in Projection API
...already doing the scaling through a float multiply. >> > >> > Jean-Marc >> > >> > On 11/23/2017 01:39 PM, Drew Allen wrote: >> > > got it. actually that patch i sent you has something wrong with >> the >> > > mapping_matrix_multiply_short_out... let me fix that and will >> send you >> > > another patch soon. >> > > >> > > Cheers, >> > > Drew >> > > >> > > On Thu, Nov 23, 2017 at 10:34 AM Jean-Marc Valin >> > <jmvalin at...
2017 Dec 07
0
[PATCH] Fix memory issue in Projection API
... already doing the scaling through a float multiply. > > > >             Jean-Marc > > > >     On 11/23/2017 01:39 PM, Drew Allen wrote: > >     > got it. actually that patch i sent you has something wrong > with the > >     > mapping_matrix_multiply_short_out... let me fix that and > will send you > >     > another patch soon. > >     > > >     > Cheers, > >     > Drew > >     > > >     > On Thu, Nov 23, 2017 at 10:34 AM Jean-Marc Valin > >     <jmvalin at...
2017 Nov 28
0
[PATCH] Fix memory issue in Projection API
...> > > > Jean-Marc > > > > > > On 11/23/2017 01:39 PM, Drew Allen wrote: > > > > got it. actually that patch i sent you has something > > wrong with the > > > > mapping_matrix_multiply_short_out... let me fix that and > > will send you > > > > another patch soon. > > > > > > > > Cheers, > > > > Drew > > > > > > > > On Thu, Nov 23, 201...
2017 Nov 28
3
[PATCH] Fix memory issue in Projection API
...t;         >             Jean-Marc > >         > > >         >     On 11/23/2017 01:39 PM, Drew Allen wrote: > >         >     > got it. actually that patch i sent you has something > >         wrong with the > >         >     > mapping_matrix_multiply_short_out... let me fix > that and > >         will send you > >         >     > another patch soon. > >         >     > > >         >     > Cheers, > >         >     > Drew > >         >     > > >     ...
2017 Nov 23
2
[PATCH] Fix memory issue in Projection API
Hey Jean-Marc, Thanks again! To your first point, I was only trying to copy how _multistream_'s c files function in this way, possibly that's worth refactoring as well (as a separate patch). I made the other changes you suggested. Cheers, Drew On Thu, Nov 23, 2017 at 9:02 AM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > On 11/22/2017 06:23 PM, Drew Allen wrote: >
2017 Nov 29
0
Antw: Re: [PATCH] Fix memory issue in Projection API
...Jean-Marc >> > > >> > > On 11/23/2017 01:39 PM, Drew Allen wrote: >> > > > got it. actually that patch i sent you has something >> > wrong with the >> > > > mapping_matrix_multiply_short_out... let me fix >> that and >> > will send you >> > > > another patch soon. >> > > > >> > > > Cheers, >> > > > Drew >> > >...
2017 Nov 30
0
Antw: Re: [PATCH] Fix memory issue in Projection API
...;>>     >         >     On 11/23/2017 01:39 PM, Drew Allen wrote: > >>>     >         >     > got it. actually that patch i sent you has > something > >>>     >         wrong with the > >>>     >         >     > mapping_matrix_multiply_short_out... let > me fix > >>>     that and > >>>     >         will send you > >>>     >         >     > another patch soon. > >>>     >         >     > > >>>     >         >     > Cheers, &...