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

Definition at line 42 of file aacenc.h.


Field Documentation

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().

Referenced by aac_encode_frame().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:48:04 2012 for FFmpeg by  doxygen 1.5.8