HomeSort by relevance Sort by last modified time
    Searched refs:CALLOC_CLR (Results 1 - 23 of 23) sorted by null

  /external/srec/srec/ca/
par_basi.c 43 hAcoustInp = (CA_AcoustInputParams *) CALLOC_CLR(1,
75 hPatInp = (CA_PatInputParams *) CALLOC_CLR(1,
104 hRecInp = (CA_RecInputParams *) CALLOC_CLR(1,
acc_basi.c 45 hAcoust = (CA_Acoustic *) CALLOC_CLR(1,
rec_basi.c 58 hRecog = (CA_Recog *) CALLOC_CLR(1, sizeof(CA_Recog), "ca.hRecog");
66 hRecog->recm = (multi_srec*)CALLOC_CLR(1, sizeof(multi_srec), "ca.hRecog.srec");
voc_basi.c 47 hVocab = (CA_Vocab *) CALLOC_CLR(1, sizeof(CA_Vocab), "ca.hVocab");
utt_basi.c 45 hUtt = (CA_Utterance *) CALLOC_CLR(1, sizeof(CA_Utterance), "ca.hUtt");
pat_basi.c 48 hPattern = (CA_Pattern *) CALLOC_CLR(1,
89 hPattern->data.prep = (preprocessed *) CALLOC_CLR(1,
cnfd_scr.c 56 hConfidenceScorer = (CA_ConfidenceScorer *) CALLOC_CLR(1,
syn_srec.c 218 hSyntax = (CA_Syntax *) CALLOC_CLR(1, sizeof(CA_Syntax), "ca.hSyntax");
  /external/srec/srec/crec/
srec_initialize.c 91 rec->current_model_scores = (costdata*) CALLOC_CLR(max_model_states, sizeof(costdata), "search.srec.current_model_scores"); /*FIX - either get NUM_MODELS from acoustic models, or check this someplace to make sure we have enough room*/
96 rec->fsmarc_token_array = (fsmarc_token*) CALLOC_CLR(rec->fsmarc_token_array_size , sizeof(fsmarc_token), "search.srec.fsmarc_token_array");
99 rec->word_token_array = (word_token*) CALLOC_CLR(max_word_tokens, sizeof(word_token), "search.srec.word_token_array");
102 rec->word_token_array_flags = (asr_int16_t*) CALLOC_CLR(max_word_tokens, sizeof(asr_int16_t), "search.srec.word_token_array_flags");
104 rec->fsmnode_token_array = (fsmnode_token*) CALLOC_CLR(max_fsmnode_tokens, sizeof(fsmnode_token), "search.srec.fsmnode_token_array");
107 rec->altword_token_array = (altword_token*) CALLOC_CLR(max_altword_tokens, sizeof(altword_token), "search.srec.altword_token_array");
113 rec->best_model_cost_for_frame = (costdata*)CALLOC_CLR(max_frames, sizeof(costdata), "search.srec.best_model_cost_for_frame");
172 rec->rec = (srec*)CALLOC_CLR(max_searches, sizeof(srec), "search.srec.base");
178 rec->best_token_for_arc = (stokenID*)CALLOC_CLR(max_fsm_arcs, sizeof(stokenID), "search.srec.best_token_for_arc");
181 rec->best_token_for_node = (ftokenID*)CALLOC_CLR(max_fsm_nodes, sizeof(ftokenID), "search.srec.best_token_for_node")
    [all...]
srec_context.c 164 context = (srec_context*)CALLOC_CLR(1, sizeof(srec_context), "srec.graph.base");
337 Interface = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.wordmap.base");
340 /* *pwmap->words = (ptr32*) CALLOC_CLR(wmap->max_words, sizeof(ptr32), "graph.wordmap.words"); */
341 Interface->words = (char**) CALLOC_CLR(Interface->max_words, sizeof(char*), "srec.graph.wordmap.words");
343 Interface->chars = (char*) CALLOC_CLR(Interface->max_chars, sizeof(char), "srec.graph.wordmap.chars");
637 tmp_words = (char**) CALLOC_CLR(wmap->num_base_words, sizeof(char*), "srec.graph.wordmap.words");
736 tmp_words = (char**) CALLOC_CLR(tmp_max_words, sizeof(char*), "srec.graph.wordmap.words");
837 tmp_words = (char**) CALLOC_CLR(tmp_max_words, sizeof(char*), "srec.graph.wordmap.words");
972 fst->ilabels = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.imap");
980 fst->FSMarc_list = (FSMarc*)CALLOC_CLR(max_num_FSMarcs, sizeof(FSMarc), "srec.graph.arcs")
    [all...]
word_lattice.c 58 wl = (srec_word_lattice*) CALLOC_CLR(1, sizeof(srec_word_lattice), "search.word_lattice.base");
60 wl->words_for_frame = (wtokenID*) CALLOC_CLR(max_frames, sizeof(wtokenID), "search.word_lattice.words");
62 wl->whether_sorted = (asr_int16_t*)CALLOC_CLR(max_frames, sizeof(asr_int16_t), "search.word_lattice.sflag");
astar.c 527 stack = (AstarStack*)CALLOC_CLR(1, sizeof(AstarStack), "search.astar.base");
530 stack->complete_paths = (partial_path**)CALLOC_CLR(stack->max_complete_paths, sizeof(partial_path*), "search.astar.cplist");
531 stack->complete_path_confidences = (int*)CALLOC_CLR(stack->max_complete_paths, sizeof(int), "search.astar.confvalues");
532 stack->active_paths = (partial_path**)CALLOC_CLR(stack->max_active_paths, sizeof(partial_path*), "search.astar.aplist");
538 stack->partial_path_array = (partial_path*)CALLOC_CLR(MAX_NUM_PARPS, sizeof(stack->partial_path_array[0]), "search.astar.pparray");
549 stack->pphash = (void*)CALLOC_CLR(1, sizeof(FixedSizeHash), "search.astar.pphash");
    [all...]
get_fram.c 393 prep->chan_offset = (imeldata *) CALLOC_CLR(prep->dim,
  /external/srec/srec/cfront/
frontpar.c 57 frontArgs = (CA_FrontendInputParams *) CALLOC_CLR(1,
ca_front.c 54 hFrontend = (CA_Frontend *) CALLOC_CLR(1, sizeof(CA_Frontend), "ca.hFrontend");
frontobj.c 79 config = (front_config *) CALLOC_CLR(1,
148 channel = (front_channel *) CALLOC_CLR(1,
201 channel->spectral_sub = (spectral_sub_info *) CALLOC_CLR(1,
283 waveobj = (front_wave *) CALLOC_CLR(1, sizeof(front_wave), "cfront.waveobj");
332 freqobj = (front_freq *) CALLOC_CLR(1,
536 cepobj = (front_cep *) CALLOC_CLR(1, sizeof(front_cep), "cfront.cepobj");
ca_wave.c 46 hWave = (CA_Wave *) CALLOC_CLR(1, sizeof(CA_Wave), "cfront.hWave");
spec_anl.c 331 freqobj->spectrum_filter = (int *) CALLOC_CLR(freqobj->fft.size + 1, sizeof(int), "cfront.spectrum_filter");
  /external/srec/portable/include/
pmemory.h 66 #define CALLOC_CLR(m, n, tag) calloc(m, n)
114 #define CALLOC_CLR(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__))
120 #define CALLOC_CLR(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize))
  /external/srec/srec/clib/
cnorm_tr.c 49 channorm = (norm_info *) CALLOC_CLR(1, sizeof(norm_info), "clib.channorm");
specnorm.c 225 spec = (spect_dist_info *) CALLOC_CLR(1,
235 spec->hist = (long *) CALLOC_CLR(high_entry - low_entry + 1,
srec_arb.c 300 buffer = (char*)CALLOC_CLR(fpos, sizeof(char), "srec.arbdata");
fpi_tgt.c 77 frmPkt = (fepFramePkt*) CALLOC_CLR(1, sizeof(fepFramePkt), "clib.Frame_Buffer");

Completed in 242 milliseconds