Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/libFLAC/
H A 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_()
2482 if(0 != encoder->private_->raw_bits_per_partition_unaligned) { in free_()
2483 free(encoder->private_->raw_bits_per_partition_unaligned); in free_()
2484 encoder->private_->raw_bits_per_partition_unaligned = 0; in free_()
2573 …aligned_uint32_array(new_blocksize * 2, &encoder->private_->raw_bits_per_partition_unaligned, &enc… in resize_buffers_()