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

  /external/speex/libspeex/
cb_search.h 58 int nsf, /* number of samples in subframe */
70 int nsf, /* number of samples in subframe */
84 int nsf, /* number of samples in subframe */
97 int nsf, /* number of samples in subframe */
cb_search.c 107 int nsf, /* number of samples in subframe */
147 ALLOC(t, nsf, spx_word16_t);
148 ALLOC(e, nsf, spx_sig_t);
151 SPEEX_COPY(t, target, nsf);
218 target_update(t+subvect_size*(i+1), g, r+q, nsf-subvect_size*(i+1));
224 for (j=0;j<nsf;j++)
231 ALLOC(r2, nsf, spx_word16_t);
232 for (j=0;j<nsf;j++)
234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack);
235 for (j=0;j<nsf;j++
    [all...]
ltp.h 70 int nsf, /* Number of samples in subframe */
89 int nsf, /* Number of samples in subframe */
113 int nsf, /* Number of samples in subframe */
132 int nsf, /* Number of samples in subframe */
ltp.c 358 int nsf, /* Number of samples in subframe */
381 ALLOC(tmp1, 3*nsf, spx_word16_t);
382 ALLOC(e, nsf, spx_word16_t);
388 x[1]=tmp1+nsf;
389 x[2]=tmp1+2*nsf;
391 for (j=0;j<nsf;j++)
398 for (j=0;j<nsf;j++)
411 for (j=0;j<nsf;j++)
413 for (j=0;j<nsf;j++)
419 iir_mem16(e, ak, e, nsf, p, mm, stack)
    [all...]
filters.c 658 int nsf, /*sub-frame size*/
685 open_loop_nbest_pitch(exc, 20, 120, nsf,
707 ALLOC(iexc, 2*nsf, spx_word16_t);
711 interp_pitch(exc, iexc+nsf, 2*corr_pitch, 80);
713 interp_pitch(exc, iexc+nsf, -corr_pitch, 80);
716 for (i=0;i<nsf;i++)
726 for (i=0;i<nsf;i++)
728 for (i=0;i<2*nsf;i++)
732 /*interp_pitch(exc, iexc+2*nsf, 2*corr_pitch, 80);*/
735 iexc0_mag = spx_sqrt(1000+inner_prod(iexc,iexc,nsf));
    [all...]
filters.h 83 int nsf, /*sub-frame size*/
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp 773 OMX_PARAM_ISONOISEFILTERTYPE nsf; local
785 OMX_INIT_STRUCT_PTR (&nsf, OMX_PARAM_ISONOISEFILTERTYPE);
786 nsf.nPortIndex = OMX_ALL;
793 nsf.eMode = OMX_ISONoiseFilterModeOn;
800 nsf.eMode = OMX_ISONoiseFilterModeOff;
805 CAMHAL_LOGVB("Configuring NSF mode 0x%x", nsf.eMode);
808 &nsf);
811 CAMHAL_LOGEA("Error while setting NSF");
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java     [all...]

Completed in 87 milliseconds