search for: c27cf03

Displaying 2 results from an estimated 2 matches for "c27cf03".

Did you mean: 127bf03
2016 Jul 06
1
opus Digest, Vol 90, Issue 4
...apping areas > Message-ID: <1467638292-19376-1-git-send-email-tmatth at videolan.org> > > Fixes CID 1227580 > --- > silk/process_NLSFs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/silk/process_NLSFs.c b/silk/process_NLSFs.c > index c27cf03..d9123ef 100644 > --- a/silk/process_NLSFs.c > +++ b/silk/process_NLSFs.c > @@ -100,6 +100,6 @@ void silk_process_NLSFs( > > } else { > /* Copy LPC coefficients for first half from second half */ > - silk_memcpy( PredCoef_Q12[ 0 ], PredCoef_Q12[ 1 ], > p...
2016 Jul 04
1
[PATCH] SILK: use silk_memmove for potentially overlapping areas
Fixes CID 1227580 --- silk/process_NLSFs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silk/process_NLSFs.c b/silk/process_NLSFs.c index c27cf03..d9123ef 100644 --- a/silk/process_NLSFs.c +++ b/silk/process_NLSFs.c @@ -100,6 +100,6 @@ void silk_process_NLSFs( } else { /* Copy LPC coefficients for first half from second half */ - silk_memcpy( PredCoef_Q12[ 0 ], PredCoef_Q12[ 1 ], psEncC->predictLPCOrder * sizeof( op...