Home
last modified time | relevance | path

Searched refs:mtrx_nd_res_min (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp1574 MatrixNode *mtrx_nd_res_min = mtrx_nd_pool_ + matrix_[res_row].mtrx_nd_pos; in extend_mtrx_nd() local
1577 if (pos > 0 && score - PRUMING_SCORE > mtrx_nd_res_min->score) in extend_mtrx_nd()
1582 MatrixNode *mtrx_nd_res = mtrx_nd_res_min + mtrx_nd_num; in extend_mtrx_nd()
1585 while (mtrx_nd_res > mtrx_nd_res_min && score < (mtrx_nd_res - 1)->score) { in extend_mtrx_nd()
1586 if (static_cast<size_t>(mtrx_nd_res - mtrx_nd_res_min) < kMaxNodeARow) in extend_mtrx_nd()