Lines Matching refs:spx_word16_t
116 static const spx_word16_t gc_quant_bound[16] = {125, 164, 215, 282, 370, 484, 635, 832, 1090, 1428, 1871, 2452, 3213, 4210, 5516, 7228};
117 static const spx_word16_t fold_quant_bound[32] = {
128 static const spx_word16_t gc_quant_bound[16] = {
131 static const spx_word16_t fold_quant_bound[32] = {
146 static const spx_word16_t h0[64] = {2, -7, -7, 18, 15, -39, -25, 75, 35, -130, -41, 212, 38, -327, -17, 483, -32, -689, 124, 956, -283, -1307, 543, 1780, -973, -2467, 1733, 3633, -3339, -6409, 9059, 30153, 30153, 9059, -6409, -3339, 3633, 1733, -2467, -973, 1780, 543, -1307, -283, 956, 124, -689, -32, 483, -17, -327, 38, 212, -41, -130, 35, 75, -25, -39, 15, 18, -7, -7, 2};
186 extern const spx_word16_t lag_window[];
187 extern const spx_word16_t lpc_window[];
233 st->high=(spx_word16_t*)speex_alloc((st->windowSize-st->frame_size)*sizeof(spx_word16_t));
235 st->h0_mem=(spx_word16_t*)speex_alloc((QMF_ORDER)*sizeof(spx_word16_t));
236 st->h1_mem=(spx_word16_t*)speex_alloc((QMF_ORDER)*sizeof(spx_word16_t));
246 st->exc_rms = (spx_word16_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word16_t));
311 VARDECL(spx_word16_t *target);
312 VARDECL(spx_word16_t *syn_resp);
314 spx_word16_t *low;
315 spx_word16_t *high;
316 VARDECL(spx_word16_t *low_exc_rms);
317 VARDECL(spx_word16_t *low_innov_rms);
320 spx_word16_t *in = (spx_word16_t*)vin;
321 spx_word16_t e_low=0, e_high=0;
351 ALLOC(low_innov_rms, st->nbSubframes, spx_word16_t);
362 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t);
384 VARDECL(spx_word16_t *autocorr);
385 VARDECL(spx_word16_t *w_sig);
386 ALLOC(autocorr, st->lpcSize+1, spx_word16_t);
387 ALLOC(w_sig, st->windowSize, spx_word16_t);
544 ALLOC(syn_resp, st->subframeSize, spx_word16_t);
546 ALLOC(target, st->subframeSize, spx_word16_t);
550 VARDECL(spx_word16_t *exc);
551 VARDECL(spx_word16_t *res);
552 VARDECL(spx_word16_t *sw);
553 spx_word16_t *sp;
554 spx_word16_t filter_ratio; /*Q7*/
557 spx_word16_t eh=0;
561 ALLOC(exc, st->subframeSize, spx_word16_t);
562 ALLOC(res, st->subframeSize, spx_word16_t);
563 ALLOC(sw, st->subframeSize, spx_word16_t);
603 spx_word16_t el; /*Q0*/
642 spx_word16_t gc; /*Q7*/
644 spx_word16_t el; /*Q0*/
790 st->g0_mem = (spx_word16_t*)speex_alloc((QMF_ORDER)*sizeof(spx_word16_t));
791 st->g1_mem = (spx_word16_t*)speex_alloc((QMF_ORDER)*sizeof(spx_word16_t));
793 st->excBuf = (spx_word16_t*)speex_alloc((st->subframeSize)*sizeof(spx_word16_t));
799 st->exc_rms = (spx_word16_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word16_t));
835 static void sb_decode_lost(SBDecState *st, spx_word16_t *out, int dtx, char *stack)
881 VARDECL(spx_word16_t *low_exc_rms);
887 spx_word16_t *out = (spx_word16_t*)vout;
888 spx_word16_t *low_innov_alias;
963 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t);
982 spx_word16_t *innov_save=NULL;
983 spx_word16_t *sp;
984 spx_word16_t filter_ratio;
985 spx_word16_t el=0;
1043 spx_word16_t gc;
1336 ((spx_word16_t*)ptr)[i] = st->exc_rms[i];
1345 st->innov_rms_save = (spx_word16_t*)ptr;
1465 ((spx_word16_t*)ptr)[i] = st->exc_rms[i];
1472 st->innov_save = (spx_word16_t*)ptr;