Lines Matching defs:sample_buffer
133 int32_t *sample_buffer; ///< Pointer to current access unit samples.
954 int32_t *sample_buffer = ctx->write_buffer;
979 int32_t sample = *sample_buffer++ >> dp->quant_step_size[ch];
990 sample_buffer += 2; /* noise channels */
993 ctx->write_buffer = sample_buffer;
1175 int32_t *sample_buffer = ctx->inout_buffer;
1193 *sample_buffer++ = sample;
1196 sample_buffer += 2; /* noise channels */
1212 int32_t *sample_buffer = ctx->sample_buffer;
1220 *sample_buffer++ = *input_buffer++;
1221 sample_buffer += 2; /* noise_channels */
1252 int32_t *sample_buffer = ctx->sample_buffer;
1259 sample_mask[channel] |= *sample_buffer++;
1261 sample_buffer += 2; /* noise channels */
1316 int32_t *sample_buffer = ctx->sample_buffer + channel;
1324 *lpc_samples++ = *sample_buffer;
1325 sample_buffer += ctx->num_channels;
1368 int32_t *right_ch = ctx->sample_buffer + 1;
1369 int32_t *left_ch = ctx->sample_buffer;
1550 int32_t *sample_buffer = ctx->sample_buffer + channel;
1576 int32_t sample = *sample_buffer >> dp->quant_step_size[channel];
1593 sample_buffer += ctx->num_channels;
1653 int32_t *sample_buffer = ctx->sample_buffer + channel;
1661 int32_t sample = *sample_buffer >> dp->quant_step_size[channel];
1667 sample_buffer += ctx->num_channels;
1721 int32_t *sample_buffer = ctx->sample_buffer + channel;
1727 ctx->filter_state_buffer[FIR][i] = *sample_buffer;
1728 ctx->filter_state_buffer[IIR][i] = *sample_buffer;
1730 sample_buffer += ctx->num_channels;
1734 int32_t sample = *sample_buffer;
1756 sample_buffer += ctx->num_channels;
1759 sample_buffer = ctx->sample_buffer + channel;
1761 *sample_buffer = ctx->filter_state_buffer[IIR][i];
1763 sample_buffer += ctx->num_channels;
1787 int32_t *sample_buffer = ctx->sample_buffer + ctx->num_channels - 2;
1793 *sample_buffer++ = ((int8_t)(seed >> 15)) * (1 << rh->noise_shift);
1794 *sample_buffer++ = ((int8_t) seed_shr7) * (1 << rh->noise_shift);
1798 sample_buffer += ctx->num_channels - 2;
1809 int32_t *sample_buffer = ctx->sample_buffer;
1817 sample_buffer = ctx->sample_buffer;
1822 int32_t sample = *(sample_buffer + src_ch);
1825 sample_buffer[outch] = (accum >> 14) & mask;
1827 sample_buffer += ctx->num_channels;
2039 ctx->sample_buffer += ctx->cur_decoding_params->blocksize * ctx->num_channels;
2047 ctx->sample_buffer = ctx->major_inout_buffer;
2096 ctx->sample_buffer = ctx->major_scratch_buffer
2116 ctx->write_buffer = ctx->sample_buffer;
2139 ctx->sample_buffer = ctx->major_scratch_buffer;