Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_encoder.c412 FLAC__int32 *residual_workspace_unaligned[FLAC__MAX_CHANNELS][2]; member
872 …encoder->private_->residual_workspace_unaligned[i][0] = encoder->private_->residual_workspace[i][0… in init_stream_internal_()
873 …encoder->private_->residual_workspace_unaligned[i][1] = encoder->private_->residual_workspace[i][1… in init_stream_internal_()
2221 if(0 != encoder->private_->residual_workspace_unaligned[channel][i]) { in free_()
2222 free(encoder->private_->residual_workspace_unaligned[channel][i]); in free_()
2223 encoder->private_->residual_workspace_unaligned[channel][i] = 0; in free_()
2306 …_alloc_aligned_int32_array(new_blocksize, &encoder->private_->residual_workspace_unaligned[channel… in resize_buffers_()