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

#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...
 

Detailed Description

Definition at line 84 of file aacenc.h.

Field Documentation

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]

Keeps the entry size a multiple of 32 bits.

Definition at line 90 of file aacenc.h.


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