Searched refs:blk_len (Results 1 – 1 of 1) sorted by relevance
209 int blk_len = OPUS_BLOCK_SIZE(f->size), wlen = OPUS_BLOCK_SIZE(f->size + 1); in celt_frame_mdct() local210 int rwin = blk_len - CELT_OVERLAP, lap_dst = (wlen - blk_len - CELT_OVERLAP) >> 1; in celt_frame_mdct()225 memcpy(win + lap_dst + blk_len, temp, CELT_OVERLAP*sizeof(float)); in celt_frame_mdct()