Lines Matching full:frame
347 /*precompute all needed models to be used by next frame of search*/
712 cost is the cost through this frame
843 // printf("FRAME %d\n", rec->current_search_frame);
862 M outgoing arcs can share, cuz this is the same arriving arc@frame */
1694 /*gets things started for the viterbi search - sets up things for frame 0*/
1789 frameID frame;
1793 for (frame = end_frame - 1; frame > 20; frame--)
1795 if (wl->words_for_frame[frame] != MAXwtokenID)
1798 wl->words_for_frame[end_frame] = wl->words_for_frame[frame];
1799 wl->words_for_frame[frame] = MAXwtokenID;
1804 wtoken->end_time = frame;
1809 PLogError(L("Forced an end path at end frame %d/%d)\n"), frame, end_frame);
1880 /* now also dump alternatives at this last frame, sep19'03 fixed */
1896 /* we clobber the word_lattice at the last frame that was created
1968 for each frame:
1970 1. Handle all internal HMM updates based on new frame observations. This is
1973 2. For each current active FSM node (from previous frame), activate update
1975 through an observation frame (so, only go from an FSM node to a new HMM
1976 token if the first observation frame gets a score above the current pruning
1981 this frame (so therefore the pruning threshold will not change).
1991 repeat for next frame based on new FSM nodes and current HMMs
2045 to operate on scores after consumption of a frame */
2056 from the last frame, and make the prune the worse gender
2201 /*update search to next frame*/
2208 1. Handle all internal HMM updates based on new frame observations. This is
2223 2. For each current active FSM node (from previous frame), activate update
2225 through an observation frame (so, only go from an FSM node to a new HMM
2226 token if the first observation frame gets a score above the current pruning
2235 this frame (so therefore the pruning threshold will not change).
2269 the last frame */
2313 /*clear priority_q for this frame*/