Searched refs:voicing (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dvbr.c132 float voicing; local
149 voicing = 3*(pitch_coef-.4)*fabs(pitch_coef-.4);
156 if ((voicing<.3 && non_st < .2 && pow_ener < 1.2*vbr->noise_level)
157 || (voicing<.3 && non_st < .05 && pow_ener < 1.5*vbr->noise_level)
158 || (voicing<.4 && non_st < .05 && pow_ener < 1.2*vbr->noise_level)
159 || (voicing<0 && non_st < .05))
257 /*printf ("%f %f %f %f %d\n", qual, voicing, non_st, pow_ener/(.01+vbr->noise_level), va);*/
266 /*printf ("VBR: %f %f %f %d %f\n", (float)(log_energy-log(vbr->average_energy+MIN_ENERGY)), non_st, voicing, va, vbr->noise_level);*/
/external/speex/libspeex/
H A Dvbr.c132 float voicing; local
149 voicing = 3*(pitch_coef-.4)*fabs(pitch_coef-.4);
156 if ((voicing<.3 && non_st < .2 && pow_ener < 1.2*vbr->noise_level)
157 || (voicing<.3 && non_st < .05 && pow_ener < 1.5*vbr->noise_level)
158 || (voicing<.4 && non_st < .05 && pow_ener < 1.2*vbr->noise_level)
159 || (voicing<0 && non_st < .05))
257 /*printf ("%f %f %f %f %d\n", qual, voicing, non_st, pow_ener/(.01+vbr->noise_level), va);*/
266 /*printf ("VBR: %f %f %f %d %f\n", (float)(log_energy-log(vbr->average_energy+MIN_ENERGY)), non_st, voicing, va, vbr->noise_level);*/
/external/srec/srec/clib/
H A Dvoicing.c2 * voicing.c *
33 #include "voicing.h"
42 static const char voicing[] = "$Id: voicing.c,v 1.1.10.5 2007/10/15 18:06:24 dahan Exp $"; variable
/external/srec/srec/ca/
H A DAndroid.mk50 ../clib/voicing.c \
/external/srec/srec/include/
H A Dutteranc.h34 #include "voicing.h"
269 int load_utterance_frame(utterance_info *utt, unsigned char* pUttFrame, int voicing);
/external/svox/pico/lib/
H A Dpicosig2.h87 picoos_int16 idx_vect12[CEPST_BUFF_SIZE]; /*reserved for voicing value bufferingbefore phase smoothing*/
100 picoos_single bvalue7; /*reserved for voicing*/
174 #define voicing bvalue7 /*voicing*/ macro
181 #define voiced_p ivalue5 /*voicing state*/
188 #define prevVoiced_p ivalue16 /*previous voicing state (for frame 1)*/
193 #define VCutoff_p lvalue2 /*voicing cut off frequency in Hz*/
218 #define VoicingBuff idx_vect12 /*Buffer for incoming voicing values*/
H A Dpicosig.c460 /* voicing */
469 sig_subObj->sig_inner.voicing = (picoos_single) ((tmp_uint16
H A Dpicosig2.c427 sig_inObj->VCutoff_p = PICODSP_V_CUTOFF_FREQ; /*voicing cut off frequency in Hz (will be modeled in the future)*/
428 sig_inObj->UVCutoff_p = PICODSP_UV_CUTOFF_FREQ;/*unvoiced frames only (periodize lowest components to mask bad voicing transitions)*/
604 voxbnd = (picoos_int32) (sig_inObj->voxbnd_p * sig_inObj->voicing);
710 voxbnd = (picoos_int32) (sig_inObj->voxbnd_p * sig_inObj->voicing);
819 * time domain pitch synchronous overlap add over two frames (when no voicing transition)
822 * @remarks Special treatment at voicing boundaries
891 /*voicing transition from unvoiced to voiced*/
968 * @remarks Special treatment at voicing boundaries
3973 sig_inObj->VoicTrans = sig_inObj->prevVoiced_p; /*remember last voicing transition*/
/external/srec/srec/crec/
H A Dget_fram.c338 int load_utterance_frame(utterance_info *utt, unsigned char* pUttFrame, int voicing) argument
349 if (pushSingleFEPframe(utt->gen_utt.frame, framdata, voicing) != False)

Completed in 148 milliseconds