Lines Matching refs:EXP_REUSE
498 exp_strategy[blk] = EXP_REUSE;
506 exp_strategy[blk] = EXP_REUSE;
518 while (blk1 < s->num_blocks && exp_strategy[blk1] == EXP_REUSE)
528 s->exp_strategy[ch][blk] = EXP_REUSE;
640 /* count the number of EXP_REUSE blocks after the current block
643 while (blk1 < s->num_blocks && exp_strategy[blk1] == EXP_REUSE) {
649 /* for the EXP_REUSE case we select the min of the exponents */
681 if (exp_strategy == EXP_REUSE)
712 if (exp_strategy == EXP_REUSE)
1028 if (s->exp_strategy[ch][blk] != EXP_REUSE) {
1071 strategy is EXP_REUSE we do not need to calculate psd or mask. */
1072 if (s->exp_strategy[ch][blk] != EXP_REUSE) {
1200 if (s->exp_strategy[ch][blk] != EXP_REUSE) {
1599 if (s->exp_strategy[ch][blk] != EXP_REUSE && !block->channel_in_cpl[ch])
1608 if (s->exp_strategy[ch][blk] == EXP_REUSE)