Displaying 3 results from an estimated 3 matches for "speex_error".
Did you mean:
seek_error
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
...e a feeling that generic mechanism for picking only those modes needed (either
through conditional compilation or may be even with configuration perl script) would be
simple than specific DISABLE_VOCODER.
Another potential saving could be achieved by replacing speex_warning, speex_notification
and speex_error with user-modifiable defines. The existing DISABLE_WARNING/
OVERRIDE_SPEEX_WARNING method is not efficient in reducing the code footprint because the
majority of the overhead happens in the points of invocation of the speex_warning rather than
in the function itself.
With all my suggestion applied...
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
...ever need or
never want. Ant take it off efficiently requires the widest knowledge of internal functioning
of the library. I think, DISABLE_VBR is a good candidate for official release.
>> Another potential saving could be achieved by replacing speex_warning, speex_notification
>> and speex_error with user-modifiable defines. The existing DISABLE_WARNING/
>> OVERRIDE_SPEEX_WARNING method is not efficient in reducing the code footprint because the
>> majority of the overhead happens in the points of invocation of the speex_warning rather than
>> in the function itself.
>...
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...pit_max, ol_pitch_coef,
st->lpcSize, st->subframeSize, bits,
stack,
exc, syn_resp, st->complexity, 0,
st->plc_tuning);
#ifdef EPIC_48K
}
#endif
st->pitch[sub]=pitch;
} else {
speex_error ("No pitch prediction, what's wrong");
}
/* Quantization of innovation */
{
spx_sig_t *innov;
spx_word32_t ener=0;
spx_word16_t fine_gain;
innov = st->innov+sub*st->subframeSize;
for (i=0;i<st->subframeSize;i...