Searched refs:lma_num (Results 1 – 7 of 7) sorted by relevance
799 size_t lma_num = 0; in get_lpis() local812 size_t ch_pos = lma_num + homo_pos; in get_lpis()819 if (lma_num + homo_pos >= max_lma_buf - 1) in get_lpis()826 size_t ch_pos = lma_num + homo_pos; in get_lpis()833 if (lma_num + homo_pos >= max_lma_buf - 1) in get_lpis()838 lma_num += num_of_homo; in get_lpis()839 if (lma_num >= max_lma_buf) { in get_lpis()840 lma_num = max_lma_buf; in get_lpis()844 return lma_num; in get_lpis()
175 bool DictBuilder::alloc_resource(size_t lma_num) { in alloc_resource() argument176 if (0 == lma_num) in alloc_resource()181 lemma_num_ = lma_num; in alloc_resource()
1178 size_t lma_num; in prepare_candidates() local1179 lma_num = get_lpis(spl_id_ + fixed_hzs_, lma_size, in prepare_candidates()1184 if (lma_num > 0) { in prepare_candidates()1185 lpi_total_ += lma_num; in prepare_candidates()
163 bool alloc_resource(size_t lma_num);
367 bool add_lma_to_userdict(uint16 lma_from, uint16 lma_num, float score);