Searched refs:FLAC__lpc_restore_signal (Results 1 - 5 of 5) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dlpc.h154 * FLAC__lpc_restore_signal()
168 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/ppc/as/
H A Dlpc_asm.s45 ; see src/libFLAC/lpc.c:FLAC__lpc_restore_signal()
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s47 # see src/libFLAC/lpc.c:FLAC__lpc_restore_signal()
/external/flac/libFLAC/
H A Dstream_decoder.c415 decoder->private_->local_lpc_restore_signal = FLAC__lpc_restore_signal;
417 decoder->private_->local_lpc_restore_signal_16bit = FLAC__lpc_restore_signal;
418 decoder->private_->local_lpc_restore_signal_16bit_order8 = FLAC__lpc_restore_signal;
H A Dlpc.c795 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[]) function
804 fprintf(stderr,"FLAC__lpc_restore_signal: data_len=%d, order=%u, lpq=%d",data_len,order,lp_quantization);
821 fprintf(stderr,"FLAC__lpc_restore_signal: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%I64d\n",i,j,qlp_coeff[j],*history,sumo);
824 fprintf(stderr,"FLAC__lpc_restore_signal: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%lld\n",i,j,qlp_coeff[j],*history,(long long)sumo);

Completed in 62 milliseconds