Home
last modified time | relevance | path

Searched refs:lap_dst (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopusenc.c212 int rwin = blk_len - CELT_OVERLAP, lap_dst = (wlen - blk_len - CELT_OVERLAP) >> 1; in celt_frame_mdct() local
219 memcpy(win + lap_dst, temp, CELT_OVERLAP*sizeof(float)); in celt_frame_mdct()
222 memcpy(&win[lap_dst + CELT_OVERLAP], b->samples, rwin*sizeof(float)); in celt_frame_mdct()
227 memcpy(win + lap_dst + blk_len, temp, CELT_OVERLAP*sizeof(float)); in celt_frame_mdct()

Completed in 2 milliseconds