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

  /external/srec/srec/include/
prelib.h 31 void init_preprocessed(preprocessed *datapak, int dimen,
33 void init_partial_distance_approx(preprocessed *prep);
34 void clear_partial_distance_approx(preprocessed *prep);
35 void clear_preprocessed(preprocessed *datapak);
37 void linear_transform_frame(preprocessed *datapak, imeldata *fram, int do_shift);
38 void inverse_transform_frame (preprocessed *prep, imeldata *fram, int do_shift);
53 void create_linear_transform(preprocessed *datapak, int matdim,
55 void free_linear_transform(preprocessed *datapak);
57 int init_newton_transform(preprocessed *datapak, float reqscale,
59 void copy_linear_transform(preprocessed *datapak, float **new_matrix
    [all...]
ann_util.h 61 preprocessed *prep,
66 preprocessed *prep,
73 preprocessed * prep);
83 utterance_info *beep_utt, preprocessed *prep, char *label);
84 int detect_beep_by_shape(preprocessed *prep, utterance_info *utt1,
c42mul.h 96 int get_data_frame(preprocessed *predat, utterance_info *utt);
97 int get_utterance_frame(preprocessed *predat, utterance_info *utt);
100 int copy_pattern_frame(utterance_info *oututt, preprocessed *prep);
101 void prepare_data_frame(preprocessed *predat);
102 void convert_adjustment_to_imelda(norm_info *norm, preprocessed *prep);
swicms.h 82 /*const*/ preprocessed* _prep;
91 int swicms_lda_process(swicms_norm_info* swicms, preprocessed* prep);
swimodel.h 68 scodata mixture_diagonal_gaussian_swimodel(const preprocessed *prep, const SWIhmmState *spd, short num_dims);
pre_desc.h 209 preprocessed; typedef in typeref:struct:__anon12644
216 preprocessed *prep; /* The preprocessed data structure */
  /external/srec/srec/crec/
get_fram.c 42 static void create_cepstrum_offsets(preprocessed *prep);
43 static void destroy_cepstrum_offsets(preprocessed *prep);
44 static void apply_channel_offset(preprocessed *prep);
45 static int compare_cached_frame(preprocessed *prep, utterance_info *utt);
99 void init_preprocessed(preprocessed *prep, int dimen, float imelda_scale)
101 ** To setup the preprocessed structure
153 void clear_preprocessed(preprocessed *prep)
155 ** To setup the preprocessed structure
167 int get_data_frame(preprocessed *prep, utterance_info *utt)
212 int get_utterance_frame(preprocessed *prep, utterance_info *utt
    [all...]
  /external/srec/srec/clib/
imeld_rd.c 52 void create_linear_transform(preprocessed *prep, int matdim,
68 void free_linear_transform(preprocessed *prep)
90 int init_newton_transform(preprocessed *prep, float reqscale,
imeld_tr.c 40 void linear_transform_frame(preprocessed *prep, imeldata *fram, int do_shift)
79 void inverse_transform_frame (preprocessed *prep, imeldata *fram, int do_shift)
swimodel.c 407 static PINLINE prdata Gaussian_Grand_Density_Swimodel(const preprocessed *data, const featdata *means)
434 scodata mixture_diagonal_gaussian_swimodel(const preprocessed *prep,
swicms.c 642 int swicms_lda_process(swicms_norm_info* swicms, preprocessed* prep)
  /external/srec/srec/ca/
pat_basi.c 89 hPattern->data.prep = (preprocessed *) CALLOC_CLR(1,
90 sizeof(preprocessed), "ca.hPattern->data.prep");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 388 /* Nonzero means we're looking at already preprocessed code, so don't
390 unsigned char preprocessed; member in struct:cpp_options
475 /* Called when a new line of preprocessed output is started. */
683 input file, except for preprocessed input. This will generate at
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 388 /* Nonzero means we're looking at already preprocessed code, so don't
390 unsigned char preprocessed; member in struct:cpp_options
472 /* Called when a new line of preprocessed output is started. */
692 input file, except for preprocessed input. This will generate at
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 388 /* Nonzero means we're looking at already preprocessed code, so don't
390 unsigned char preprocessed; member in struct:cpp_options
472 /* Called when a new line of preprocessed output is started. */
692 input file, except for preprocessed input. This will generate at
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 388 /* Nonzero means we're looking at already preprocessed code, so don't
390 unsigned char preprocessed; member in struct:cpp_options
472 /* Called when a new line of preprocessed output is started. */
692 input file, except for preprocessed input. This will generate at
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 332 # this flag, then remove. Confirmed asserts are preprocessed
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 143 * ATT_jstcache and be used to lookup the preprocessed js attributes
236 * preprocessed attributes under the jsid in the jstcache.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 143 * ATT_jstcache and be used to lookup the preprocessed js attributes
236 * preprocessed attributes under the jsid in the jstcache.
    [all...]
  /external/clang/tools/scan-build/
scan-build 62 Diag ("Preprocessed versions of these sources were deposited in '$Dir/failures'.\n");
752 print OUT "<thead><tr><td>Attribute</td><td>Source File</td><td>Preprocessed File</td><td>STDERR Output</td></tr></thead>\n";
782 print OUT "<thead><tr><td>Problem</td><td>Source File</td><td>Preprocessed File</td><td>STDERR Output</td></tr></thead>\n";
785 # Get the preprocessed file.
805 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
1003 analyzer crash reports and preprocessed source files.
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 575 milliseconds