HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__lpc_restore_signal (Results 1 - 3 of 3) sorted by null

  /external/flac/libFLAC/include/private/
lpc.h 184 * FLAC__lpc_restore_signal()
198 void FLAC__lpc_restore_signal(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
  /external/flac/libFLAC/
lpc.c 785 void FLAC__lpc_restore_signal(const FLAC__int32 * flac_restrict residual, unsigned data_len, const FLAC__int32 * flac_restrict qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 * flac_restrict data)
794 fprintf(stderr,"FLAC__lpc_restore_signal: data_len=%d, order=%u, lpq=%d",data_len,order,lp_quantization);
809 fprintf(stderr,"FLAC__lpc_restore_signal: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%" PRId64 "\n",i,j,qlp_coeff[j],*history,sumo);
    [all...]
stream_decoder.c 389 decoder->private_->local_lpc_restore_signal = FLAC__lpc_restore_signal;
391 decoder->private_->local_lpc_restore_signal_16bit = FLAC__lpc_restore_signal;
    [all...]

Completed in 39 milliseconds