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

  /external/svox/pico/lib/
picodsp.h 76 #define PHASE_BUFF_SIZE 5
picosig2.h 83 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*/
picosig.c 409 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;
    [all...]
picosig2.c 301 for (nCount = 0; nCount < PHASE_BUFF_SIZE; nCount++) {
395 for (nCount = 0; nCount < PHASE_BUFF_SIZE; nCount++) {
480 for (i = 0; i < PHASE_BUFF_SIZE; i++) {
    [all...]

Completed in 45 milliseconds