Searched refs:FLAC__memory_alloc_aligned_int32_array (Results 1 – 4 of 4) sorted by relevance
| /external/flac/src/libFLAC/include/private/ |
| D | memory.h | 49 FLAC__bool FLAC__memory_alloc_aligned_int32_array(size_t elements, FLAC__int32 **unaligned_pointer,…
|
| /external/flac/src/libFLAC/ |
| D | memory.c | 63 FLAC__bool FLAC__memory_alloc_aligned_int32_array(size_t elements, FLAC__int32 **unaligned_pointer,… in FLAC__memory_alloc_aligned_int32_array() function
|
| D | stream_encoder.c | 2596 …ok = ok && FLAC__memory_alloc_aligned_int32_array(new_blocksize+4+OVERREAD_, &encoder->private_->i… in resize_buffers_() 2603 …ok = ok && FLAC__memory_alloc_aligned_int32_array(new_blocksize+4+OVERREAD_, &encoder->private_->i… in resize_buffers_() 2619 …ok = ok && FLAC__memory_alloc_aligned_int32_array(new_blocksize, &encoder->private_->residual_work… in resize_buffers_() 2633 …ok = ok && FLAC__memory_alloc_aligned_int32_array(new_blocksize, &encoder->private_->residual_work… in resize_buffers_()
|
| D | stream_decoder.c | 1276 …if(!FLAC__memory_alloc_aligned_int32_array(size, &decoder->private_->residual_unaligned[i], &decod… in allocate_output_()
|