Lines Matching defs:ch_pos
813 size_t ch_pos = lma_num + homo_pos;
814 lma_buf[ch_pos].id =
816 lma_buf[ch_pos].lma_len = 1;
817 lma_buf[ch_pos].psb =
818 static_cast<LmaScoreType>(ngram.get_uni_psb(lma_buf[ch_pos].id));
827 size_t ch_pos = lma_num + homo_pos;
829 lma_buf[ch_pos].id = get_lemma_id(node_homo_off + homo_pos);
830 lma_buf[ch_pos].lma_len = splid_str_len;
831 lma_buf[ch_pos].psb =
832 static_cast<LmaScoreType>(ngram.get_uni_psb(lma_buf[ch_pos].id));