OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voicing
(Results
1 - 8
of
8
) sorted by null
/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);*/
/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
/external/srec/srec/ca/
Android.mk
50
../clib/
voicing
.c \
/external/srec/srec/include/
utteranc.h
34
#include "
voicing
.h"
269
int load_utterance_frame(utterance_info *utt, unsigned char* pUttFrame, int
voicing
);
/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*/
picosig.c
460
/*
voicing
*/
469
sig_subObj->sig_inner.
voicing
= (picoos_single) ((tmp_uint16
[
all
...]
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/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)
Completed in 3603 milliseconds