Searched refs:llr_tmp (Results 1 – 1 of 1) sorted by relevance
1121 int16_t llr_max, llr_min, llr_tmp; in ldpc_input_llr_scaling() local1132 llr_tmp = llr[byte_idx]; in ldpc_input_llr_scaling()1134 llr_tmp *= 8; in ldpc_input_llr_scaling()1136 llr_tmp *= 2; in ldpc_input_llr_scaling()1138 llr_tmp /= 2; in ldpc_input_llr_scaling()1139 llr_tmp = RTE_MIN(llr_max, in ldpc_input_llr_scaling()1140 RTE_MAX(llr_min, llr_tmp)); in ldpc_input_llr_scaling()1141 llr[byte_idx] = (int8_t) llr_tmp; in ldpc_input_llr_scaling()