Searched defs:exp_strategy (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | ac3dec.h | 199 int exp_strategy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS]; ///< exponent strategies (expstr) member |
H A D | ac3enc.h | 250 uint8_t exp_strategy[AC3_MAX_CHANNELS][AC3_MAX_BLOCKS]; ///< exponent strategies member |
H A D | dolby_e.c | 71 int exp_strategy[MAX_GROUPS]; member |
H A D | ac3dec.c | 451 decode_exponents(AC3DecodeContext *s, GetBitContext *gbc, int exp_strategy, int ngrps, uint8_t absexp, int8_t *dexps) decode_exponents() argument [all...] |
H A D | ac3enc.c | 484 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