FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
TrellisBandCodingPath Struct Reference

This file contains a template for the codebook_trellis_rate selector function. More...

#include <aaccoder_trellis.h>

Data Fields

int prev_idx
 pointer to the previous path point More...
 
float cost
 path cost More...
 
int run
 

Detailed Description

This file contains a template for the codebook_trellis_rate selector function.

It needs to be provided, externally, as an already included declaration, the following functions from aacenc_quantization/util.h. They're not included explicitly here to make it possible to provide alternative implementations:

Definition at line 52 of file aaccoder_trellis.h.

Field Documentation

int TrellisBandCodingPath::prev_idx

pointer to the previous path point

Definition at line 53 of file aaccoder_trellis.h.

Referenced by codebook_trellis_rate().

float TrellisBandCodingPath::cost

path cost

Definition at line 54 of file aaccoder_trellis.h.

Referenced by codebook_trellis_rate().

int TrellisBandCodingPath::run

Definition at line 55 of file aaccoder_trellis.h.

Referenced by codebook_trellis_rate().


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