Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c96 static int ldpc_llr_decimals; variable
1209 ldpc_llr_decimals = capabilities->cap.ldpc_dec.llr_decimals; in fill_queue_buffers()
1214 ldpc_llr_size, ldpc_llr_decimals); in fill_queue_buffers()
1217 ldpc_llr_size, ldpc_llr_decimals); in fill_queue_buffers()
1461 llr_ *= (1 << ldpc_llr_decimals); in gen_qm8_llr()
1526 llr_ *= (1 << ldpc_llr_decimals); in gen_qm6_llr()
1582 llr_ *= (1 << ldpc_llr_decimals); in gen_qm4_llr()
1606 b = b1 * (1 << ldpc_llr_decimals); in gen_qm2_llr()
1889 int16_t llr_max = (1 << (ldpc_llr_size - ldpc_llr_decimals)) - 1; in validate_op_harq_chain()
1948 if (ldpc_llr_decimals > 1) in validate_op_harq_chain()
[all …]