Home
last modified time | relevance | path

Searched defs:exp_strategy (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3dec.h199 int exp_strategy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS]; ///< exponent strategies (expstr) member
H A Dac3enc.h250 uint8_t exp_strategy[AC3_MAX_CHANNELS][AC3_MAX_BLOCKS]; ///< exponent strategies member
H A Ddolby_e.c71 int exp_strategy[MAX_GROUPS]; member
H A Dac3dec.c451 decode_exponents(AC3DecodeContext *s, GetBitContext *gbc, int exp_strategy, int ngrps, uint8_t absexp, int8_t *dexps) decode_exponents() argument
[all...]
H A Dac3enc.c484 uint8_t *exp_strategy = s->exp_strategy[ch]; in compute_exp_strategy() local
545 encode_exponents_blk_ch(uint8_t *exp, int nb_exps, int exp_strategy, int cpl) encode_exponents_blk_ch() argument
621 uint8_t *exp, *exp_strategy; encode_exponents() local
677 int exp_strategy = s->exp_strategy[ch][blk]; count_exponent_bits() local
711 int exp_strategy = s->exp_strategy[ch][blk]; ac3_group_exponents() local
[all...]

Completed in 9 milliseconds