Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_encoder.c424 FLAC__int32 *residual_workspace_unaligned[FLAC__MAX_CHANNELS][2]; member
882 …encoder->private_->residual_workspace_unaligned[i][0] = encoder->private_->residual_workspace[i][0… in init_stream_internal_()
883 …encoder->private_->residual_workspace_unaligned[i][1] = encoder->private_->residual_workspace[i][1… in init_stream_internal_()
2464 if(0 != encoder->private_->residual_workspace_unaligned[channel][i]) { in free_()
2465 free(encoder->private_->residual_workspace_unaligned[channel][i]); in free_()
2466 encoder->private_->residual_workspace_unaligned[channel][i] = 0; in free_()
2540 …_alloc_aligned_int32_array(new_blocksize, &encoder->private_->residual_workspace_unaligned[channel… in resize_buffers_()