Searched defs:amp (Results 1 - 14 of 14) sorted by relevance

/external/libvorbis/lib/
H A Dtone.c14 double *amp; local
19 amp=alloca(sizeof(*amp)*(argc-1));
27 amp[i]=atof(pos+1)*32767.f;
29 amp[i]=32767.f;
31 fprintf(stderr,"%g Hz, %g amp\n",f[i],amp[i]);
40 val+=amp[j]*sin(i/44100.f*f[j]*2*M_PI);
H A Dfloor0.c165 float amp=(float)ampraw/maxval*info->ampdB; local
185 lsp[look->m]=amp;
202 float amp=lsp[look->m]; local
209 lsp,look->m,amp,(float)info->ampdB);
H A Dlsp.c66 float amp,float ampoffset){
103 q=vorbis_fromdBlook(amp*
141 float amp,float ampoffset){
148 int ampi=rint(amp*16.f);
231 amp=vorbis_fromdBlook_i(ampi* /* n.4 */
236 curve[i]*=amp;
237 while(map[++i]==k)curve[i]*=amp;
249 float amp,float ampoffset){
276 q=fromdB(amp/sqrt(p+q)-ampoffset);
65 vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, float amp,float ampoffset) argument
140 vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, float amp,float ampoffset) argument
248 vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, float amp,float ampoffset) argument
H A Dpsytune.c360 float amp; local
465 float amp; local
H A Dpsy.c389 float amp,
396 int choice=(int)((amp+dBoffset-P_LEVEL_0)*.1f);
406 float lin=amp+curve[i];
830 float _vp_ampmax_decay(float amp,vorbis_dsp_state *vd){ argument
838 amp+=secs*gi->ampmax_att_per_sec;
839 if(amp<-9999)amp=-9999;
840 return(amp);
387 seed_curve(float *seed, const float **curves, float amp, int oc, int n, int linesper,float dBoffset) argument
/external/srec/srec/cfront/
H A Dca_wave.c205 int amp; local
215 get_sig_check(ws, &nsam, &pclowclip, &pchighclip, &dc_offset, &amp,
H A Dwav_acc.c99 int *dc_offset, int *amp, int *pc5, int *pc95,
124 *amp = 0;
140 *amp = integer_square_root((int)sqr_devn);
98 get_sig_check(wave_stats *ws, int *nsam, int *pclowclip, int *pchighclip, int *dc_offset, int *amp, int *pc5, int *pc95, int *overflow) argument
/external/tremolo/Tremolo/
H A Dfloor0.c147 ogg_int32_t amp,
156 int ampi=amp;
307 amp=vorbis_fromdBlook_i(ampi* /* n.4 */
313 amp>>=9;
315 curve[i]= MULT31_SHIFT15(curve[i],amp);
329 curve[i]= MULT31_SHIFT15(curve[i],amp);
408 int amp=((ampraw*info->ampdB)<<4)/maxval; local
423 lsp[info->order]=amp;
437 ogg_int32_t amp=lsp[info->order]; local
441 lsp,info->order,amp,inf
145 vorbis_lsp_to_curve(ogg_int32_t *curve,int n,int ln, ogg_int32_t *lsp,int m, ogg_int32_t amp, ogg_int32_t ampoffset, ogg_int32_t nyq) argument
[all...]
/external/tcpdump/
H A Dprint-decnet.c592 struct ackmsg *amp = (struct ackmsg *)nspp; local
597 TCHECK(*amp);
598 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
604 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
617 struct ackmsg *amp = (struct ackmsg *)nspp; local
622 TCHECK(*amp);
623 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
629 TCHECK(amp->ak_acknum[1]);
630 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp71 double amp = float(pow(10.0, fFilterLowshelfAttenuation / 40.0)); local
75 double beta = float(sqrt(amp)/fFilterShelfSlope);
78 double b0 = amp * ((amp+1.0F) - ((amp-1.0F)*cosw) + (beta*sinw));
79 double b1 = 2.0F * amp * ((amp-1.0F) - ((amp+1.0F)*cosw));
80 double b2 = amp * ((amp
[all...]
/external/webp/src/enc/
H A Dquant.c236 const double amp = SNS_TO_DQ * enc->config_->sns_strength / 100. / 128.; local
248 const double expn = (1. - amp * enc->dqm_[i].alpha_) / 3.;
/external/openssl/apps/
H A Ds_client.c401 int amp; /* allow more groups */ member in struct:srp_arg_st
456 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1)
467 if (srp_arg->amp == 1)
796 srp_arg.amp=1;
1210 if (c_msg || c_debug || srp_arg.amp == 0)
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h716 UINT16 amp[2]; /* left/right 15 bit amplitude value */ member in struct:__anon1369
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 284 milliseconds