Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dg723_1enc.c646 int16_t buf_16[SUBFRAME_LEN + LPC_ORDER]; in synth_percept_filter() local
649 int16_t *bptr_16 = buf_16 + LPC_ORDER; in synth_percept_filter()
651 memcpy(buf_16, perf_fir, sizeof(int16_t) * LPC_ORDER); in synth_percept_filter()
672 memcpy(perf_fir, buf_16 + SUBFRAME_LEN, sizeof(int16_t) * LPC_ORDER); in synth_percept_filter()

Completed in 2 milliseconds