FFmpeg
|
#include <aacenc.h>
Data Fields | |
float | rd |
float | energy |
int | bits |
-1 means uninitialized entry More... | |
char | cb |
char | rtz |
char | padding [2] |
Keeps the entry size a multiple of 32 bits. More... | |
float AACQuantizeBandCostCacheEntry::rd |
Definition at line 85 of file aacenc.h.
Referenced by quantize_band_cost_cached().
float AACQuantizeBandCostCacheEntry::energy |
Definition at line 86 of file aacenc.h.
Referenced by quantize_band_cost_cached().
int AACQuantizeBandCostCacheEntry::bits |
-1 means uninitialized entry
Definition at line 87 of file aacenc.h.
Referenced by ff_quantize_band_cost_cache_init(), and quantize_band_cost_cached().
char AACQuantizeBandCostCacheEntry::cb |
Definition at line 88 of file aacenc.h.
Referenced by quantize_band_cost_cached().
char AACQuantizeBandCostCacheEntry::rtz |
Definition at line 89 of file aacenc.h.
Referenced by quantize_band_cost_cached().
char AACQuantizeBandCostCacheEntry::padding[2] |