FFmpeg
|
AACCoefficientsEncoder Struct Reference
#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) |
Detailed Description
Field Documentation
void(* AACCoefficientsEncoder::encode_window_bands_info) (struct AACEncContext *s, SingleChannelElement *sce, int win, int group_len, const float lambda) |
Definition at line 45 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 47 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 49 of file aacenc.h.
Referenced by aac_encode_frame(), and ff_aac_coder_init_mips().
void(* AACCoefficientsEncoder::search_for_quantizers) (AVCodecContext *avctx, struct AACEncContext *s, SingleChannelElement *sce, const float lambda) |
Definition at line 43 of file aacenc.h.
Referenced by aac_encode_frame(), and ff_aac_coder_init_mips().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11