Lines Matching defs:output
38 float output [2 * SILK_HISTORY];
670 /* skip synthesising the output if we do not need it */
675 /* generate the output signal */
678 float *dst = frame->output + SILK_HISTORY + i * s->sflength;
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;
773 memset(frame->output, 0, sizeof(frame->output));
787 float *output[2],
848 memcpy(output[j] + i * s->flength,
849 s->frame[0].output + SILK_HISTORY - s->flength - 2,
853 silk_unmix_ms(s, output[0] + i * s->flength, output[1] + i * s->flength);
880 av_log(avctx, AV_LOG_ERROR, "Invalid number of output channels: %d\n",