Home
last modified time | relevance | path

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

/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c857 uint16_t msgLen, puntBits, parity_offset, out_len; in process_ldpc_enc_cb() local
918 parity_offset = msgLen - puntBits; in process_ldpc_enc_cb()
920 puntBits%8, q->adapter_output, 0, parity_offset); in process_ldpc_enc_cb()
921 ippsCopyBE_1u(q->enc_out, 0, q->adapter_output + (parity_offset / 8), in process_ldpc_enc_cb()
922 parity_offset % 8, ldpc_req.nRows * ldpc_req.Zc); in process_ldpc_enc_cb()
947 rm_req.nullIndex = parity_offset - enc->n_filler; in process_ldpc_enc_cb()
1385 uint16_t K, parity_offset, sys_cols, outLenWithCrc; in process_ldpc_dec_cb() local
1392 parity_offset = K - 2 * dec->z_c; in process_ldpc_dec_cb()
1435 derm_req.start_null_index = parity_offset - dec->n_filler; in process_ldpc_dec_cb()
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1138 uint16_t i, j, parity_offset; in ldpc_add_filler() local
1143 parity_offset = (dec.basegraph == 1 ? 20 : 8) in ldpc_add_filler()
1148 for (j = new_hin_size - 1; j >= parity_offset + dec.n_filler; in ldpc_add_filler()
1153 llr[parity_offset + j] = llr_max_pre_scaling; in ldpc_add_filler()
1910 uint16_t parity_offset = (ops_ld->basegraph == 1 ? 20 : 8) in compute_harq_len() local
1914 ((k0 > parity_offset) ? in compute_harq_len()
1937 uint16_t parity_offset; in validate_op_harq_chain() local
1962 parity_offset = data_len; in validate_op_harq_chain()
1965 parity_offset = (ops_ld->basegraph == 1 ? 20 : 8) in validate_op_harq_chain()
1979 if (j == parity_offset) { in validate_op_harq_chain()
/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c1438 uint16_t K, parity_offset, harq_in_length = 0, harq_out_length = 0; in enqueue_ldpc_dec_one_op_cb() local
1513 parity_offset = K - 2 * dec->z_c; in enqueue_ldpc_dec_one_op_cb()
1527 if (k0 > parity_offset) in enqueue_ldpc_dec_one_op_cb()
/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c1294 uint16_t harq_out_length, harq_in_length, ncb_p, k0_p, parity_offset; in acc100_fcw_ld_fill() local
1387 parity_offset = (op->ldpc_dec.basegraph == 1 ? 20 : 8) in acc100_fcw_ld_fill()
1389 k0_p = (fcw->k0 > parity_offset) ? in acc100_fcw_ld_fill()