FFmpeg
|
#include <dolby_e.h>
Data Fields | |
int | gr_code |
int | bw_code |
int | nb_groups |
int | nb_mstr_exp |
DBEGroup | groups [MAX_GROUPS] |
int | exp_strategy [MAX_GROUPS] |
int | exponents [MAX_EXPONENTS] |
int | bap [MAX_EXPONENTS] |
int | idx [MAX_EXPONENTS] |
float | mantissas [MAX_MANTISSAS] |
int DBEChannel::gr_code |
Definition at line 62 of file dolby_e.h.
Referenced by parse_channel().
int DBEChannel::bw_code |
Definition at line 63 of file dolby_e.h.
Referenced by parse_channel(), and parse_mantissas().
int DBEChannel::nb_groups |
Definition at line 65 of file dolby_e.h.
Referenced by parse_audio(), parse_bit_alloc(), and parse_channel().
int DBEChannel::nb_mstr_exp |
Definition at line 66 of file dolby_e.h.
Referenced by parse_channel(), and unbias_exponents().
DBEGroup DBEChannel::groups[MAX_GROUPS] |
Definition at line 67 of file dolby_e.h.
Referenced by parse_bit_alloc(), parse_channel(), parse_exponents(), parse_indices(), parse_mantissas(), and transform().
int DBEChannel::exp_strategy[MAX_GROUPS] |
Definition at line 69 of file dolby_e.h.
Referenced by parse_bit_alloc(), and parse_exponents().
int DBEChannel::exponents[MAX_EXPONENTS] |
Definition at line 70 of file dolby_e.h.
Referenced by parse_bit_alloc(), parse_exponents(), parse_mantissas(), and unbias_exponents().
int DBEChannel::bap[MAX_EXPONENTS] |
Definition at line 71 of file dolby_e.h.
Referenced by parse_bit_alloc(), and parse_mantissas().
int DBEChannel::idx[MAX_EXPONENTS] |
Definition at line 72 of file dolby_e.h.
Referenced by parse_indices(), and parse_mantissas().
float DBEChannel::mantissas[MAX_MANTISSAS] |
Definition at line 74 of file dolby_e.h.
Referenced by parse_mantissas(), and transform().