Home
last modified time | relevance | path

Searched refs:shortBlocks (Results 1 – 4 of 4) sorted by relevance

/external/libopus/celt/
Dcelt_encoder.c450 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()
[all …]
Dbands.h108 const celt_ener *bandE, int *pulses, int shortBlocks, int spread,
Dcelt_decoder.c838 int shortBlocks; local
996 shortBlocks = M;
998 shortBlocks = 0;
1084 NULL, pulses, shortBlocks, spread_decision, dual_stereo, intensity, tf_res,
Dbands.c1399 const celt_ener *bandE, int *pulses, int shortBlocks, int spread, in quant_all_bands() argument
1433 B = shortBlocks ? M : 1; in quant_all_bands()