HomeSort by relevance Sort by last modified time
    Searched refs:nbSubframes (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
sb_celp.h 50 int nbSubframes; /**< Number of high-band sub-frames*/
105 int nbSubframes;
nb_celp.h 55 int nbSubframes; /**< Number of sub-frames */
129 int nbSubframes; /**< Number of sub-frames */
sb_celp.c 215 st->nbSubframes = mode->frameSize/mode->subframeSize;
245 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t));
246 st->exc_rms = (spx_word16_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word16_t));
351 ALLOC(low_innov_rms, st->nbSubframes, spx_word16_t);
361 ALLOC(low_pi_gain, st->nbSubframes, spx_word32_t);
362 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t);
548 for (sub=0;sub<st->nbSubframes;sub++)
566 lsp_interpolate(st->old_lsp, lsp, interp_lsp, st->lpcSize, sub, st->nbSubframes);
567 lsp_interpolate(st->old_qlsp, qlsp, interp_qlsp, st->lpcSize, sub, st->nbSubframes);
778 st->nbSubframes = mode->frameSize/mode->subframeSize
    [all...]
nb_celp.c 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
    [all...]

Completed in 405 milliseconds