FFmpeg
|
#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) |
void(* AACCoefficientsEncoder::search_for_quantizers)(AVCodecContext *avctx, struct AACEncContext *s, SingleChannelElement *sce, const float lambda) |
Definition at line 50 of file aacenc.h.
Referenced by aac_encode_frame(), and ff_aac_coder_init_mips().
void(* AACCoefficientsEncoder::encode_window_bands_info)(struct AACEncContext *s, SingleChannelElement *sce, int win, int group_len, const float lambda) |
Definition at line 52 of file aacenc.h.
Referenced by encode_band_info(), and ff_aac_coder_init_mips().
void(* AACCoefficientsEncoder::quantize_and_encode_band)(struct AACEncContext *s, PutBitContext *pb, const float *in, int size, int scale_idx, int cb, const float lambda) |
Definition at line 54 of file aacenc.h.
Referenced by encode_spectral_coeffs(), and ff_aac_coder_init_mips().
void(* AACCoefficientsEncoder::search_for_ms)(struct AACEncContext *s, ChannelElement *cpe, const float lambda) |
Definition at line 56 of file aacenc.h.
Referenced by aac_encode_frame(), and ff_aac_coder_init_mips().