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

  /external/svox/pico/lib/
picosig2.h 82 picoos_int32 *int_vec41[CEPST_BUFF_SIZE]; /*reserved for phase smoothing - cepstrum buffers */
85 picoos_int16 idx_vect10[CEPST_BUFF_SIZE]; /*reserved for pitch value buffering before phase smoothing*/
86 picoos_int16 idx_vect11[CEPST_BUFF_SIZE]; /*reserved for phonetic value bufferingid before phase smoothing*/
87 picoos_int16 idx_vect12[CEPST_BUFF_SIZE]; /*reserved for voicing value bufferingbefore phase smoothing*/
88 picoos_int16 idx_vect13[CEPST_BUFF_SIZE]; /*reserved for unrectified pitch value bufferingbefore phase smoothing*/
picodsp.h 75 #define CEPST_BUFF_SIZE 3
picosig.c 403 for (n_count = 0; n_count < CEPST_BUFF_SIZE-1; n_count++) {
414 for (n_count = 0; n_count < CEPST_BUFF_SIZE-1; n_count++) {
417 sig_subObj->sig_inner.CepBuff[CEPST_BUFF_SIZE-1]=tmp1;
436 sig_subObj->sig_inner.PhIdBuff[CEPST_BUFF_SIZE-1] = (picoos_int16) tmp_uint16; /*store into newest*/
447 sig_subObj->sig_inner.F0Buff[CEPST_BUFF_SIZE-1] = (picoos_int16) tmp_uint16;/*store into newest*/
466 sig_subObj->sig_inner.VoicingBuff[CEPST_BUFF_SIZE-1] = (picoos_int16) tmp_uint16;/*store into newest*/
479 sig_subObj->sig_inner.FuVBuff[CEPST_BUFF_SIZE-1] = (picoos_int16) tmp_uint16;/*store into newest*/
491 tmp1 = sig_subObj->sig_inner.CepBuff[CEPST_BUFF_SIZE-1]; /*store into CURR */
    [all...]
picosig2.c 292 for (nCount = 0; nCount < CEPST_BUFF_SIZE; nCount++) {
389 for (nCount = 0; nCount < CEPST_BUFF_SIZE; nCount++) {
467 for (i = 0; i < CEPST_BUFF_SIZE; i++) {
    [all...]

Completed in 60 milliseconds