Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_encoder_framing.c45 …ned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsi…
498 …ned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsi… 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_()