Searched refs:dexps (Results 1 – 2 of 2) sorted by relevance
436 uint8_t absexp, int8_t *dexps) in decode_exponents() argument464 case 4: dexps[j++] = prevexp; in decode_exponents()465 dexps[j++] = prevexp; in decode_exponents()466 case 2: dexps[j++] = prevexp; in decode_exponents()467 case 1: dexps[j++] = prevexp; in decode_exponents()524 int8_t *exps = s->dexps[ch_index]; in ac3_decode_transform_coeffs_ch()625 s->fixed_coeffs[ch][bin] = s->pre_mantissa[ch][bin][blk] >> s->dexps[ch][bin]; in decode_transform_coeffs_ch()1217 s->dexps[ch][0] = get_bits(gbc, 4) << !ch; in decode_audio_block()1219 s->num_exp_groups[ch], s->dexps[ch][0], in decode_audio_block()1220 &s->dexps[ch][s->start_freq[ch]+!!ch])) { in decode_audio_block()[all …]
198 int8_t dexps[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< decoded exponents member