Lines Matching refs:shortBlocks
419 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, in compute_mdcts() argument
427 if (shortBlocks) in compute_mdcts()
429 B = shortBlocks; in compute_mdcts()
1269 int shortBlocks=0; in celt_encode_with_ec() local
1515 shortBlocks = 0; in celt_encode_with_ec()
1524 shortBlocks = M; in celt_encode_with_ec()
1534 secondMdct = shortBlocks && st->complexity>=8; in celt_encode_with_ec()
1545 compute_mdcts(mode, shortBlocks, in, freq, C, CC, LM, st->upsample); in celt_encode_with_ec()
1642 opus_val16 offset = shortBlocks?HALF16(SHL16(LM, DB_SHIFT)):0; in celt_encode_with_ec()
1672 shortBlocks = M; in celt_encode_with_ec()
1673 compute_mdcts(mode, shortBlocks, in, freq, C, CC, LM, st->upsample); in celt_encode_with_ec()
1729 } else if (shortBlocks || st->complexity < 3 || nbAvailableBytes < 10*C || st->start != 0) in celt_encode_with_ec()
1753 &st->tapset_decision, pf_on&&!shortBlocks, effEnd, C, M); in celt_encode_with_ec()
1966 bandE, pulses, shortBlocks, st->spread_decision, dual_stereo, st->intensity, tf_res, in celt_encode_with_ec()
2019 compute_inv_mdcts(mode, shortBlocks, freq, out_mem, CC, LM); in celt_encode_with_ec()