Lines Matching refs:SILK_HISTORY
38 float output [2 * SILK_HISTORY];
39 float lpc_history[2 * SILK_HISTORY];
517 float lpc_leadin[16], lpc_body[16], residual[SILK_MAX_LAG + SILK_HISTORY];
678 float *dst = frame->output + SILK_HISTORY + i * s->sflength;
680 float *lpc = frame->lpc_history + SILK_HISTORY + i * s->sflength;
732 memmove(frame->lpc_history, frame->lpc_history + s->flength, SILK_HISTORY * sizeof(float));
733 memmove(frame->output, frame->output + s->flength, SILK_HISTORY * sizeof(float));
740 float *mid = s->frame[0].output + SILK_HISTORY - s->flength;
741 float *side = s->frame[1].output + SILK_HISTORY - s->flength;
849 s->frame[0].output + SILK_HISTORY - s->flength - 2,