Searched refs:synthesis (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/lib/
H A DMakefile.am10 lpc.c analysis.c synthesis.c psy.c info.c \
H A DMakefile.in60 window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
270 lpc.c analysis.c synthesis.c psy.c info.c \
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/lib/
H A DMakefile.am10 lpc.c analysis.c synthesis.c psy.c info.c \
H A DMakefile.in60 window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
270 lpc.c analysis.c synthesis.c psy.c info.c \
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/lib/
H A DMakefile.am10 lpc.c analysis.c synthesis.c psy.c info.c \
H A DMakefile.in60 window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
270 lpc.c analysis.c synthesis.c psy.c info.c \
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A D07-floor1.tex97 format (used in list order during packet decode and synthesis). This
233 needed for floor 1 synthesis.
253 \item[step 1: amplitude value synthesis]
336 \item[step 2: curve synthesis]
338 Curve synthesis generates a return vector \varname{[floor]} of length
340 calling to floor decode). Floor 1 curve synthesis makes use of the
H A D04-codec.tex276 \subsection{Audio packet decode and synthesis}
398 \item save the needed decoded floor information for channel for later synthesis
429 remembered at floor curve synthesis time.
531 information, according to packet type. Note that the vector synthesis
H A Da1-encapsulation-ogg.tex165 adjustments before needing to return any PCM data from synthesis,
H A D06-floor0.tex78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
H A D01-introduction.tex168 low-level packet decode and synthesis.
291 The decoding and synthesis procedure for all audio packets is
308 Note that clever rearrangement of the synthesis arithmetic is
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A D07-floor1.tex97 format (used in list order during packet decode and synthesis). This
233 needed for floor 1 synthesis.
253 \item[step 1: amplitude value synthesis]
336 \item[step 2: curve synthesis]
338 Curve synthesis generates a return vector \varname{[floor]} of length
340 calling to floor decode). Floor 1 curve synthesis makes use of the
H A D04-codec.tex276 \subsection{Audio packet decode and synthesis}
398 \item save the needed decoded floor information for channel for later synthesis
429 remembered at floor curve synthesis time.
531 information, according to packet type. Note that the vector synthesis
H A Da1-encapsulation-ogg.tex165 adjustments before needing to return any PCM data from synthesis,
H A D06-floor0.tex78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
H A D01-introduction.tex168 low-level packet decode and synthesis.
291 The decoding and synthesis procedure for all audio packets is
308 Note that clever rearrangement of the synthesis arithmetic is
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A D07-floor1.tex97 format (used in list order during packet decode and synthesis). This
233 needed for floor 1 synthesis.
253 \item[step 1: amplitude value synthesis]
336 \item[step 2: curve synthesis]
338 Curve synthesis generates a return vector \varname{[floor]} of length
340 calling to floor decode). Floor 1 curve synthesis makes use of the
H A D04-codec.tex276 \subsection{Audio packet decode and synthesis}
398 \item save the needed decoded floor information for channel for later synthesis
429 remembered at floor curve synthesis time.
531 information, according to packet type. Note that the vector synthesis
H A Da1-encapsulation-ogg.tex165 adjustments before needing to return any PCM data from synthesis,
H A D06-floor0.tex78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
H A D01-introduction.tex168 low-level packet decode and synthesis.
291 The decoding and synthesis procedure for all audio packets is
308 Note that clever rearrangement of the synthesis arithmetic is
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Damrnbdec.c59 #define AMR_SAMPLE_BOUND 32768.0 ///< threshold for synthesis overflow
782 /// @defgroup amr_synthesis AMR synthesis functions
786 * Conduct 10th order linear predictive coding synthesis.
790 * @param fixed_gain fixed codebook gain for synthesis
795 static int synthesis(AMRContext *p, float *lpc, function
962 float synth_fixed_gain; // the fixed gain that synthesis should use
963 const float *synth_fixed_vector; // pointer to the fixed vector that synthesis should use
1030 if (synthesis(p, p->lpc[subframe], synth_fixed_gain,
1032 // overflow detected -> rerun synthesis scaling pitch vector down
1035 synthesis(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Damrnbdec.c59 #define AMR_SAMPLE_BOUND 32768.0 ///< threshold for synthesis overflow
782 /// @defgroup amr_synthesis AMR synthesis functions
786 * Conduct 10th order linear predictive coding synthesis.
790 * @param fixed_gain fixed codebook gain for synthesis
795 static int synthesis(AMRContext *p, float *lpc, function
962 float synth_fixed_gain; // the fixed gain that synthesis should use
963 const float *synth_fixed_vector; // pointer to the fixed vector that synthesis should use
1030 if (synthesis(p, p->lpc[subframe], synth_fixed_gain,
1032 // overflow detected -> rerun synthesis scaling pitch vector down
1035 synthesis(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Damrnbdec.c59 #define AMR_SAMPLE_BOUND 32768.0 ///< threshold for synthesis overflow
782 /// @defgroup amr_synthesis AMR synthesis functions
786 * Conduct 10th order linear predictive coding synthesis.
790 * @param fixed_gain fixed codebook gain for synthesis
795 static int synthesis(AMRContext *p, float *lpc, function
962 float synth_fixed_gain; // the fixed gain that synthesis should use
963 const float *synth_fixed_vector; // pointer to the fixed vector that synthesis should use
1030 if (synthesis(p, p->lpc[subframe], synth_fixed_gain,
1032 // overflow detected -> rerun synthesis scaling pitch vector down
1035 synthesis(
[all...]

Completed in 206 milliseconds