Home | History | Annotate | Download | only in libspeex

Lines Matching full:nbsubframes

133    st->nbSubframes=mode->frameSize/mode->subframeSize;
183 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t));
186 st->pitch = (int*)speex_alloc((st->nbSubframes)*sizeof(int));
344 lsp_interpolate(st->old_lsp, lsp, interp_lsp, st->lpcSize, st->nbSubframes, st->nbSubframes<<1);
647 for (sub=0;sub<st->nbSubframes;sub++)
663 lsp_interpolate(st->old_lsp, lsp, interp_lsp, st->lpcSize, sub, st->nbSubframes);
664 lsp_interpolate(st->old_qlsp, qlsp, interp_qlsp, st->lpcSize, sub, st->nbSubframes);
689 float fact = ((float)sub+1.0f)/st->nbSubframes;
948 st->nbSubframes=mode->frameSize/mode->subframeSize;
966 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t));
1299 for (sub=0;sub<st->nbSubframes;sub++)
1501 for (sub=0;sub<st->nbSubframes;sub++)
1514 lsp_interpolate(st->old_qlsp, qlsp, interp_qlsp, st->lpcSize, sub, st->nbSubframes);
1748 for (i=0;i<st->nbSubframes;i++)
1755 for (i=0;i<st->nbSubframes;i++)
1875 for (i=0;i<st->nbSubframes;i++)
1882 for (i=0;i<st->nbSubframes;i++)