Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dstream_encoder.c427 uint32_t *raw_bits_per_partition_unaligned; member
892 …encoder->private_->raw_bits_per_partition_unaligned = encoder->private_->raw_bits_per_partition = … in init_stream_internal_()
2561 if(0 != encoder->private_->raw_bits_per_partition_unaligned) { in free_()
2562 free(encoder->private_->raw_bits_per_partition_unaligned); in free_()
2563 encoder->private_->raw_bits_per_partition_unaligned = 0; in free_()
2652 …aligned_uint32_array(new_blocksize * 2, &encoder->private_->raw_bits_per_partition_unaligned, &enc… in resize_buffers_()