Lines Matching refs:rv_index
1287 ops[i]->turbo_dec.rv_index = turbo_dec->rv_index; in copy_reference_dec_op()
1335 ops[i]->turbo_enc.rv_index = turbo_enc->rv_index; in copy_reference_enc_op()
1685 ops[i]->ldpc_dec.rv_index = ldpc_dec->rv_index; in copy_reference_ldpc_dec_op()
1733 ops[i]->ldpc_enc.rv_index = ldpc_enc->rv_index; in copy_reference_ldpc_enc_op()
1831 get_k0(uint16_t n_cb, uint16_t z_c, uint8_t bg, uint8_t rv_index) in get_k0() argument
1833 if (rv_index == 0) in get_k0()
1837 if (rv_index == 1) in get_k0()
1839 else if (rv_index == 2) in get_k0()
1845 if (rv_index == 1) in get_k0()
1848 else if (rv_index == 2) in get_k0()
1861 uint8_t max_rv = (ops_ld->rv_index == 1) ? 3 : ops_ld->rv_index; in compute_harq_len()