Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c444 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, in compute_mdcts() argument
453 if (shortBlocks) in compute_mdcts()
455 B = shortBlocks; in compute_mdcts()
1370 int shortBlocks=0; in celt_encode_with_ec() local
1630 shortBlocks = 0; in celt_encode_with_ec()
1643 shortBlocks = M; in celt_encode_with_ec()
1653 secondMdct = shortBlocks && st->complexity>=8; in celt_encode_with_ec()
1664 compute_mdcts(mode, shortBlocks, in, freq, C, CC, LM, st->upsample, st->arch); in celt_encode_with_ec()
1760 opus_val16 offset = shortBlocks?HALF16(SHL16(LM, DB_SHIFT)):0; in celt_encode_with_ec()
1789 shortBlocks = M; in celt_encode_with_ec()
[all …]
Dbands.h108 const celt_ener *bandE, int *pulses, int shortBlocks, int spread,
Dcelt_decoder.c807 int shortBlocks; local
964 shortBlocks = M;
966 shortBlocks = 0;
1052 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()