Lines Matching defs:flength
52 int flength;
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;
758 for (; i < s->flength; i++) {
805 s->flength = s->sflength * s->subframes;
848 memcpy(output[j] + i * s->flength,
849 s->frame[0].output + SILK_HISTORY - s->flength - 2,
850 s->flength * sizeof(float));
853 silk_unmix_ms(s, output[0] + i * s->flength, output[1] + i * s->flength);
859 return nb_frames * s->flength;