rice_parameter=(fixed_residual_bits_per_sample[fixed_order]>0.0)?(unsigned)(fixed_residual_bits_per_sample[fixed_order]+0.5):0;/* 0.5 is for rounding */
#ifdef FOLDED_RICE
#ifndef SYMMETRIC_RICE
rice_parameter++;/* to account for the signed->unsigned conversion during rice coding */