OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__lpc_restore_signal
(Results
1 - 5
of
5
) sorted by null
/external/flac/libFLAC/include/private/
lpc.h
154
*
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/
lpc_asm.s
45
; see src/libFLAC/lpc.c:
FLAC__lpc_restore_signal
()
/external/flac/libFLAC/ppc/gas/
lpc_asm.s
47
# see src/libFLAC/lpc.c:
FLAC__lpc_restore_signal
()
/external/flac/libFLAC/
stream_decoder.c
415
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
;
[
all
...]
lpc.c
795
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[])
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);
[
all
...]
Completed in 501 milliseconds