/external/srec/srec/include/ |
voicing.h | 2 * voicing.h * 26 static const char voicing_h[] = "$Id: voicing.h,v 1.1.10.3 2007/08/31 17:44:53 dahan Exp $"; 39 /* The following are internal constants used by the voicing detector program 74 int voice_status; /* voicing decision */
|
fpi_tgt.h | 42 #include "voicing.h" 89 volatile int voicingDetected; /* Voicing present in this buffer */ 92 volatile int uttTimeout; /* Voicing present in this buffer */
|
utteranc.h | 34 #include "voicing.h" 269 int load_utterance_frame(utterance_info *utt, unsigned char* pUttFrame, int voicing);
|
front.h | 29 #include "voicing.h"
|
pre_desc.h | 150 int voicing_status; /* voicing code */
|
/external/speex/libspeex/ |
vbr.c | 132 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);*/
|
ltp.h | 68 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */ 87 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */ 111 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */ 130 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
|
ltp.c | 538 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */ 660 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */ 765 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */ 810 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
|
/external/svox/pico/lib/ |
picosig2.h | 87 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*/
|
picosig2.c | 427 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*/ [all...] |
/external/srec/srec/clib/ |
voicing.c | 2 * 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
|
fpi_tgt.c | 31 #include "voicing.h" 52 * "doVoice" Reserve voicing parameter 318 log_report("U: voicing at %d was %x\n", frmPkt->pushTime, voiceData); 331 * The intension is to delay 'voicing' signal for at least 819 /* Voicing status has changed 838 /* set to unsure for start period of voicing
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
voicefac.c | 20 * Description: Find the voicing factors (1 = voice to -1 = unvoiced) *
|
/external/srec/srec/cfront/ |
chelfep.c | 36 #include "voicing.h" 86 /* 5. Voicing analysis */
|
cheldsp4.c | 32 #include "voicing.h"
|
/external/srec/srec/ca/ |
Android.mk | 50 ../clib/voicing.c \
|
/external/chromium_org/third_party/opus/src/silk/float/ |
SigProc_FLP.h | 86 opus_int silk_pitch_analysis_core_FLP( /* O Voicing estimate: 0 voiced, 1 unvoiced */
|
/external/srec/srec/crec/ |
get_fram.c | 338 int load_utterance_frame(utterance_info *utt, unsigned char* pUttFrame, int voicing) 349 if (pushSingleFEPframe(utt->gen_utt.frame, framdata, voicing) != False)
|
/external/srec/srec/Recognizer/include/ |
SR_Recognizer.h | 356 * as fast as real time so that voicing events are not unduly delayed. The audio buffer size 375 * the supplied audio buffers when waiting for voicing. After this point, the number of frames 779 * as fast as real time so that voicing events are not unduly delayed. The audio buffer size 798 * the supplied audio buffers when waiting for voicing. After this point, the number of frames [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
bgnscd.cpp | 326 // prepare for voicing decision; tighten the threshold after some 338 // weak sort of voicing indication. 533 /* prepare for voicing decision; tighten the threshold after some 549 /* weak sort of voicing indication. */
|
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
UnicodeUtilities.cpp | 119 // that are not small, and also characters that differ only in the voicing
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
voice_factor.cpp | 57 Find the voicing factor (1=voice to -1=unvoiced).
|
/external/chromium_org/third_party/opus/src/silk/ |
SigProc_FIX.h | 241 opus_int silk_pitch_analysis_core( /* O Voicing estimate: 0 voiced, 1 unvoiced */ [all...] |
/external/chromium_org/third_party/opus/src/silk/fixed/ |
pitch_analysis_core_FIX.c | 80 opus_int silk_pitch_analysis_core( /* O Voicing estimate: 0 voiced, 1 unvoiced */ [all...] |