search for: real_exc

Displaying 1 result from an estimated 1 matches for "real_exc".

2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...d *vin, SpeexBits *bits) { EncState *st; int i, sub, roots; int ol_pitch; spx_word16_t ol_pitch_coef; spx_word32_t ol_gain; VARDECL(spx_sig_t *res); VARDECL(spx_sig_t *target); VARDECL(spx_mem_t *mem); char *stack; VARDECL(spx_word16_t *syn_resp); VARDECL(spx_sig_t *real_exc); #ifdef EPIC_48K int pitch_half[2]; int ol_pitch_id=0; #endif spx_word16_t *in = vin; st=(EncState *)state; stack=st->stack; /* Copy new data in input buffer */ speex_move(st->inBuf, st->inBuf+st->frameSize, (st->windowSize-st->frameSize)*sizeof(spx_sig_t)...