Lines Matching defs:output
832 /* set optional output params */
1496 const SHORTFLOAT *output[AC3_MAX_CHANNELS];
1652 output[ch] = s->output[ch + offset];
1653 s->outptr[ch] = s->output[ch + offset];
1666 memcpy(s->output_buffer[ch + offset] + AC3_BLOCK_SIZE*blk, output[ch], AC3_BLOCK_SIZE*sizeof(SHORTFLOAT));
1668 output[ch] = s->outptr[channel_map[ch]];
1677 memcpy(s->output[ch + offset], output[ch], AC3_BLOCK_SIZE*sizeof(SHORTFLOAT));
1776 /* get output buffer */