Home | History | Annotate | Download | only in source

Lines Matching refs:FRAMESAMPLES

53  in: a length FRAMESAMPLES array of input samples
91 float tempinoutvec[FRAMESAMPLES+MAX_AR_MODEL_ORDER];
92 float tempin_ch1[FRAMESAMPLES+MAX_AR_MODEL_ORDER];
93 float tempin_ch2[FRAMESAMPLES+MAX_AR_MODEL_ORDER];
94 float in[FRAMESAMPLES];
100 for (k=0;k<FRAMESAMPLES;k++) {
128 tempinoutvec[k] = in[FRAMESAMPLES-1-2*k];
160 prefiltdata->INLABUF1_float[k]=in[FRAMESAMPLES-1-2*k];
170 tempinoutvec[k] = in[FRAMESAMPLES-2-2*k];
191 prefiltdata->INLABUF2_float[k]=in[FRAMESAMPLES-2-2*k];
272 output signal of length FRAMESAMPLES. WebRtcIsac_FilterAndCombine
282 Out: a length FRAMESAMPLES array of output reconstructed
293 float tempin_ch1[FRAMESAMPLES+MAX_AR_MODEL_ORDER];
294 float tempin_ch2[FRAMESAMPLES+MAX_AR_MODEL_ORDER];
327 for (k=0;k<FRAMESAMPLES;k++) {
337 for (k=0;k<FRAMESAMPLES;k++) {