Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg723_1enc.c650 int16_t buf_16[SUBFRAME_LEN + LPC_ORDER]; in synth_percept_filter() local
653 int16_t *bptr_16 = buf_16 + LPC_ORDER; in synth_percept_filter()
655 memcpy(buf_16, perf_fir, sizeof(int16_t) * LPC_ORDER); in synth_percept_filter()
676 memcpy(perf_fir, buf_16 + SUBFRAME_LEN, sizeof(int16_t) * LPC_ORDER); in synth_percept_filter()