FFmpeg
|
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 |
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.
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 |
int TrellisBandCodingPath::run |
Definition at line 55 of file aaccoder_trellis.h.
Referenced by codebook_trellis_rate().