FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules 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, float *out, int size, int scale_idx, int cb, const float lambda, int rtz)
 
void(* encode_tns_info )(struct AACEncContext *s, SingleChannelElement *sce)
 
void(* apply_tns_filt )(struct AACEncContext *s, SingleChannelElement *sce)
 
void(* set_special_band_scalefactors )(struct AACEncContext *s, SingleChannelElement *sce)
 
void(* search_for_pns )(struct AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce)
 
void(* mark_pns )(struct AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce)
 
void(* search_for_tns )(struct AACEncContext *s, SingleChannelElement *sce)
 
void(* search_for_ms )(struct AACEncContext *s, ChannelElement *cpe)
 
void(* search_for_is )(struct AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe)
 

Detailed Description

Definition at line 140 of file aacenc.h.

Field Documentation

◆ search_for_quantizers

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

Definition at line 141 of file aacenc.h.

◆ encode_window_bands_info

void(* AACCoefficientsEncoder::encode_window_bands_info) (struct AACEncContext *s, SingleChannelElement *sce, int win, int group_len, const float lambda)

Definition at line 143 of file aacenc.h.

◆ quantize_and_encode_band

void(* AACCoefficientsEncoder::quantize_and_encode_band) (struct AACEncContext *s, PutBitContext *pb, const float *in, float *out, int size, int scale_idx, int cb, const float lambda, int rtz)

Definition at line 145 of file aacenc.h.

◆ encode_tns_info

void(* AACCoefficientsEncoder::encode_tns_info) (struct AACEncContext *s, SingleChannelElement *sce)

Definition at line 147 of file aacenc.h.

◆ apply_tns_filt

void(* AACCoefficientsEncoder::apply_tns_filt) (struct AACEncContext *s, SingleChannelElement *sce)

Definition at line 148 of file aacenc.h.

◆ set_special_band_scalefactors

void(* AACCoefficientsEncoder::set_special_band_scalefactors) (struct AACEncContext *s, SingleChannelElement *sce)

Definition at line 149 of file aacenc.h.

◆ search_for_pns

void(* AACCoefficientsEncoder::search_for_pns) (struct AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce)

Definition at line 150 of file aacenc.h.

◆ mark_pns

void(* AACCoefficientsEncoder::mark_pns) (struct AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce)

Definition at line 151 of file aacenc.h.

◆ search_for_tns

void(* AACCoefficientsEncoder::search_for_tns) (struct AACEncContext *s, SingleChannelElement *sce)

Definition at line 152 of file aacenc.h.

◆ search_for_ms

void(* AACCoefficientsEncoder::search_for_ms) (struct AACEncContext *s, ChannelElement *cpe)

Definition at line 153 of file aacenc.h.

◆ search_for_is

void(* AACCoefficientsEncoder::search_for_is) (struct AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe)

Definition at line 154 of file aacenc.h.


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