Displaying 4 results from an estimated 4 matches for "ac32".
Did you mean:
a32
2005 Nov 05
2
Noisy sound quality with Blackfin in WB-mode
Hello Jean-Marc,
> Got any luck with the Blackfin stuff? One thing I forgot mentioning that
> would probably help a lot in narrowing down the bug is to simply disable
> assembly functions one by one and see which one breaks Speex.
sorry that I didn't reply for some days. Unfortunately I had some other serious
problems with my software which are not related to Speex. I hope to solve
2005 Nov 12
2
Noisy sound quality with Blackfin in WB-mode
...on't have my setup working at the moment, but could you test the
following patch:
Index: lpc_bfin.h
===================================================================
--- lpc_bfin.h (r?vision 10333)
+++ lpc_bfin.h (copie de travail)
@@ -47,7 +47,7 @@
spx_word32_t ac0=1;
spx_word32_t ac32[11], *ac32top;
int shift, ac_shift;
- ac32top = ac32+10;
+ ac32top = ac32+lag-1;
int lag_1, N_lag;
int nshift;
lag_1 = lag-1;
Let me know if it works.
Jean-Marc
Le mercredi 09 novembre 2005 ? 14:02 +0100, Bernhard Gerlach a ?crit :
> Hello Jean-Marc,
>
> I disabled...
2005 Nov 09
0
Noisy sound quality with Blackfin in WB-mode
...e by one and found
the error in libspeex/lpc_bfin.h in the autocorrelation computation.
Compared to the fixed-point-variant of that function (from lpc.c),
the blackfin-code produces correct values except for the zero offset
value. Additionally, the loop after the ASM-code assigned values
(ac32) wrong to the functions output structure (ac). I added a loop
to compute ac0-value correctly and another loop, that moves ac32-
values to ac. I checked my code with debug printf's comparing
Blackfin-ASM-computed values against fixed-point-variant values and
found the values to be general...
2013 Dec 10
4
Structure needs cleaning on some files
...ath/to/file.xml => -1 (Structure needs
cleaning)
We are using gluster 3.4.1-3 on CentOS6.
Our servers are 64-bit, our clients 32-bit (we are already using
--enable-ino32 on the mountpoint)
This is my gluster configuration:
Volume Name: testvolume
Type: Replicate
Volume ID: ca9c2f87-5d5b-4439-ac32-b7c138916df7
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: SRV-1:/gluster/brick1
Brick2: SRV-2:/gluster/brick2
Options Reconfigured:
performance.force-readdirp: on
performance.stat-prefetch: off
network.ping-timeout: 5
And this is how the applications work:
We hav...