|
FFmpeg
|
DSP-specific primitives. More...
#include <aacdec.h>
| void(* AACDecDSP::dequant_scalefactors) (SingleChannelElement *sce) |
Definition at line 446 of file aacdec.h.
Referenced by ff_aac_decode_ics(), and spectrum_scale().
| void(* AACDecDSP::apply_mid_side_stereo) (AACDecContext *ac, ChannelElement *cpe) |
Definition at line 448 of file aacdec.h.
Referenced by decode_cpe(), and spectrum_decode().
| void(* AACDecDSP::apply_intensity_stereo) (AACDecContext *ac, ChannelElement *cpe, int ms_present) |
Definition at line 449 of file aacdec.h.
Referenced by decode_cpe().
| void(* AACDecDSP::apply_tns) (void *_coef_param, TemporalNoiseShaping *tns, IndividualChannelStream *ics, int decode) |
Definition at line 452 of file aacdec.h.
Referenced by spectral_to_sample(), and spectrum_decode().
| void(* AACDecDSP::apply_ltp) (AACDecContext *ac, SingleChannelElement *sce) |
Definition at line 455 of file aacdec.h.
Referenced by spectral_to_sample().
| void(* AACDecDSP::update_ltp) (AACDecContext *ac, SingleChannelElement *sce) |
Definition at line 456 of file aacdec.h.
Referenced by spectral_to_sample().
| void(* AACDecDSP::apply_prediction) (AACDecContext *ac, SingleChannelElement *sce) |
Definition at line 458 of file aacdec.h.
Referenced by decode_cpe(), and ff_aac_decode_ics().
| void(* AACDecDSP::apply_dependent_coupling) (AACDecContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) |
Definition at line 460 of file aacdec.h.
Referenced by spectral_to_sample().
| void(* AACDecDSP::apply_independent_coupling) (AACDecContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) |
Definition at line 463 of file aacdec.h.
Referenced by spectral_to_sample().
| void(* AACDecDSP::imdct_and_windowing) (AACDecContext *ac, SingleChannelElement *sce) |
Definition at line 467 of file aacdec.h.
Referenced by spectral_to_sample(), and spectrum_decode().
| void(* AACDecDSP::imdct_and_windowing_768) (AACDecContext *ac, SingleChannelElement *sce) |
Definition at line 468 of file aacdec.h.
Referenced by spectrum_decode().
| void(* AACDecDSP::imdct_and_windowing_960) (AACDecContext *ac, SingleChannelElement *sce) |
Definition at line 469 of file aacdec.h.
Referenced by spectral_to_sample().
| void(* AACDecDSP::imdct_and_windowing_ld) (AACDecContext *ac, SingleChannelElement *sce) |
Definition at line 470 of file aacdec.h.
Referenced by spectral_to_sample().
| void(* AACDecDSP::imdct_and_windowing_eld) (AACDecContext *ac, SingleChannelElement *sce) |
Definition at line 471 of file aacdec.h.
Referenced by spectral_to_sample().
| void(* AACDecDSP::clip_output) (AACDecContext *ac, ChannelElement *che, int type, int samples) |
Definition at line 473 of file aacdec.h.
Referenced by spectral_to_sample().
1.8.17