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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_silk.c37 float output [2 * SILK_HISTORY];
38 float lpc_history[2 * SILK_HISTORY];
1230 float lpc_leadin[16], lpc_body[16], residual[SILK_MAX_LAG + SILK_HISTORY];
1390 float *dst = frame->output + SILK_HISTORY + i * s->sflength;
1392 float *lpc = frame->lpc_history + SILK_HISTORY + i * s->sflength;
1444 memmove(frame->lpc_history, frame->lpc_history + s->flength, SILK_HISTORY * sizeof(float));
1445 memmove(frame->output, frame->output + s->flength, SILK_HISTORY * sizeof(float));
1452 float *mid = s->frame[0].output + SILK_HISTORY - s->flength;
1453 float *side = s->frame[1].output + SILK_HISTORY - s->flength;
1549 s->frame[0].output + SILK_HISTORY
[all...]
H A Dopus.h57 #define SILK_HISTORY 322 macro

Completed in 42 milliseconds