FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
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 50 of file aacenc.h.

Field Documentation

void(* AACCoefficientsEncoder::search_for_quantizers)(AVCodecContext *avctx, struct AACEncContext *s, SingleChannelElement *sce, const float lambda)

Definition at line 51 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 53 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 55 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 57 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: