#include <aacenc.h>
Data Fields | |
void(* | search_for_quantizers )(AVCodecContext *avctx, struct AACEncContext *s, SingleChannelElement *sce, const float lambda) |
void(* | encode_window_bands_info )(struct AACEncContext *s, SingleChannelElement *sce, int win, int group_len, const float lambda) |
void(* | quantize_and_encode_band )(struct AACEncContext *s, PutBitContext *pb, const float *in, int size, int scale_idx, int cb, const float lambda) |
void(* | search_for_ms )(struct AACEncContext *s, ChannelElement *cpe, const float lambda) |
Definition at line 43 of file aacenc.h.
void(* AACCoefficientsEncoder::encode_window_bands_info)(struct AACEncContext *s, SingleChannelElement *sce, int win, int group_len, const float lambda) |
Referenced by encode_band_info().
void(* AACCoefficientsEncoder::quantize_and_encode_band)(struct AACEncContext *s, PutBitContext *pb, const float *in, int size, int scale_idx, int cb, const float lambda) |
Referenced by encode_spectral_coeffs().
void(* AACCoefficientsEncoder::search_for_ms)(struct AACEncContext *s, ChannelElement *cpe, const float lambda) |
Referenced by aac_encode_frame().
void(* AACCoefficientsEncoder::search_for_quantizers)(AVCodecContext *avctx, struct AACEncContext *s, SingleChannelElement *sce, const float lambda) |
Referenced by aac_encode_frame().