• Home
  • Raw
  • Download

Lines Matching refs:sample_buffer

127     int32_t        *sample_buffer;          ///< Pointer to current access unit samples.  member
1009 int32_t *sample_buffer = ctx->write_buffer; in write_block_data() local
1035 int32_t sample = *sample_buffer++ >> dp->quant_step_size[ch]; in write_block_data()
1046 sample_buffer += 2; /* noise channels */ in write_block_data()
1049 ctx->write_buffer = sample_buffer; in write_block_data()
1244 int32_t *sample_buffer = ctx->inout_buffer; in input_data_internal() local
1263 *sample_buffer++ = sample; in input_data_internal()
1266 sample_buffer += 2; /* noise channels */ in input_data_internal()
1286 int32_t *sample_buffer = ctx->sample_buffer; in input_to_sample_buffer() local
1296 *sample_buffer++ = *input_buffer++; in input_to_sample_buffer()
1297 sample_buffer += 2; /* noise_channels */ in input_to_sample_buffer()
1330 int32_t *sample_buffer = ctx->sample_buffer; in determine_quant_step_size() local
1339 sample_mask[channel] |= *sample_buffer++; in determine_quant_step_size()
1341 sample_buffer += 2; /* noise channels */ in determine_quant_step_size()
1397 int32_t *sample_buffer = ctx->sample_buffer + channel; in set_filter_params() local
1406 *lpc_samples++ = *sample_buffer; in set_filter_params()
1407 sample_buffer += ctx->num_channels; in set_filter_params()
1451 int32_t *right_ch = ctx->sample_buffer + 1; in estimate_stereo_mode()
1452 int32_t *left_ch = ctx->sample_buffer; in estimate_stereo_mode()
1636 int32_t *sample_buffer = ctx->sample_buffer + channel; in codebook_bits_offset() local
1663 int32_t sample = *sample_buffer >> dp->quant_step_size[channel]; in codebook_bits_offset()
1680 sample_buffer += ctx->num_channels; in codebook_bits_offset()
1741 int32_t *sample_buffer = ctx->sample_buffer + channel; in determine_bits() local
1750 int32_t sample = *sample_buffer >> dp->quant_step_size[channel]; in determine_bits()
1756 sample_buffer += ctx->num_channels; in determine_bits()
1811 int32_t *sample_buffer = ctx->sample_buffer + channel; in apply_filter() local
1829 filter_state_buffer[FIR][i] = *sample_buffer; in apply_filter()
1830 filter_state_buffer[IIR][i] = *sample_buffer; in apply_filter()
1832 sample_buffer += ctx->num_channels; in apply_filter()
1836 int32_t sample = *sample_buffer; in apply_filter()
1859 sample_buffer += ctx->num_channels; in apply_filter()
1862 sample_buffer = ctx->sample_buffer + channel; in apply_filter()
1864 *sample_buffer = filter_state_buffer[IIR][i]; in apply_filter()
1866 sample_buffer += ctx->num_channels; in apply_filter()
1896 int32_t *sample_buffer = ctx->sample_buffer + ctx->num_channels - 2; in generate_2_noise_channels() local
1903 *sample_buffer++ = ((int8_t)(seed >> 15)) * (1 << rh->noise_shift); in generate_2_noise_channels()
1904 *sample_buffer++ = ((int8_t) seed_shr7) * (1 << rh->noise_shift); in generate_2_noise_channels()
1908 sample_buffer += ctx->num_channels - 2; in generate_2_noise_channels()
1919 int32_t *sample_buffer = ctx->sample_buffer; in rematrix_channels() local
1929 sample_buffer = ctx->sample_buffer; in rematrix_channels()
1935 int32_t sample = *(sample_buffer + src_ch); in rematrix_channels()
1938 sample_buffer[outch] = (accum >> 14) & mask; in rematrix_channels()
1940 sample_buffer += ctx->num_channels; in rematrix_channels()
2173 ctx->sample_buffer += ctx->cur_decoding_params->blocksize * ctx->num_channels; in analyze_sample_buffer()
2184 ctx->sample_buffer = ctx->major_inout_buffer; in process_major_frame()
2231 ctx->sample_buffer = ctx->major_scratch_buffer in mlp_encode_frame()
2246 ctx->sample_buffer = ctx->major_scratch_buffer; in mlp_encode_frame()
2266 ctx->write_buffer = ctx->sample_buffer; in mlp_encode_frame()
2295 ctx->sample_buffer = ctx->major_scratch_buffer; in mlp_encode_frame()