Lines Matching full:param
88 * @param weight_count The number of (decimated) weights.
89 * @param dec_weight_ideal_value The ideal decimated unquantized weight values.
90 * @param max_angular_steps The maximum number of steps to be tested.
91 * @param[out] offsets The output angular offsets array.
141 * @param weight_count The number of (decimated) weights.
142 * @param dec_weight_ideal_value The ideal decimated unquantized weight values.
143 * @param max_angular_steps The maximum number of steps to be tested.
144 * @param max_quant_steps The maximum quantization level to be tested.
145 * @param offsets The angular offsets array.
146 * @param[out] lowest_weight Per angular step, the lowest weight.
147 * @param[out] weight_span Per angular step, the span between lowest and highest weight.
148 * @param[out] error Per angular step, the error.
149 * @param[out] cut_low_weight_error Per angular step, the low weight cut error.
150 * @param[out] cut_high_weight_error Per angular step, the high weight cut error.
326 * @param weight_count The number of (decimated) weights.
327 * @param dec_weight_ideal_value The ideal decimated unquantized weight values.
328 * @param max_quant_level The maximum quantization level to be tested.
329 * @param[out] low_value Per angular step, the lowest weight value.
330 * @param[out] high_value Per angular step, the highest weight value.