Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dstream_encoder_framing.c45 …2_t residual_samples, const uint32_t predictor_order, const uint32_t rice_parameters[], const uint…
498 …2_t residual_samples, const uint32_t predictor_order, const uint32_t rice_parameters[], const uint… in add_residual_partitioned_rice_() argument
507 if(!FLAC__bitwriter_write_raw_uint32(bw, rice_parameters[0], plen)) in add_residual_partitioned_rice_()
509 if(!FLAC__bitwriter_write_rice_signed_block(bw, residual, residual_samples, rice_parameters[0])) in add_residual_partitioned_rice_()
513 FLAC__ASSERT(rice_parameters[0] == 0); in add_residual_partitioned_rice_()
535 if(!FLAC__bitwriter_write_raw_uint32(bw, rice_parameters[i], plen)) in add_residual_partitioned_rice_()
537 if(!FLAC__bitwriter_write_rice_signed_block(bw, residual+k_last, k-k_last, rice_parameters[i])) in add_residual_partitioned_rice_()