Searched refs:parity_offset (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/baseband/turbo_sw/ |
| H A D | bbdev_turbo_software.c | 854 uint16_t msgLen, puntBits, parity_offset, out_len; in process_ldpc_enc_cb() local 909 parity_offset = msgLen - puntBits; in process_ldpc_enc_cb() 911 puntBits%8, q->adapter_output, 0, parity_offset); in process_ldpc_enc_cb() 912 ippsCopyBE_1u(q->enc_out, 0, q->adapter_output + (parity_offset / 8), in process_ldpc_enc_cb() 913 parity_offset % 8, ldpc_req.nRows * ldpc_req.Zc); in process_ldpc_enc_cb() 938 rm_req.nullIndex = parity_offset - enc->n_filler; in process_ldpc_enc_cb() 1376 uint16_t K, parity_offset, sys_cols, outLenWithCrc; in process_ldpc_dec_cb() local 1383 parity_offset = K - 2 * dec->z_c; in process_ldpc_dec_cb() 1426 derm_req.start_null_index = parity_offset - dec->n_filler; in process_ldpc_dec_cb()
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 1092 uint16_t i, j, parity_offset; in ldpc_add_filler() local 1097 parity_offset = (dec.basegraph == 1 ? 20 : 8) in ldpc_add_filler() 1102 for (j = new_hin_size - 1; j >= parity_offset + dec.n_filler; in ldpc_add_filler() 1107 llr[parity_offset + j] = llr_max_pre_scaling; in ldpc_add_filler() 1864 uint16_t parity_offset = (ops_ld->basegraph == 1 ? 20 : 8) in compute_harq_len() local 1868 ((k0 > parity_offset) ? in compute_harq_len() 1891 uint16_t parity_offset; in validate_op_harq_chain() local 1916 parity_offset = data_len; in validate_op_harq_chain() 1919 parity_offset = (ops_ld->basegraph == 1 ? 20 : 8) in validate_op_harq_chain() 1933 if (j == parity_offset) { in validate_op_harq_chain()
|
| /f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/ |
| H A D | rte_fpga_5gnr_fec.c | 1437 uint16_t K, parity_offset, harq_in_length = 0, harq_out_length = 0; in enqueue_ldpc_dec_one_op_cb() local 1512 parity_offset = K - 2 * dec->z_c; in enqueue_ldpc_dec_one_op_cb() 1526 if (k0 > parity_offset) in enqueue_ldpc_dec_one_op_cb()
|
| /f-stack/dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.c | 1292 uint16_t harq_out_length, harq_in_length, ncb_p, k0_p, parity_offset; in acc100_fcw_ld_fill() local 1385 parity_offset = (op->ldpc_dec.basegraph == 1 ? 20 : 8) in acc100_fcw_ld_fill() 1387 k0_p = (fcw->k0 > parity_offset) ? in acc100_fcw_ld_fill()
|