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