Lines Matching refs:ps_size
180 int ps_size; /**< Number of points in the power spectrum */
201 spx_word16_t *frame; /**< Processing frame (2*ps_size) */
202 spx_word16_t *ft; /**< Processing frame in freq domain (2*ps_size) */
399 /* Round ps_size down to the nearest power of two */
402 st->ps_size = st->frame_size;
405 if (st->ps_size & ~i)
407 st->ps_size &= ~i;
415 if (st->ps_size < 3*st->frame_size/4)
416 st->ps_size = st->ps_size * 3 / 2;
418 st->ps_size = st->frame_size;
421 N = st->ps_size;
470 for (i=2*N3;i<2*st->ps_size;i++)
568 int N = st->ps_size;
617 int N = st->ps_size;
664 int N = st->ps_size;
726 int N = st->ps_size;
1012 int N = st->ps_size;
1105 for (i=0;i<st->ps_size;i++)
1180 (*(spx_int32_t*)ptr) = st->ps_size;
1183 for(i=0;i<st->ps_size;i++)
1187 for(i=0;i<st->ps_size;i++)