OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srec
(Results
51 - 69
of
69
) sorted by null
1
2
3
/external/srec/srec/crec/
astar_pphash.c
25
#include"
srec
.h"
34
void hash_init(FixedSizeHash* hash,
srec
* rec_debug)
46
int compare_parp(partial_path* parp1, partial_path* parp2,
srec
* rec)
srec_initialize.c
35
#include "
srec
.h"
41
/*this file contains code which handles the initialization of the
srec
data structures*/
43
/*allocates an
srec
-
72
static void allocate_recognition1(
srec
*rec,
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")
[
all
...]
srec.c
2
*
srec
.c *
34
#include "
srec
.h"
47
"$Id:
srec
.c,v 1.39.4.31 2008/06/23 17:20:39 dahan Exp $";
62
static void update_internal_hmm_states(
srec
*rec, costdata *pcurrent_prune_delta,
78
static altword_token* reprune_altword_token_batch(
srec
* rec,
137
static void reprune_altword_tokens(
srec
* rec)
212
static altword_token* copy_altwords(
srec
* rec, altword_token* list1, costdata delta)
269
static altword_token* sizewise_altwords(
srec
* rec, altword_token* awtoken_head)
286
list = (altword_token**)CALLOC(num, sizeof(altword_token*), L("search.
srec
.altword_tokens"));
349
static int find_which_models_to_compute(
srec
*rec, const SWIModel *acoustic_models
[
all
...]
srec_eosd.c
22
#include"
srec
.h"
70
EOSrc srec_check_end_of_speech_end(
srec
* rec)
76
EOSrc srec_check_end_of_speech(srec_eos_detector_parms* eosd_parms,
srec
* rec)
astar.c
25
#include"
srec
.h"
52
int astar_draw_tree_as_dotty(const char* file,
srec
* rec, AstarStack* stack);
243
void print_partial_paths(partial_path** parps, int num_parps,
srec
* rec, const char* msg);
244
void print_path(partial_path* path,
srec
* rec, char* msg);
486
wtokenID token_index,
srec
* rec,
521
AstarStack* astar_stack_make(
srec
* rec, int max_nbest_len)
554
int astar_stack_destroy(
srec
* rec)
569
int astar_stack_prepare(AstarStack* stack, int request_nbest_len,
srec
* rec)
654
int astar_stack_do_backwards_search(
srec
* rec, int request_nbest_len)
923
void print_path(partial_path* ipath,
srec
* rec, char* msg
[
all
...]
srec_stats.c
62
L("
SREC
STATS: FWD tokens s %d f %d w %d aw %d // ASTAR parps a %d c %d t %d // REPRUNES s %d f %d w %d aw %d bbt %d fcu %d\n"),
80
void srec_stats_update(
srec
* rec, char* msg)
priority_q.c
33
#include "
srec
.h"
45
pq = (priority_q*) CALLOC(1, sizeof(priority_q), "search.
srec
.priority_q");
75
void remove_non_end_word_from_q(
srec
*rec, priority_q *pq, word_token *word_token_array, nodeID end_node)
/external/srec/srec/include/
ann_util.h
77
int annotation_from_results(annotate_info *hAnnotation,
srec
*rec);
c42mul.h
36
#include "
srec
.h"
82
int compare_model_indices(multi_srec *rec1,
srec
*rec2);
/frameworks/base/core/java/android/speech/srec/
MicrophoneInputStream.java
21
package android.speech.
srec
;
UlawEncoderInputStream.java
22
package android.speech.
srec
;
WaveHeader.java
17
package android.speech.
srec
;
Recognizer.java
23
package android.speech.
srec
;
33
* Simple, synchronous speech recognizer, using the Nuance
SREC
package.
137
* Get the pathname of the
SREC
configuration directory corresponding to the
147
String dir = "/system/usr/
srec
/config/" +
154
* Create an instance of a
SREC
speech recognizer.
439
|| SR_SessionCreate ( "/system/usr/
srec
/config/en.us/baseline11k.par" )
447
|| (LSTRCPY ( applicationData.grammars [0].grammar_path, "/system/usr/
srec
/config/en.us/grammars/VoiceDialer.g2g" ), 0)
/external/srec/tests/
Android.mk
86
copy_to := $(addprefix $(TARGET_OUT)/usr/
srec
/config/,$(copy_from))
88
$(copy_to) : $(TARGET_OUT)/usr/
srec
/config/% : $(LOCAL_PATH)/% | $(ACP)
108
copy_to_scripts := $(addprefix $(TARGET_OUT)/usr/
srec
/,$(copy_from_scripts))
110
$(copy_to_scripts) : $(TARGET_OUT)/usr/
srec
/% : $(LOCAL_PATH)/% | $(ACP)
125
copy_to_pcm := $(addprefix $(TARGET_OUT)/usr/
srec
/,$(copy_from_pcm))
127
$(copy_to_pcm) : $(TARGET_OUT)/usr/
srec
/% : $(LOCAL_PATH)/% | $(ACP)
133
# By default they are not copied to /system/usr/
srec
since they are #
134
# only required by the
SREC
and UAPI tests. #
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java
22
import android.speech.
srec
.Recognizer;
23
import android.speech.
srec
.WaveHeader;
24
import android.speech.
srec
.MicrophoneInputStream;
/packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java
20
import android.speech.
srec
.Recognizer;
RecognizerLogger.java
22
import android.speech.
srec
.WaveHeader;
CommandRecognizerEngine.java
28
import android.speech.
srec
.Recognizer;
[
all
...]
/external/kernel-headers/original/asm-x86/xen/
hypercall.h
299
HYPERVISOR_suspend(unsigned long
srec
)
302
SHUTDOWN_suspend,
srec
);
Completed in 115 milliseconds
1
2
3