FFmpeg
|
#include <aacenc.h>
void(* AACCoefficientsEncoder::search_for_quantizers) (AVCodecContext *avctx, struct AACEncContext *s, SingleChannelElement *sce, const float lambda) |
void(* AACCoefficientsEncoder::encode_window_bands_info) (struct AACEncContext *s, SingleChannelElement *sce, int win, int group_len, const float lambda) |
void(* AACCoefficientsEncoder::encode_tns_info) (struct AACEncContext *s, SingleChannelElement *sce) |
void(* AACCoefficientsEncoder::encode_ltp_info) (struct AACEncContext *s, SingleChannelElement *sce, int common_window) |
void(* AACCoefficientsEncoder::encode_main_pred) (struct AACEncContext *s, SingleChannelElement *sce) |
void(* AACCoefficientsEncoder::adjust_common_pred) (struct AACEncContext *s, ChannelElement *cpe) |
void(* AACCoefficientsEncoder::adjust_common_ltp) (struct AACEncContext *s, ChannelElement *cpe) |
void(* AACCoefficientsEncoder::apply_main_pred) (struct AACEncContext *s, SingleChannelElement *sce) |
void(* AACCoefficientsEncoder::apply_tns_filt) (struct AACEncContext *s, SingleChannelElement *sce) |
void(* AACCoefficientsEncoder::update_ltp) (struct AACEncContext *s, SingleChannelElement *sce) |
void(* AACCoefficientsEncoder::ltp_insert_new_frame) (struct AACEncContext *s) |
void(* AACCoefficientsEncoder::set_special_band_scalefactors) (struct AACEncContext *s, SingleChannelElement *sce) |
void(* AACCoefficientsEncoder::search_for_pns) (struct AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce) |
void(* AACCoefficientsEncoder::mark_pns) (struct AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce) |
void(* AACCoefficientsEncoder::search_for_tns) (struct AACEncContext *s, SingleChannelElement *sce) |
void(* AACCoefficientsEncoder::search_for_ltp) (struct AACEncContext *s, SingleChannelElement *sce, int common_window) |
void(* AACCoefficientsEncoder::search_for_ms) (struct AACEncContext *s, ChannelElement *cpe) |
void(* AACCoefficientsEncoder::search_for_is) (struct AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe) |
void(* AACCoefficientsEncoder::search_for_pred) (struct AACEncContext *s, SingleChannelElement *sce) |