Searched refs:SILK_HISTORY (Results 1 – 2 of 2) sorted by relevance
38 float output [2 * SILK_HISTORY];39 float lpc_history[2 * SILK_HISTORY];516 float lpc_leadin[16], lpc_body[16], residual[SILK_MAX_LAG + SILK_HISTORY]; in silk_decode_frame()677 float *dst = frame->output + SILK_HISTORY + i * s->sflength; in silk_decode_frame()679 float *lpc = frame->lpc_history + SILK_HISTORY + i * s->sflength; in silk_decode_frame()731 memmove(frame->lpc_history, frame->lpc_history + s->flength, SILK_HISTORY * sizeof(float)); in silk_decode_frame()732 memmove(frame->output, frame->output + s->flength, SILK_HISTORY * sizeof(float)); in silk_decode_frame()739 float *mid = s->frame[0].output + SILK_HISTORY - s->flength; in silk_unmix_ms()740 float *side = s->frame[1].output + SILK_HISTORY - s->flength; in silk_unmix_ms()848 s->frame[0].output + SILK_HISTORY - s->flength - 2, in ff_silk_decode_superframe()
48 #define SILK_HISTORY 322 macro