Searched refs:PHASE_BUFF_SIZE (Results 1 - 4 of 4) sorted by relevance

/external/svox/pico/lib/
H A Dpicodsp.h76 #define PHASE_BUFF_SIZE 5 macro
H A Dpicosig2.h83 picoos_int32 *int_vec42[PHASE_BUFF_SIZE]; /*reserved for phase smoothing - phase buffers */
89 picoos_int16 idx_vect14[PHASE_BUFF_SIZE]; /*reserved for vox_bnd value buffering before phase smoothing*/
H A Dpicosig.c409 for (n_count = 0; n_count < PHASE_BUFF_SIZE-1; n_count++) {
420 for (n_count = 0; n_count < PHASE_BUFF_SIZE-1; n_count++) {
423 sig_subObj->sig_inner.PhsBuff[PHASE_BUFF_SIZE-1]=tmp1;
511 tmp1 = sig_subObj->sig_inner.PhsBuff[PHASE_BUFF_SIZE-1];
513 getPhsFromPdf(this, tmp_int16, tmp1, &(sig_subObj->sig_inner.VoxBndBuff[PHASE_BUFF_SIZE-1]));
516 sig_subObj->sig_inner.VoxBndBuff[PHASE_BUFF_SIZE-1] = 0;
H A Dpicosig2.c302 for (nCount = 0; nCount < PHASE_BUFF_SIZE; nCount++) {
396 for (nCount = 0; nCount < PHASE_BUFF_SIZE; nCount++) {
481 for (i = 0; i < PHASE_BUFF_SIZE; i++) {

Completed in 130 milliseconds