Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc.c363 uint8_t *exp_strategy = s->exp_strategy[ch]; in compute_exp_strategy() local
424 static void encode_exponents_blk_ch(uint8_t *exp, int nb_exps, int exp_strategy, in encode_exponents_blk_ch()
500 uint8_t *exp, *exp_strategy; in encode_exponents() local
556 int exp_strategy = s->exp_strategy[ch][blk]; in count_exponent_bits() local
590 int exp_strategy = s->exp_strategy[ch][blk]; in ff_ac3_group_exponents() local
Ddolby_e.h69 int exp_strategy[MAX_GROUPS]; member
Dac3dec.h197 int exp_strategy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS]; ///< exponent strategies (expstr) member
Dac3dec.c429 GetBitContext *gbc, int exp_strategy, int ngrps, in decode_exponents()
Dac3enc.h251 uint8_t exp_strategy[AC3_MAX_CHANNELS][AC3_MAX_BLOCKS]; ///< exponent strategies member