Searched refs:compute_mdcts (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 419 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, in compute_mdcts() function 1538 compute_mdcts(mode, 0, in, freq, C, CC, LM, st->upsample); in celt_encode_with_ec() 1545 compute_mdcts(mode, shortBlocks, in, freq, C, CC, LM, st->upsample); in celt_encode_with_ec() 1673 compute_mdcts(mode, shortBlocks, in, freq, C, CC, LM, st->upsample); in celt_encode_with_ec()
|