Home
last modified time | relevance | path

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

/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c96 static int ldpc_llr_decimals; variable
1255 ldpc_llr_decimals = capabilities->cap.ldpc_dec.llr_decimals; in fill_queue_buffers()
1260 ldpc_llr_size, ldpc_llr_decimals); in fill_queue_buffers()
1263 ldpc_llr_size, ldpc_llr_decimals); in fill_queue_buffers()
1507 llr_ *= (1 << ldpc_llr_decimals); in gen_qm8_llr()
1572 llr_ *= (1 << ldpc_llr_decimals); in gen_qm6_llr()
1628 llr_ *= (1 << ldpc_llr_decimals); in gen_qm4_llr()
1652 b = b1 * (1 << ldpc_llr_decimals); in gen_qm2_llr()
1935 int16_t llr_max = (1 << (ldpc_llr_size - ldpc_llr_decimals)) - 1; in validate_op_harq_chain()
1994 if (ldpc_llr_decimals > 1) in validate_op_harq_chain()
[all …]