Searched refs:shortBlocks (Results 1 – 5 of 5) sorted by relevance
/external/libopus/celt/ |
D | celt_decoder.c | 260 void compute_inv_mdcts(const CELTMode *mode, int shortBlocks, celt_sig *X, in compute_inv_mdcts() argument 269 if (shortBlocks) in compute_inv_mdcts() 271 B = shortBlocks; in compute_inv_mdcts() 675 int shortBlocks; local 822 shortBlocks = M; 824 shortBlocks = 0; 899 NULL, pulses, shortBlocks, spread_decision, dual_stereo, intensity, tf_res, 954 compute_inv_mdcts(mode, shortBlocks, freq, out_syn, CC, LM);
|
D | celt_encoder.c | 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() [all …]
|
D | bands.h | 103 int shortBlocks, int spread, int dual_stereo, int intensity, int *tf_res,
|
D | celt.h | 210 void compute_inv_mdcts(const CELTMode *mode, int shortBlocks, celt_sig *X,
|
D | bands.c | 1357 int shortBlocks, int spread, int dual_stereo, int intensity, int *tf_res, in quant_all_bands() argument 1381 B = shortBlocks ? M : 1; in quant_all_bands()
|