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

structure used in optimal codebook search More...

Data Fields

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

Detailed Description

structure used in optimal codebook search

Definition at line 330 of file aaccoder.c.

Field Documentation

int BandCodingPath::prev_idx

pointer to the previous path point

Definition at line 331 of file aaccoder.c.

Referenced by codebook_trellis_rate(), and encode_window_bands_info().

float BandCodingPath::cost

path cost

Definition at line 332 of file aaccoder.c.

Referenced by codebook_trellis_rate(), and encode_window_bands_info().

int BandCodingPath::run

Definition at line 333 of file aaccoder.c.

Referenced by codebook_trellis_rate(), and encode_window_bands_info().


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