Displaying 3 results from an estimated 3 matches for "lpc_floor".
2005 Dec 06
3
fixed-point compilation
...-I.. -I../include -I../include -I..
-I/home/liselene/projects/speex/speex-1.1.11.1/bin-fixed/include -g -O2 -MT
modes.lo -MD -MP -MF .deps/modes.Tpo -c modes.c -fPIC -DPIC -o
.libs/modes.o
modes.c:390: error: initializer element is not constant
modes.c:390: error: (near initialization for `nb_mode.lpc_floor')
modes.c:395: error: initializer element is not constant
Tks,
----------------------------------------------
Liselene de Abreu Borges
10LE - Linux Embedded Lab
INdT - Nokia Institute of Tecnology
liselene.rs@gmail.com
-------------- next part --------------
An HTML attachment was scrubbed......
2005 Dec 06
0
fixed-point compilation
...sid?re les
> adresses num?riques comme dangereuses:1.1.11.1/bin-fixed/include -g
> -O2 -MT modes.lo -MD -MP -MF .deps/modes.Tpo -c modes.c -fPIC -DPIC
> -o .libs/modes.o
> modes.c:390: error: initializer element is not constant
> modes.c:390: error: (near initialization for `nb_mode.lpc_floor')
> modes.c:395: error: initializer element is not constant
>
> Tks,
> ----------------------------------------------
> Liselene de Abreu Borges
> 10LE - Linux Embedded Lab
> INdT - Nokia Institute of Tecnology
> liselene.rs@gmail.com
>
>
> __________________...
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...t;subframeSize;
st->subframeSize=mode->subframeSize;
st->lpcSize = mode->lpcSize;
st->gamma1=mode->gamma1;
st->gamma2=mode->gamma2;
st->min_pitch=mode->pitchStart;
st->max_pitch=mode->pitchEnd;
st->lag_factor=mode->lag_factor;
st->lpc_floor = mode->lpc_floor;
st->submodes=mode->submodes;
st->submodeID=st->submodeSelect=mode->defaultSubmode;
st->bounded_pitch = 1;
st->encode_submode = 1;
#ifdef EPIC_48K
st->lbr_48k=mode->lbr48k;
#endif
/* Allocating input buffer */
st->inBuf = sp...