Searched defs:nsf (Results 1 - 13 of 13) sorted by relevance

/external/speex/libspeex/
H A Dcb_search.c107 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;
100 split_cb_search_shape_sign_N1( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int update_target ) argument
242 split_cb_search_shape_sign( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int complexity, int update_target ) argument
514 split_cb_shape_sign_unquant( spx_sig_t *exc, const void *par, int nsf, SpeexBits *bits, char *stack, spx_int32_t *seed ) argument
572 noise_codebook_quant( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int complexity, int update_target ) argument
599 noise_codebook_unquant( spx_sig_t *exc, const void *par, int nsf, SpeexBits *bits, char *stack, spx_int32_t *seed ) argument
[all...]
H A Dfilters.c658 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));
653 multicomb( spx_word16_t *exc, spx_word16_t *new_exc, spx_coef_t *ak, int p, int nsf, int pitch, int max_pitch, spx_word16_t comb_gain, char *stack ) argument
[all...]
H A Dltp.c358 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,
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
528 pitch_search_3tap( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
655 pitch_unquant_3tap( spx_word16_t exc[], spx_word32_t exc_out[], int start, int end, spx_word16_t pitch_coef, const void *par, int nsf, int *pitch_val, spx_word16_t *gain_val, SpeexBits *bits, char *stack, int count_lost, int subframe_offset, spx_word16_t last_pitch_gain, int cdbk_offset ) argument
755 forced_pitch_quant( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
805 forced_pitch_unquant( spx_word16_t exc[], spx_word32_t exc_out[], int start, int end, spx_word16_t pitch_coef, const void *par, int nsf, int *pitch_val, spx_word16_t *gain_val, SpeexBits *bits, char *stack, int count_lost, int subframe_offset, spx_word16_t last_pitch_gain, int cdbk_offset ) argument
[all...]
/external/libvncserver/test/
H A Dtjbench.c62 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;
[all...]
/external/iproute2/lib/
H A Dutils.c1050 struct netns_func nsf = { .func = func, .arg = arg }; local
1053 return netns_foreach(on_netns_label, &nsf);
1055 return netns_foreach(on_netns, &nsf);
/external/libjpeg-turbo/
H A Dtjbench.c64 tjscalingfactor *scalingfactors=NULL, sf={1, 1}; int nsf=0; variable
739 for(i=0; i<nsf; i++)
742 if(nsf==2 && i!=nsf-1) printf(" or ");
743 else if(nsf>2)
745 if(i!=nsf-1) printf(", ");
746 if(i==nsf-2) printf("or ");
772 if((scalingfactors=tjGetScalingFactors(&nsf))==NULL || nsf==0)
839 for(j=0; j<nsf;
[all...]
H A Dturbojpeg-jni.c726 int nc=0, i, width, height, scaledWidth, scaledHeight, nsf=0; local
746 sf=tjGetScalingFactors(&nsf);
747 if(!sf || nsf<1)
749 for(i=0; i<nsf; i++)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 355 milliseconds