Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1060 int8_t *llr = rte_pktmbuf_mtod_offset(m, int8_t *, in limit_input_llr_val_range() local
1064 llr[byte_idx] = round((double)max_llr_modulus * in limit_input_llr_val_range()
1065 llr[byte_idx] / INT8_MAX); in limit_input_llr_val_range()
1095 int8_t *llr = rte_pktmbuf_mtod_offset(m, int8_t *, in ldpc_add_filler() local
1104 llr[j] = llr[j - dec.n_filler]; in ldpc_add_filler()
1107 llr[parity_offset + j] = llr_max_pre_scaling; in ldpc_add_filler()
1127 int8_t *llr = rte_pktmbuf_mtod_offset(m, int8_t *, in ldpc_input_llr_scaling() local
1132 llr_tmp = llr[byte_idx]; in ldpc_input_llr_scaling()
1141 llr[byte_idx] = (int8_t) llr_tmp; in ldpc_input_llr_scaling()