Home | History | Annotate | Download | only in share

Lines Matching refs:MatrixNode

77   size_t mtrx_nd_size = sizeof(MatrixNode) * kMtrxNdPoolSize;
94 mtrx_nd_pool_ = reinterpret_cast<MatrixNode*>(share_buf_);
212 // Get a MatrixNode from the pool
218 MatrixNode *node = mtrx_nd_pool_ + matrix_[0].mtrx_nd_pos;
894 MatrixNode *end_node = matrix_[step_end].mtrx_nd_fixed;
1000 // 1. Check if that old row has valid MatrixNode. If no, means that row is
1113 MatrixNode *mtrx_nd = mtrx_nd_pool_ + mtrx_nd_pos;
1314 MatrixNode *mtrx_nd = mtrx_nd_pool_ + matrix_[pys_decoded_len_].mtrx_nd_pos;
1535 size_t MatrixSearch::extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[],
1551 MatrixNode *mtrx_nd_res_min = mtrx_nd_pool_ + matrix_[res_row].mtrx_nd_pos;
1559 MatrixNode *mtrx_nd_res = mtrx_nd_res_min + mtrx_nd_num;
1621 MatrixNode *mtrx_nd = mtrx_nd_pool_ + matrix_[pys_decoded_len_].mtrx_nd_pos;
1636 printf("---MatrixNode [step: %d, lma_idx: %d, total score:%.5f]\n",