HomeSort by relevance Sort by last modified time
    Searched refs:nsf (Results 1 - 19 of 19) 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*/
  /external/llvm/bindings/go/llvm/
bitwriter.go 39 // TODO(nsf): Figure out way how to make it work with io.Writer
  /external/libvncserver/test/
tjbench.c 62 tjscalingfactor *scalingfactors=NULL, sf={1, 1}; int nsf=0; variable
490 for(i=0; i<nsf; i++)
493 if(nsf==2 && i!=nsf-1) printf(" or ");
494 else if(nsf>2)
496 if(i!=nsf-1) printf(", ");
497 if(i==nsf-2) printf("or ");
514 if((scalingfactors=tjGetScalingFactors(&nsf))==NULL || nsf==0)
590 for(j=0; j<nsf; j++
    [all...]
  /external/libjpeg-turbo/
tjbench.c 64 tjscalingfactor *scalingfactors=NULL, sf={1, 1}; int nsf=0; variable
764 for(i=0; i<nsf; i++)
767 if(nsf==2 && i!=nsf-1) printf(" or ");
768 else if(nsf>2)
770 if(i!=nsf-1) printf(", ");
771 if(i==nsf-2) printf("or ");
800 if((scalingfactors=tjGetScalingFactors(&nsf))==NULL || nsf==0)
867 for(j=0; j<nsf; j++
    [all...]
turbojpeg-jni.c 731 int nc=0, i, width, height, scaledWidth, scaledHeight, nsf=0; local
751 sf=tjGetScalingFactors(&nsf);
752 if(!sf || nsf<1)
754 for(i=0; i<nsf; i++)
761 if(i>=nsf)
    [all...]
  /frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java 631 NetworkStatsFactory nsf = new NetworkStatsFactory(); local
634 nsf.readNetworkStatsDetail(NetworkStats.UID_ALL, ifaces, NetworkStats.TAG_NONE, null)
652 NetworkStatsFactory nsf = new NetworkStatsFactory(); local
654 nsf.readNetworkStatsDetail(NetworkStats.UID_ALL, ifaces, NetworkStats.TAG_NONE, null));
671 NetworkStatsFactory nsf = new NetworkStatsFactory(); local
674 nsf.readNetworkStatsDetail(NetworkStats.UID_ALL, ifaces, NetworkStats.TAG_NONE, null)
706 NetworkStatsFactory nsf = new NetworkStatsFactory(); local
708 nsf.readNetworkStatsDetail(NetworkStats.UID_ALL, ifaces, NetworkStats.TAG_NONE, null));
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 619 int nsf = scalingFactors.length; local
650 for (i = 0; i < nsf; i++) {
653 if (nsf == 2 && i != nsf - 1)
655 else if (nsf > 2) {
656 if (i != nsf - 1)
658 if (i == nsf - 2)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 323 milliseconds