HomeSort by relevance Sort by last modified time
    Searched refs:synth (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
sp_dec.cpp 515 synth = pointer to the output synthesis speech buffer (Word16)
518 synth contents are truncated to 13 bits if NO13BIT is not defined,
540 by synth is truncated to 13 bits. It remains unchanged otherwise.
563 Word16 *synth // o : synthesis speech (postfiltered
589 synth, Az_dec);
591 Post_Filter(st->post_state, mode, synth, Az_dec); // Post-filter
594 Post_Process(st->postHP_state, synth, L_FRAME);
600 synth[i] = synth[i] & 0xfff8;
638 Word16 *synth) /* o : synthesis speech (postfiltered *
    [all...]
sp_dec.h 105 Word16 *synth /* o : synthesis speech (postfiltered */
dec_amr.h 191 Word16 synth[], /* o : synthesis speech (L_FRAME) */
dtx_dec.h 165 Word16 synth[], /* o : synthesised speech */
dec_amr.cpp 498 synth = buffer containing synthetic speech (Word16)
504 synth buffer contains the decoded speech samples
541 Word16 synth[], // o : synthesis speech (L_FRAME)
605 parm, synth, A_t);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
spstproc.h 116 Word16 synth[], /* i : Local snthesis */
spstproc.cpp 107 synth -- Word16 Array -- Local synthesis
179 Word16 synth[], /* i : Local snthesis */
277 &synth[i_subfr],
284 mem_err[j] = speech[i_subfr + i] - synth[i_subfr + i];
cod_amr.h 255 * synth[]: Local synthesis speech (for debugging purposes)
264 Word16 synth[] /* o : Local synthesis */
cod_amr.cpp 764 synth = pointer to a buffer containing the local synthesis speech of
771 The local synthesis speech buffer pointed to by synth is updated.
797 synth[]: Local synthesis speech (for debugging purposes)
818 Word16 synth[] // o : Local synthesis
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.cpp 164 int16 *synth = &synth_lo[M + L_SUBFR]; local
165 int16 *HF = &synth[L_SUBFR];
198 synth,
203 highpass_50Hz_at_12k8(synth,
207 oversamp_12k8_to_16k(synth,
286 highpass_400Hz_at_12k8(synth, L_SUBFR, st->mem_hp400);
292 L_tmp = mac_16by16_to_int32(L_tmp, synth[0], synth[0]);
296 L_tmp = mac_16by16_to_int32(L_tmp, synth[i], synth[i ])
    [all...]
  /external/lldb/source/DataFormatters/
TypeCategory.cpp 29 m_synth_nav(new SynthNavigator("synth",clist)),
30 m_regex_synth_nav(new RegexSynthNavigator("regex-synth",clist)),
65 // first find both Filter and Synth, and then check which is most recent
74 ScriptedSyntheticChildren::SharedPointer synth; local
75 if (!GetSyntheticNavigator()->Get(valobj, synth, use_dynamic, &reason_synth))
76 regex_synth = GetRegexSyntheticNavigator()->Get (valobj, synth, use_dynamic, &reason_synth);
77 if (!filter_sp.get() && !synth.get())
79 else if (!filter_sp.get() && synth.get())
82 else if (filter_sp.get() && !synth.get())
85 else /*if (filter_sp.get() && synth.get())*
194 ScriptedSyntheticChildren::SharedPointer synth; local
    [all...]
  /external/lldb/source/API/
SBTypeCategory.cpp 441 SBTypeSynthetic synth)
449 if (!synth.IsValid())
455 if (synth.IsClassCode())
458 const char* script = synth.GetData();
478 synth.SetClassName(output.c_str());
487 m_opaque_sp->GetRegexSyntheticNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.GetSP());
489 m_opaque_sp->GetSyntheticNavigator()->Add(ConstString(type_name.GetName()), synth.GetSP());
  /external/chromium_org/third_party/freetype/include/freetype/internal/
fttrace.h 40 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */
  /external/freetype/include/internal/
fttrace.h 40 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
fttrace.h 40 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
fttrace.h 40 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */
  /external/sonivox/arm-fm-22k/lib_src/
eas_vm_protos.h 169 * Update the synth's state to play the requested note on the requested
193 * nChannel - synth channel that wants to start a new note
220 * nChannel - synth channel that wants to start a new note
240 * Update the synth's state to end the requested note on the requested
426 * NOTE: The synth has only one set of global RPN data instead of RPN data
454 * Or if the synth has signalled that all channels must forcibly
466 * or if the synth has signalled that all channels must forcibly
565 * Increment reference count for virtual synth
574 * We call this routine to start the process of reseting the synth.
575 * This routine sets a flag for the entire synth indicating that we wan
    [all...]
eas_voicemgt.c 218 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IncVoicePoolCount: Synth=%d pool=%d\n", pSynth->vSynthNum, pool); */ }
251 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "DecVoicePoolCount: Synth=%d pool=%d\n", pSynth->vSynthNum, pool); */ }
300 /* initialize the synth */
304 /* initialize the off-chip synth */
334 /* static memory model only allows one synth */
405 * Increment reference count for virtual synth
417 * We call this routine to start the process of reseting the synth.
418 * This routine sets a flag for the entire synth indicating that we want
423 * let the "regular" synth processing steps take care of adding the ramp
426 * synth (from another routine)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_vm_protos.h 169 * Update the synth's state to play the requested note on the requested
193 * nChannel - synth channel that wants to start a new note
220 * nChannel - synth channel that wants to start a new note
240 * Update the synth's state to end the requested note on the requested
426 * NOTE: The synth has only one set of global RPN data instead of RPN data
454 * Or if the synth has signalled that all channels must forcibly
466 * or if the synth has signalled that all channels must forcibly
565 * Increment reference count for virtual synth
574 * We call this routine to start the process of reseting the synth.
575 * This routine sets a flag for the entire synth indicating that we wan
    [all...]
ARM-E_mastergain_gnu.s 4 @ Description: Copies 32-bit synth output to 16-bit buffer
eas_voicemgt.c 218 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IncVoicePoolCount: Synth=%d pool=%d\n", pSynth->vSynthNum, pool); */ }
251 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "DecVoicePoolCount: Synth=%d pool=%d\n", pSynth->vSynthNum, pool); */ }
300 /* initialize the synth */
304 /* initialize the off-chip synth */
334 /* static memory model only allows one synth */
405 * Increment reference count for virtual synth
417 * We call this routine to start the process of reseting the synth.
418 * This routine sets a flag for the entire synth indicating that we want
423 * let the "regular" synth processing steps take care of adding the ramp
426 * synth (from another routine)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_vm_protos.h 169 * Update the synth's state to play the requested note on the requested
193 * nChannel - synth channel that wants to start a new note
220 * nChannel - synth channel that wants to start a new note
240 * Update the synth's state to end the requested note on the requested
426 * NOTE: The synth has only one set of global RPN data instead of RPN data
454 * Or if the synth has signalled that all channels must forcibly
466 * or if the synth has signalled that all channels must forcibly
565 * Increment reference count for virtual synth
574 * We call this routine to start the process of reseting the synth.
575 * This routine sets a flag for the entire synth indicating that we wan
    [all...]
ARM-E_mastergain_gnu.s 4 @ Description: Copies 32-bit synth output to 16-bit buffer
eas_voicemgt.c 218 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IncVoicePoolCount: Synth=%d pool=%d\n", pSynth->vSynthNum, pool); */ }
251 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "DecVoicePoolCount: Synth=%d pool=%d\n", pSynth->vSynthNum, pool); */ }
300 /* initialize the synth */
304 /* initialize the off-chip synth */
334 /* static memory model only allows one synth */
405 * Increment reference count for virtual synth
417 * We call this routine to start the process of reseting the synth.
418 * This routine sets a flag for the entire synth indicating that we want
423 * let the "regular" synth processing steps take care of adding the ramp
426 * synth (from another routine)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 196 Word16 synth[L_SUBFR]; /* 12.8kHz synthesis vector */ local
1344 Word16 synth[L_SUBFR]; local
    [all...]

Completed in 744 milliseconds

1 2