Lines Matching defs:output
134 static void imlt(ATRAC3Context *q, float *input, float *output, int odd_band)
151 q->mdct_ctx.imdct_calc(&q->mdct_ctx, output, input);
153 /* Perform windowing on the output. */
154 q->vector_fmul(output, output, mdct_window, MDCT_SIZE);
165 uint32_t *output = (uint32_t *)out;
175 output[i] = c ^ buf[i];
213 * @param selector which table the output values are coded with
215 * @param mantissas mantissa output table
272 static int decode_spectrum(GetBitContext *gb, float *output)
311 output[first] = mantissas[j] * scale_factor;
314 memset(output + first, 0, subband_size * sizeof(*output));
320 memset(output + first, 0, (SAMPLES_PER_FRAME - first) * sizeof(*output));
445 * @param spectrum output spectrum buffer
454 float *input, *output;
459 output = &spectrum[components[i].pos];
462 output[j] += input[j];
573 * @param output the decoded samples before IQMF in float representation
578 ChannelUnit *snd, float *output,
635 256, &output[band * 256]);
808 /* get output buffer */