/external/srec/srec/include/ |
D | srec_eosd.h | 32 frameID endnode_timeout; 33 frameID optendnode_timeout; 34 frameID internalnode_timeout; 35 frameID inspeech_timeout; 41 frameID endnode_frmcnt; 42 frameID optendnode_frmcnt; 43 frameID internalnode_frmcnt; 44 frameID inspeech_frmcnt;
|
D | srec.h | 67 frameID num_hmm_states; /* number of hmm states */ 72 frameID duration[MAX_HMM]; /* frames observed for this hmm state, todo: pack into char! */ 94 frameID silence_duration; 105 frameID end_time; /* end time of the word just observed, includes trailing silence */ 111 frameID _word_end_time; /* end time of the word just observed, excl trailing silence */ 130 frameID max_frames; 204 frameID current_search_frame; 263 frameID max_frames; 298 frameID max_frames; 334 bigcostdata accumulated_cost_offset(costdata *cost_offsets, frameID frame); [all …]
|
D | swimodel.h | 85 static PINLINE costdata duration_penalty_loop(frameID average_duration, frameID duration_so_far) in duration_penalty_loop() 99 static PINLINE costdata duration_penalty_depart(frameID average_duration, frameID duration_so_far) in duration_penalty_depart()
|
D | word_lattice.h | 47 void sort_word_lattice_at_frame(srec* rec, frameID frame); 49 srec_word_lattice *allocate_word_lattice(frameID max_frames); 52 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame, 54 …costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID i…
|
D | srec_sizes.h | 33 typedef asr_uint16_t frameID; /*for time frame*/ typedef 49 #define MAXframeID ((frameID)65535)
|
/external/srec/srec/crec/ |
D | srec_eosd.c | 37 eosd->eos_costdelta = (frameID)eos_costdelta; in srec_eosd_allocate() 38 eosd->opt_eos_costdelta = (frameID)opt_eos_costdelta; in srec_eosd_allocate() 39 eosd->endnode_timeout = (frameID)terminal_timeout; in srec_eosd_allocate() 40 eosd->optendnode_timeout = (frameID)optional_terminal_timeout; in srec_eosd_allocate() 41 eosd->internalnode_timeout = (frameID)non_terminal_timeout; in srec_eosd_allocate() 42 eosd->inspeech_timeout = (frameID)max_speech_duration; in srec_eosd_allocate()
|
D | srec_results.c | 79 frameID end_frame; in srec_has_results() 95 frameID ifr; in srec_clear_results() 366 frameID start_frame = MAXframeID; in srec_nbest_get_choice_info() 367 frameID i, end_frame = MAXframeID; in srec_nbest_get_choice_info() 368 frameID num_speech_frames; in srec_nbest_get_choice_info() 371 frameID num_words; in srec_nbest_get_choice_info() 396 num_speech_frames = (frameID)(end_frame - start_frame); in srec_nbest_get_choice_info()
|
D | word_lattice.c | 54 srec_word_lattice *allocate_word_lattice(frameID max_frames) in allocate_word_lattice() 76 frameID ifr; in initialize_word_lattice() 84 costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID if… in lattice_best_cost_to_frame() 100 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame, in lattice_add_word_tokens() 355 frameID i; 412 frameID end_frame; 448 frameID end_frame; 489 frameID end_frame; 534 void sort_word_lattice_at_frame(srec* rec, frameID frame) 749 free_word_token_from_lattice(rec, (frameID)i);
|
D | srec_initialize.c | 112 rec->max_frames = (frameID)max_frames; in allocate_recognition1() 114 rec->word_lattice = allocate_word_lattice((frameID)max_frames); in allocate_recognition1() 189 rec->max_frames = (frameID)max_frames; in allocate_recognition()
|
D | rec_norm.c | 39 frameID speech_start, speech_end; in inherit_recognition_statistics()
|
D | srec.c | 60 static void reset_cost_offsets(multi_srec* rec, frameID current_search_frame, 325 pattern_info *pattern, frameID current_search_frame) in compute_model_scores() 654 static void reset_cost_offsets(multi_srec* rec, frameID current_frame, in reset_cost_offsets() 1380 frameID ct_end_time = MAXframeID, et_end_time = 0; in update_from_hmms_to_fsmnodes() 1785 void srec_force_the_end(srec* rec, frameID end_frame, wordID end_word) in srec_force_the_end() 1789 frameID frame; in srec_force_the_end() 1824 frameID end_frame = rec->current_search_frame; in srec_no_more_frames() 1916 frameID ifr; in srec_terminate() 2356 void multi_srec_get_speech_bounds(multi_srec* recm, frameID* start_frame, frameID* end_frame) in multi_srec_get_speech_bounds() 2358 frameID csf; in multi_srec_get_speech_bounds()
|
D | srec_debug.c | 100 frameID* duration = &stoken->duration[0]; in print_fsmarc_token()
|
D | astar.c | 575 frameID end_frame = rec->current_search_frame; in astar_stack_prepare() 718 sort_word_lattice_at_frame(rec, (frameID)(wtoken->end_time + 1)); in astar_stack_do_backwards_search() 935 frameID end_time; in print_path() 1081 frameID prune_frame = rec->current_search_frame; in astar_stack_prepare_from_active_search()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | Frame.h | 79 static PassRefPtr<FrameInit> create(int64_t frameID, Page* page, FrameLoaderClient* client) in create() argument 81 return adoptRef(new FrameInit(frameID, page, client)); in create() 87 int64_t frameID() const { return m_frameID; } in frameID() function 96 FrameInit(int64_t frameID, Page* page = 0, FrameLoaderClient* client = 0) 97 : m_frameID(frameID) in m_frameID() argument 157 int64_t frameID() const { return m_frameInit->frameID(); } in frameID() function
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebFrameImpl.h | 421 static PassRefPtr<WebFrameInit> create(WebFrameImpl* webFrameImpl, int64_t frameID) in create() argument 423 return adoptRef(new WebFrameInit(webFrameImpl, frameID)); in create() 427 WebFrameInit(WebFrameImpl* webFrameImpl, int64_t frameID) in WebFrameInit() argument 428 : WebCore::FrameInit(frameID) in WebFrameInit()
|
D | WebFrameImpl.cpp | 547 return m_frameInit->frameID(); in embedderIdentifier()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | HistoryController.cpp | 121 if (HistoryNode* historyNode = m_framesToItems.get(frame->frameID())) in historyNodeForFrame()
|
D | FrameLoader.cpp | 334 m_currentItem->setTargetFrameID(m_frame->frameID()); in setHistoryItemStateForCommit()
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 1492 impl->recognizer->eosd_parms->eos_costdelta = (frameID)value; in SR_RecognizerSetSize_tParameterImpl() 1493 impl->recognizer->eosd_parms->opt_eos_costdelta = (frameID)value; in SR_RecognizerSetSize_tParameterImpl()
|