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