Lines Matching refs:mtrx_nd
1113 MatrixNode *mtrx_nd = mtrx_nd_pool_ + mtrx_nd_pos;
1115 extend_mtrx_nd(mtrx_nd, lpi_items_, lpi_total_,
1314 MatrixNode *mtrx_nd = mtrx_nd_pool_ + matrix_[pys_decoded_len_].mtrx_nd_pos;
1315 while (mtrx_nd != mtrx_nd_pool_) {
1317 if (mtrx_nd->step <= spl_start_[fixed_hzs_])
1323 PoolPosType dmi_fr = mtrx_nd->dmi_fr;
1328 spl_start_[spl_id_num_ + 1] = mtrx_nd->step -
1337 lma_id_[lma_id_num_] = mtrx_nd->id;
1340 mtrx_nd = mtrx_nd->from;
1535 size_t MatrixSearch::extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[],
1538 assert(NULL != mtrx_nd);
1544 if (0 == mtrx_nd->step) {
1553 float score = mtrx_nd->score + lpi_items[pos].psb;
1572 mtrx_nd_res->from = mtrx_nd;
1621 MatrixNode *mtrx_nd = mtrx_nd_pool_ + matrix_[pys_decoded_len_].mtrx_nd_pos;
1624 printf("--- sentence score: %f\n", mtrx_nd->score);
1631 while (mtrx_nd != NULL) {
1632 idxs[id_num] = mtrx_nd->id;
1637 mtrx_nd->step, mtrx_nd->id, mtrx_nd->score);
1638 debug_print_dmi(mtrx_nd->dmi_fr, 1);
1641 mtrx_nd = mtrx_nd->from;