Searched refs:preemph_mem (Results 1 – 1 of 1) sorted by relevance
/external/libopus/src/ |
D | opus_multistream_encoder.c | 224 …LTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem, in surround_analysis() argument 269 … celt_preemphasis(x, in+overlap, frame_size, 1, upsample, celt_mode->preemph, preemph_mem+c, 0); in surround_analysis() 279 preemph_mem[c] = 0; in surround_analysis() 830 opus_val32 *preemph_mem=NULL; in opus_multistream_encode_native() local 838 preemph_mem = ms_get_preemph_mem(st); in opus_multistream_encode_native() 871 …surround_analysis(celt_mode, pcm, bandSMR, mem, preemph_mem, frame_size, 120, st->layout.nb_channe… in opus_multistream_encode_native()
|