Lines Matching refs:rv_index
1333 ops[i]->turbo_dec.rv_index = turbo_dec->rv_index; in copy_reference_dec_op()
1381 ops[i]->turbo_enc.rv_index = turbo_enc->rv_index; in copy_reference_enc_op()
1731 ops[i]->ldpc_dec.rv_index = ldpc_dec->rv_index; in copy_reference_ldpc_dec_op()
1779 ops[i]->ldpc_enc.rv_index = ldpc_enc->rv_index; in copy_reference_ldpc_enc_op()
1877 get_k0(uint16_t n_cb, uint16_t z_c, uint8_t bg, uint8_t rv_index) in get_k0() argument
1879 if (rv_index == 0) in get_k0()
1883 if (rv_index == 1) in get_k0()
1885 else if (rv_index == 2) in get_k0()
1891 if (rv_index == 1) in get_k0()
1894 else if (rv_index == 2) in get_k0()
1907 uint8_t max_rv = (ops_ld->rv_index == 1) ? 3 : ops_ld->rv_index; in compute_harq_len()