Lines Matching refs:overlap
60 int overlap; member
138 … + (channels*mode->overlap-1)*sizeof(celt_sig) /* celt_sig in_mem[channels*mode->overlap]; */ in opus_custom_encoder_get_size()
176 st->overlap = mode->overlap; in opus_custom_encoder_init_arch()
422 const int overlap = OVERLAP(mode); in compute_mdcts() local
441 …clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N, &out[b+c*N*B], mode->window, overlap, shift,… in compute_mdcts()
1030 OPUS_COPY(pre[c]+COMBFILTER_MAXPERIOD, in+c*(N+st->overlap)+st->overlap, N); in run_prefilter()
1103 int offset = mode->shortMdctSize-st->overlap; in run_prefilter()
1105 OPUS_COPY(in+c*(N+st->overlap), st->in_mem+c*(st->overlap), st->overlap); in run_prefilter()
1107 comb_filter(in+c*(N+st->overlap)+st->overlap, pre[c]+COMBFILTER_MAXPERIOD, in run_prefilter()
1111 comb_filter(in+c*(N+st->overlap)+st->overlap+offset, pre[c]+COMBFILTER_MAXPERIOD+offset, in run_prefilter()
1113 st->prefilter_tapset, prefilter_tapset, mode->window, st->overlap); in run_prefilter()
1114 OPUS_COPY(st->in_mem+c*(st->overlap), in+c*(N+st->overlap)+N, st->overlap); in run_prefilter()
1303 int overlap; in celt_encode_with_ec() local
1317 overlap = mode->overlap; in celt_encode_with_ec()
1338 prefilter_mem = st->in_mem+CC*(st->overlap); in celt_encode_with_ec()
1339 oldBandE = (opus_val16*)(st->in_mem+CC*(st->overlap+COMBFILTER_MAXPERIOD)); in celt_encode_with_ec()
1443 ALLOC(in, CC*(N+st->overlap), celt_sig); in celt_encode_with_ec()
1445 sample_max=MAX32(st->overlap_max, celt_maxabs16(pcm, C*(N-overlap)/st->upsample)); in celt_encode_with_ec()
1446 st->overlap_max=celt_maxabs16(pcm+C*(N-overlap)/st->upsample, C*overlap/st->upsample); in celt_encode_with_ec()
1477 celt_preemphasis(pcm+c, in+c*(N+st->overlap)+st->overlap, N, CC, st->upsample, in celt_encode_with_ec()
1518 isTransient = transient_analysis(in, N+st->overlap, CC, in celt_encode_with_ec()
2006 OPUS_MOVE(st->syn_mem[c], st->syn_mem[c]+N, 2*MAX_PERIOD-N+overlap/2); in celt_encode_with_ec()
2026 mode->window, st->overlap); in celt_encode_with_ec()
2030 mode->window, overlap); in celt_encode_with_ec()
2277 oldBandE = (opus_val16*)(st->in_mem+st->channels*(st->overlap+COMBFILTER_MAXPERIOD)); in opus_custom_encoder_ctl()