Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dopus_silk.c38 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]; in silk_decode_frame()
678 float *dst = frame->output + SILK_HISTORY + i * s->sflength; in silk_decode_frame()
680 float *lpc = frame->lpc_history + SILK_HISTORY + i * s->sflength; in silk_decode_frame()
732 memmove(frame->lpc_history, frame->lpc_history + s->flength, SILK_HISTORY * sizeof(float)); in silk_decode_frame()
733 memmove(frame->output, frame->output + s->flength, SILK_HISTORY * sizeof(float)); in silk_decode_frame()
740 float *mid = s->frame[0].output + SILK_HISTORY - s->flength; in silk_unmix_ms()
741 float *side = s->frame[1].output + SILK_HISTORY - s->flength; in silk_unmix_ms()
849 s->frame[0].output + SILK_HISTORY in ff_silk_decode_superframe()
[all...]
H A Dopus.h48 #define SILK_HISTORY 322 macro

Completed in 3 milliseconds