Searched defs:pitch (Results 1 - 25 of 297) sorted by last modified time

1234567891011>>

/external/valgrind/main/include/vki/
H A Dvki-linux-drm.h414 __vki_u32 pitch; member in struct:vki_drm_mode_fb_cmd
560 unsigned int pitch; member in struct:_vki_drm_i915_init
/external/svox/pico/compat/src/com/android/tts/compat/
H A DSynthProxy.java127 * Sets the pitch of the synthesized voice.
129 public final int setPitch(int pitch) { argument
130 return native_setProperty(mJniData, "pitch", String.valueOf(pitch));
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp59 /* speaking pitch */
75 const char * PICO_PITCH_OPEN_TAG = "<pitch level='%d'>";
76 const char * PICO_PITCH_CLOSE_TAG = "</pitch>";
94 const char * picoSupportedProperties[] = { "language", "rate", "pitch", "volume" };
115 int picoProp_currPitch = PICO_DEF_PITCH; /* current pitch */
521 * Add <speed>, <pitch> and <volume> tags to the text,
534 if (picoProp_currPitch != PICO_DEF_PITCH) { /* non-default pitch */
1305 * Set property. The supported properties are: language, rate, pitch and volume.
1314 int pitch; local
1318 Supported properties include: language (locale), rate, pitch, volum
[all...]
H A Dsvox_ssml_parser.cpp322 else if (strcmp(element, "prosody") == 0) /* only pitch, rate and volume attributes are supported */
326 if (strcmp(attributes[i], "pitch") == 0)
344 char* pitch = new char[17 + strlen(svoxpitch)]; local
345 if (!pitch)
350 sprintf(pitch, "<pitch level='%s'>", svoxpitch);
351 if (strlen(m_data) + strlen(pitch) + 1 > (size_t)m_datasize)
359 strcat(m_data, pitch);
365 strcat(m_appendix, "</pitch>");
367 delete [] pitch;
[all...]
/external/speex/libspeex/
H A Dfilters.c593 int pitch, /*pitch period*/
603 corr[0][i] = inner_prod(exc, exc-pitch-3+i, len);
643 tmp += MULT16_16(exc[i-(pitch-maxj+3)+k-3],shift_filt[maxi-1][k]);
646 tmp = SHL32(exc[i-(pitch-maxj+3)],15);
650 return pitch-maxj+3;
659 int pitch, /*pitch period*/
681 #if 0 /* Set to 1 to enable full pitch search */
689 /*Try to remove pitch multiple
590 interp_pitch( spx_word16_t *exc, spx_word16_t *interp, int pitch, int len ) argument
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.c173 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack) argument
209 pitch[i]=start;
234 /* Update energy for next pitch*/
260 /* Search for the best pitch prediction gain */
270 pitch[N-1]=i;
280 pitch[k]=pitch[k-1];
284 pitch[j]=i;
297 i=pitch[j];
347 /** Finds the best quantized 3-tap pitch predicto
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
552 int cdbk_index, pitch=0, best_gain_index=0; local
674 int pitch; local
[all...]
H A Dltp_bfin.h86 "LOOP pitch%= LC0 = P4 >> 1;\n\t"
87 "LOOP_BEGIN pitch%=;\n\t"
104 "LOOP_END pitch%=;\n\t"
157 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack) argument
175 pitch[i]=start;
232 " P0 = %4;\n\t" /* P0: best pitch */
246 : "=&d" (pitch[0])
265 pitch[N-1]=i;
275 pitch[k]=pitch[
[all...]
H A Dnb_celp.c186 st->pitch = (int*)speex_alloc((st->nbSubframes)*sizeof(int));
234 speex_free (st->pitch);
337 /* Whole frame analysis (open-loop estimation of pitch and excitation gain) */
352 /*Open-loop pitch*/
373 /*Try to remove pitch multiples*/
583 /*If we use low bit-rate pitch mode, transmit open-loop pitch*/
592 /* This just damps the pitch a bit, because it tends to be too aggressive when forced */
652 int pitch; local
766 /* Low bit-rate pitch handlin
1087 int pitch; local
[all...]
H A Dnb_celp.h58 int min_pitch; /**< Minimum pitch value allowed */
59 int max_pitch; /**< Maximum pitch value allowed */
61 spx_word32_t cumul_gain; /**< Product of previously used pitch gains (Q10) */
62 int bounded_pitch; /**< Next frame should not rely on previous frames for pitch */
63 int ol_pitch; /**< Open-loop pitch */
65 int *pitch; member in struct:EncState
131 int min_pitch; /**< Minimum pitch value allowed */
132 int max_pitch; /**< Maximum pitch value allowed */
H A Dvbr.c117 -Decrease bit-rate for males (low pitch)?
124 float vbr_analysis(VBRState *vbr, spx_word16_t *sig, int len, int pitch, float pitch_coef) argument
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmengine.c139 * Transform pitch cents to linear phase increment
279 EAS_I16 pitch,
302 phaseInc = (EAS_U32) FM_PhaseInc(pitch);
597 pFrame->pitch[2],
637 pFrame->pitch[3],
677 pFrame->pitch[0],
711 pFrame->pitch[1],
272 FM_Operator( S_FM_ENG_OPER *p, EAS_I32 numSamplesToAdd, EAS_PCM *pBuffer, EAS_PCM *pModBuffer, EAS_BOOL mix, EAS_U16 gainTarget, EAS_I16 pitch, EAS_U8 feedback, EAS_I16 *pLastOutput) argument
H A Deas_fmengine.h100 EAS_I16 pitch[4]; /* new pitch value */ member in struct:__anon30911
H A Deas_fmsynth.c511 * - the given channel's static gain and static pitch are updated
531 /* calculate pitch bend */
544 /* save static pitch */
731 EAS_I32 pitch; local
739 /* base pitch in cents */
740 pitch = pVoice->note * 100;
745 /* multiply by LFO output to get final pitch modulation */
768 temp += pitch;
769 pFMVoice->oper[operIndex].pitch = (EAS_I16) temp;
891 vFrame.pitch[ope
[all...]
H A Deas_fmsynth.h53 EAS_I16 pitch; /* operator pitch in cents */ member in struct:s_operator_tag
H A Deas_pcm.c449 * Update the pitch and volume parameters for a PCM stream
456 * pitch - pitch shift in cents
470 EAS_RESULT EAS_PEUpdateParams (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight) argument
479 pState->pitch = pitch;
537 * Update the pitch parameter for a PCM stream
542 * pitch - new pitch value in pitch cent
546 EAS_PEUpdatePitch(S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch) argument
[all...]
H A Deas_pcmdata.h106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ member in struct:s_pcm_state_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.c449 * Update the pitch and volume parameters for a PCM stream
456 * pitch - pitch shift in cents
470 EAS_RESULT EAS_PEUpdateParams (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight) argument
479 pState->pitch = pitch;
537 * Update the pitch parameter for a PCM stream
542 * pitch - new pitch value in pitch cent
546 EAS_PEUpdatePitch(S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch) argument
[all...]
H A Deas_pcmdata.h106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ member in struct:s_pcm_state_tag
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmengine.c139 * Transform pitch cents to linear phase increment
279 EAS_I16 pitch,
302 phaseInc = (EAS_U32) FM_PhaseInc(pitch);
597 pFrame->pitch[2],
637 pFrame->pitch[3],
677 pFrame->pitch[0],
711 pFrame->pitch[1],
272 FM_Operator( S_FM_ENG_OPER *p, EAS_I32 numSamplesToAdd, EAS_PCM *pBuffer, EAS_PCM *pModBuffer, EAS_BOOL mix, EAS_U16 gainTarget, EAS_I16 pitch, EAS_U8 feedback, EAS_I16 *pLastOutput) argument
H A Deas_fmengine.h100 EAS_I16 pitch[4]; /* new pitch value */ member in struct:__anon30861
H A Deas_fmsynth.c511 * - the given channel's static gain and static pitch are updated
531 /* calculate pitch bend */
544 /* save static pitch */
731 EAS_I32 pitch; local
739 /* base pitch in cents */
740 pitch = pVoice->note * 100;
745 /* multiply by LFO output to get final pitch modulation */
768 temp += pitch;
769 pFMVoice->oper[operIndex].pitch = (EAS_I16) temp;
891 vFrame.pitch[ope
[all...]
H A Deas_fmsynth.h53 EAS_I16 pitch; /* operator pitch in cents */ member in struct:s_operator_tag
H A Deas_pcm.c449 * Update the pitch and volume parameters for a PCM stream
456 * pitch - pitch shift in cents
470 EAS_RESULT EAS_PEUpdateParams (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight) argument
479 pState->pitch = pitch;
537 * Update the pitch parameter for a PCM stream
542 * pitch - new pitch value in pitch cent
546 EAS_PEUpdatePitch(S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch) argument
[all...]
H A Deas_pcmdata.h106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ member in struct:s_pcm_state_tag
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1066 milliseconds

1234567891011>>