Lines Matching refs:shortBlocks
450 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, in compute_mdcts() argument
459 if (shortBlocks) in compute_mdcts()
461 B = shortBlocks; in compute_mdcts()
1431 int shortBlocks=0; in celt_encode_with_ec() local
1692 shortBlocks = 0; in celt_encode_with_ec()
1705 shortBlocks = M; in celt_encode_with_ec()
1715 secondMdct = shortBlocks && st->complexity>=8; in celt_encode_with_ec()
1726 compute_mdcts(mode, shortBlocks, in, freq, C, CC, LM, st->upsample, st->arch); in celt_encode_with_ec()
1825 opus_val16 offset = shortBlocks?HALF16(SHL16(LM, DB_SHIFT)):0; in celt_encode_with_ec()
1854 shortBlocks = M; in celt_encode_with_ec()
1855 compute_mdcts(mode, shortBlocks, in, freq, C, CC, LM, st->upsample, st->arch); in celt_encode_with_ec()
1947 } else if (shortBlocks || st->complexity < 3 || nbAvailableBytes < 10*C) in celt_encode_with_ec()
1971 &st->tapset_decision, pf_on&&!shortBlocks, effEnd, C, M, spread_weight); in celt_encode_with_ec()
2207 bandE, pulses, shortBlocks, st->spread_decision, in celt_encode_with_ec()