Searched refs:llr_tmp (Results 1 – 1 of 1) sorted by relevance
1167 int16_t llr_max, llr_min, llr_tmp; in ldpc_input_llr_scaling() local1178 llr_tmp = llr[byte_idx]; in ldpc_input_llr_scaling()1180 llr_tmp *= 8; in ldpc_input_llr_scaling()1182 llr_tmp *= 2; in ldpc_input_llr_scaling()1184 llr_tmp /= 2; in ldpc_input_llr_scaling()1185 llr_tmp = RTE_MIN(llr_max, in ldpc_input_llr_scaling()1186 RTE_MAX(llr_min, llr_tmp)); in ldpc_input_llr_scaling()1187 llr[byte_idx] = (int8_t) llr_tmp; in ldpc_input_llr_scaling()