Home
last modified time | relevance | path

Searched refs:residual_workspace_unaligned (Results 1 – 1 of 1) sorted by relevance

/external/flac/libFLAC/
Dstream_encoder.c395 FLAC__int32 *residual_workspace_unaligned[FLAC__MAX_CHANNELS][2]; member
844 …encoder->private_->residual_workspace_unaligned[i][0] = encoder->private_->residual_workspace[i][0… in init_stream_internal_()
845 …encoder->private_->residual_workspace_unaligned[i][1] = encoder->private_->residual_workspace[i][1… in init_stream_internal_()
2403 if(0 != encoder->private_->residual_workspace_unaligned[channel][i]) { in free_()
2404 free(encoder->private_->residual_workspace_unaligned[channel][i]); in free_()
2405 encoder->private_->residual_workspace_unaligned[channel][i] = 0; in free_()
2488 …_alloc_aligned_int32_array(new_blocksize, &encoder->private_->residual_workspace_unaligned[channel… in resize_buffers_()