Searched refs:nbSubframes (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dsb_celp.h50 int nbSubframes; /**< Number of high-band sub-frames*/ member in struct:SBEncState
105 int nbSubframes; member in struct:SBDecState
H A Dnb_celp.h55 int nbSubframes; /**< Number of sub-frames */ member in struct:EncState
129 int nbSubframes; /**< Number of sub-frames */ member in struct:DecState
H A Dsb_celp.c215 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
[all...]
H A Dnb_celp.c133 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
[all...]
/external/speex/libspeex/
H A Dsb_celp.h50 int nbSubframes; /**< Number of high-band sub-frames*/ member in struct:SBEncState
105 int nbSubframes; member in struct:SBDecState
H A Dnb_celp.h55 int nbSubframes; /**< Number of sub-frames */ member in struct:EncState
129 int nbSubframes; /**< Number of sub-frames */ member in struct:DecState
H A Dsb_celp.c215 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
[all...]
H A Dnb_celp.c133 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
[all...]

Completed in 172 milliseconds