HomeSort by relevance Sort by last modified time
    Searched full:prep (Results 1 - 25 of 464) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/ots/src/
prep.cc 5 #include "prep.h"
7 // prep - Control Value Program
8 // http://www.microsoft.com/opentype/otspec/prep.htm
15 OpenTypePREP *prep = new OpenTypePREP; local
16 file->prep = prep;
19 return OTS_FAILURE(); // almost all prep tables are less than 9k bytes.
26 prep->data = data;
27 prep->length = length;
33 return g_transcode_hints && file->prep;
37 const OpenTypePREP *prep = file->prep; local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
htmlrunner.js 4 var prep = top.prep || function(fn){ fn(); };
  /external/srec/srec/clib/
imeld_rd.c 52 void create_linear_transform(preprocessed *prep, int matdim,
55 ASSERT(prep);
57 prep->dim = matdim;
58 prep->matrix = create_fixed_matrix(matdim);
60 prep->offset = (imeldata *) CALLOC(matdim,
62 prep->imelda = create_matrix(matdim);
63 prep->invmat = create_fixed_matrix(matdim);
64 prep->inverse = create_matrix(matdim);
68 void free_linear_transform(preprocessed *prep)
70 ASSERT(prep);
    [all...]
imeld_tr.c 40 void linear_transform_frame(preprocessed *prep, imeldata *fram, int do_shift)
47 int dim = prep->dim;
49 ASSERT(prep);
50 ASSERT(prep->dim < MAX_DIMEN);
55 for (jj = 0; jj < prep->dim; jj++)
56 vec[ii] += prep->matrix[ii][jj] * fram[jj];
57 ASSERT(prep->imel_shift > 0);
59 (unsigned int)prep->imel_shift);
64 if (prep->offset)
66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255)
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_kdt_posd.utf 14 node_num = 1 quest_num = 3 subset = ADJ^ADV^CONJ_SUB^PREP,CONJ_INF^PREP,CONJ_SUB^PREP,CONJ_SUB^PREP^V,ADJ^CONJ_SUB^N_ING^PREP^V,ADJ^N_ING^PREP^V,N_ING^PREP,ADJ^ADV^PREP,ADV^N^PREP,ADV^PREP,ADJ^CONJ_SUB^N^PREP^V,ADJ^N^PREP,ADJ^N^PREP^V,ADJ^CONJ_SUB^PREP,ADJ^N_ING^PREP,ADJ^PREP,N^PREP,N^P (…)
    [all...]
en-GB_pos.utf 44 :SYM "PREP" :PROP mapval = 44
57 :SYM "ADJ^ADV^CONJ_SUB^PREP" :PROP mapval = 54 , iscombined = 1
60 :SYM "ADJ^ADV^PREP" :PROP mapval = 57 , iscombined = 1
63 :SYM "ADJ^CONJ_SUB^N^PREP^V" :PROP mapval = 60 , iscombined = 1
64 :SYM "ADJ^CONJ_SUB^N_ING^PREP" :PROP mapval = 61 , iscombined = 1
65 :SYM "ADJ^CONJ_SUB^N_ING^PREP^V" :PROP mapval = 62 , iscombined = 1
66 :SYM "ADJ^CONJ_SUB^PREP" :PROP mapval = 63 , iscombined = 1
69 :SYM "ADJ^N^PREP" :PROP mapval = 66 , iscombined = 1
70 :SYM "ADJ^N^PREP^V" :PROP mapval = 67 , iscombined = 1
73 :SYM "ADJ^N_ING^PREP" :PROP mapval = 70 , iscombined = 1
    [all...]
  /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)
105 ASSERT(prep);
107 prep->dim = dimen;
108 prep->seq = (imeldata *) CALLOC(prep->dim, sizeof(imeldata),
109 "srec.prep->seq")
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_kdt_posd.utf 14 node_num = 1 quest_num = 3 subset = ADJ^ADV^PREP,ADV^N^PREP,N^PREP,N^PREP^V,ADV^PREP,ADJ^N_ING^PREP,N_ING^PREP,ADJ^CONJ_SUB^N^PREP^V,ADJ^N^PREP,ADJ^N^PREP^V,ADJ^CONJ_SUB^PREP,ADJ^PREP,ADJ^N_ING^PREP^V,CONJ_INF^PREP,CONJ_SUB^PREP,CONJ_SUB^PREP^V node_yes (…)
    [all...]
en-US_pos.utf 44 :SYM "PREP" :PROP mapval = 44
57 :SYM "ADJ^ADV^CONJ_SUB^PREP" :PROP mapval = 54 , iscombined = 1
60 :SYM "ADJ^ADV^PREP" :PROP mapval = 57 , iscombined = 1
63 :SYM "ADJ^CONJ_SUB^N^PREP^V" :PROP mapval = 60 , iscombined = 1
64 :SYM "ADJ^CONJ_SUB^N_ING^PREP" :PROP mapval = 61 , iscombined = 1
65 :SYM "ADJ^CONJ_SUB^N_ING^PREP^V" :PROP mapval = 62 , iscombined = 1
66 :SYM "ADJ^CONJ_SUB^PREP" :PROP mapval = 63 , iscombined = 1
69 :SYM "ADJ^N^PREP" :PROP mapval = 66 , iscombined = 1
70 :SYM "ADJ^N^PREP^V" :PROP mapval = 67 , iscombined = 1
74 :SYM "ADJ^N_ING^PREP" :PROP mapval = 71 , iscombined = 1
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jcprepct.c 80 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
86 prep->rows_to_go = cinfo->image_height;
88 prep->next_buf_row = 0;
93 prep->this_row_group = 0;
95 prep->next_buf_stop = 2 * cinfo->max_v_samp_factor;
134 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
146 prep->color_buf
201 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
269 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
317 my_prep_ptr prep; local
    [all...]
  /external/jpeg/
jcprepct.c 80 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
86 prep->rows_to_go = cinfo->image_height;
88 prep->next_buf_row = 0;
93 prep->this_row_group = 0;
95 prep->next_buf_stop = 2 * cinfo->max_v_samp_factor;
134 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
146 prep->color_buf
201 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
269 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
317 my_prep_ptr prep; local
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcprepct.c 81 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
87 prep->rows_to_go = cinfo->image_height;
89 prep->next_buf_row = 0;
94 prep->this_row_group = 0;
96 prep->next_buf_stop = 2 * cinfo->max_v_samp_factor;
135 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
144 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
147 prep->color_buf,
202 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
270 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
318 my_prep_ptr prep; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcprepct.c 80 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
86 prep->rows_to_go = cinfo->image_height;
88 prep->next_buf_row = 0;
93 prep->this_row_group = 0;
95 prep->next_buf_stop = 2 * cinfo->max_v_samp_factor;
134 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
146 prep->color_buf
201 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
269 my_prep_ptr prep = (my_prep_ptr) cinfo->prep; local
317 my_prep_ptr prep; local
    [all...]
  /external/srec/srec/ca/
pat_basi.c 89 hPattern->data.prep = (preprocessed *) CALLOC_CLR(1,
90 sizeof(preprocessed), "ca.hPattern->data.prep");
95 ret_code = init_newton_transform(hPattern->data.prep, 0, imelda, hPatInput->dimen);
101 hPattern->data.prep->use_dim = hPatInput->dimen;
102 hPattern->data.prep->use_from = hPatInput->feat_start;
106 hPattern->data.prep->whole_dim = hPatInput->dimen;
108 hPattern->data.prep->whole_dim = hPatInput->whole_dimen;
109 if (hPattern->data.prep->whole_dim > hPattern->data.prep->use_dim)
112 hPattern->data.prep->mix_score_scale = (prdata)(128 * hPatInput->mix_score_scale + 0.5
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
dromaeo-object-regexp.html 46 prep(function(){
59 prep(function(){
69 prep(function(){
81 prep(function(){
91 prep(function(){
100 prep(function(){
109 prep(function(){
118 prep(function(){
128 prep(function(){
137 prep(function()
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
de-DE_kdt_posd.utf 14 node_num = 1 quest_num = 3 subset = ADV^DET^PRO,DET^PRO,DET^PRO^PRO_REL,DET^PRO_REL,DET^N,DET^N^PRO,DET^N^V,DET^PREF_V,DET^V node_yes = 2 subset = 0,ADJ^ADV^V,ADJ^DET^N,ADJ^POSTP,ADJ^POSTP^PREP,ADJ^PREF_V^PREP,ADJ^V_PART,ADV^N^PREF_V,CARD^N,N^V_INF^V_MODAL,N^V_MODAL,Q_DET^Q_PTCL node_yes = 2153 node_no = 3
15 node_num = 2 quest_num = 4 subset = ADJ,N^POSTP,N^V_PART,N^PREP,V_PART,DET^N,N,ADJ^N,ADV^N node_yes = 4 subset = ADJ^POSTP^PREP,ADJ^PREF_V^PREP,ADV^CONJ_SUB node_yes = 2154 node_no = 5
16 node_num = 3 quest_num = 3 subset = ADJ^ADV^PREP,ADV^CONJ_SUB,ADV^N^PREP,ADV^PREP,CONJ_SUB^PREP,CONJ_SUB^PREF_V^PREP,POSTP^PREF_V,POSTP^PREF_V^PREP,POSTP^PREP,PREF_V^PREP node_yes = 6 node_no = 7
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
mallocD.test 30 set PREP {
35 do_malloc_test mallocD-1 -sqlprep $PREP -sqlbody {
39 do_malloc_test mallocD-2 -sqlprep $PREP -sqlbody {
46 do_malloc_test mallocD-3 -sqlprep $PREP -sqlbody {
54 do_malloc_test mallocD-4 -sqlprep $PREP -sqlbody {
mallocF.test 31 set PREP {
36 do_malloc_test malloeF-1 -sqlprep $PREP -sqlbody {
42 set PREP {
47 do_malloc_test malloeF-2 -sqlprep $PREP -sqlbody {
55 set PREP {
60 do_malloc_test malloeF-3 -sqlprep $PREP -sqlbody {
66 set PREP {
72 do_malloc_test mallocF-4 -sqlprep $PREP -sqlbody {
fts3fault.test 44 do_faultsim_test 2 -prep {
71 do_faultsim_test 3 -faults oom-transient -prep {
89 do_faultsim_test 4 -prep {
107 do_faultsim_test 5 -prep {
125 do_faultsim_test 6 -prep {
136 do_faultsim_test 7.1 -prep {
143 do_faultsim_test 7.2 -prep {
151 do_faultsim_test 7.3 -prep {
181 do_faultsim_test 8.1 -prep {
189 do_faultsim_test 8.2 -faults oom-t* -prep {
    [all...]
mallocE.test 30 set PREP {
35 do_malloc_test mallocE-1 -sqlprep $PREP -sqlbody {
42 do_malloc_test mallocE-2 -sqlprep $PREP -sqlbody {
fts3fault2.test 30 do_faultsim_test 1.1 -prep {
39 do_faultsim_test 1.2 -prep {
48 do_faultsim_test 1.3 -prep {
57 do_faultsim_test 1.4 -prep {
76 do_faultsim_test 2.1 -prep {
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree3.test 51 do_faultsim_test rtree3-1 -faults oom* -prep {
66 do_test rtree3-2.prep {
74 do_faultsim_test rtree3-2 -faults oom* -prep {
80 do_malloc_test rtree3-3.prep {
89 do_faultsim_test rtree3-3a -faults oom* -prep {
101 do_faultsim_test rtree3-3b -faults oom* -prep {
112 do_test rtree3-4.prep {
126 do_faultsim_test rtree3-4a -faults oom-* -prep {
134 do_faultsim_test rtree3-4b -faults oom-transient -prep {
142 do_test rtree3-5.prep {
    [all...]
  /external/srec/srec/include/
prelib.h 33 void init_partial_distance_approx(preprocessed *prep);
34 void clear_partial_distance_approx(preprocessed *prep);
38 void inverse_transform_frame (preprocessed *prep, imeldata *fram, int do_shift);
64 void set_cepstrum_offset(preprocessed *prep, int index, int value);
69 void setup_spectrum_transform(preprocessed *prep, int numceps,
71 void clear_spectrum_transform(preprocessed *prep);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_kdt_posd.utf 14 node_num = 1 quest_num = 3 subset = ADV^PREP,CARD^DET_SG,CLITIC^DET_SG^PRON_ADV,DET_SG^PRO_PL,DET_SG^PRO_SG,DET_PL^DET_SG^PREP,DET_PL^PREP,DET_PL^PRO_PL,DET_SG^PREP,PREP^PRON_ADV^PRO_SG node_yes = 2 subset = 0,ADJ_PL^ADJ_SG^DET_PL,ADJ_PL^ADJ_SG^N_M_SG^V_SG,ADJ_PL^ADV^V_MODAL_PART^V_MODAL_SG,ADJ_PL^N_ADJ_M_PL^V_PART^V_SG,ADJ_PL^V_MODAL_PART,ADJ_PL^V_MODAL_PART^V_MODAL_SG,ADJ_SG^ADV^N_ADJ_M_SG^V_PART_PRES,ADJ_SG^ADV^N_F_SG^V_SG,ADJ_SG^ADV^V_PART,ADJ_SG^ADV^V_PART_PRES,ADJ_SG^N_ADJ_M_PL^N_ADJ_M_SG,ADJ_SG^N_ADJ_M_SG^PREP^V_PART,ADJ_SG^PREP,ADJ_SG^V_INF,ADJ_SG^V_MODAL_PART^V_SG,ADV^N_ADJ_M_PL^N_ADJ_M_SG,ADV^N_ADJ_M_PL^N_ADJ_M_SG^V_SG,ADV^N_ADJ_M_SG,ADV^N_F_SG,N_ADJ_F_SG^N_ADJ_M_SG,N_F_PL^N_F_SG^V_SG,N_F_PL^V_AUX_SG,N_F_SG^N_M_PL,N_M_PL^V_PL,V_AUX_PART^V_AUX_SG,V_MODAL_PL^V_PL,V_PL^V_SG node_yes = 1865 node_no = 3
17 node_num = 4 quest_num = 4 subset = 0,ADJ_PL^V_PART,DET_SG,V_PART_PRES,V_PART^V_SG,ADV^CONJ_CO,ADV^CONJ_CO^CONJ_SUB,ADV^CONJ_CO^V_AUX_SG,PRO_PL^PRO_SG,CARD,CLITIC,CLITIC^CONJ_QUE^CONJ_SUB,CONJ_CO,CONJ_QUE^PRO_PL^PRO_SG,CLITIC^CONJ_SUB,CLITIC^DET_SG^PRON_ADV,CONJ_SUB,DET_PL,DET_PL^DET_SG^PREP,DET_PL^PREP,DET_PL^PRO_PL,DET_SG^PREP,DET_SG^PRO_SG,N_F_PL,N_M_PL,PREP,PRO_PL,V_PART,ADJ_SG^ADV^N_M_PL,ADJ_SG^ADV^V_PART_PRES,ADJ_SG^DET (…)
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_kdt_posd.utf 14 node_num = 1 quest_num = 3 subset = ADJ_PL^ADJ_SG^PREP,ADJ_SG^ADV^N_M_SG^PREP^V_SG,N_M_SG^PREP,PREP^V_PL,PREP^V_SG,ADJ_PL^N_F_PL,ADJ_PL^N_F_PL^V_SG,ADJ_PL^V_SG,ADJ_PL^N_F_PL^V_PART_PL,ADJ_PL^N_M_PL,ADJ_PL^N_M_PL^PERS_PRO_OBJ,ADJ_PL^N_M_PL^V_PART_PL,ADJ_PL^N_M_PL^V_PL,ADJ_PL^N_M_PL^V_SG,ADJ_PL^PERS_PRO_OBJ,ADJ_PL^PRO_PL,ADJ_PL^V_PART_PL,ADJ_PL^V_PL,ART_PL^INDEF_PL,ART_PL^PERS_PRO_OBJ,ART_SG^INDEF_SG,ART_SG^INDEF_SG^V_SG,ART_SG^PERS_PRO_OBJ,CONJ_CO^N_M_PL,N_F_PL^N_M_PL,N_F_PL^N_M_PL^V_SG,N_M_PL^V_PART_PL,N_M_PL^V_PL,N_M_PL^V_SG,CONJ_CO^PREP,CONJ_CO^REL_PRO^V_SG,INDEF_PL^N_F_PL,N_F_PL^V_PART_PL,N_F_PL^V_SG,INDEF_SG^N_M_SG,INDEF_SG^V_SG node_yes = 2 subset = 0 node_yes = 194 node_no = 3
17 node_num = 4 quest_num = 4 subset = 0,AUXH_PL,AUXH_SG,CONJ_CO,CONJ_SUB,PERS_PRO_OBJ,PREP,V_MODAL_SG,V_PL,V_SG,ADJ_SG^ADV,ART_SG^PERS_PRO_OBJ,N_F_SG,N_M_SG,V_MODAL_SG^V_SG,AUXB_PL^N_M_SG,N_F_SG^V_SG,N_M_SG^V_SG,V_MODAL_PL,ADJ_SG^V_SG,INDEF_ART_PL,INDEF_PL,N_M_SG^PREP,V_PART_PL,AUXB_PL,DEM_PL node_yes = 11 subset = ADV,ADV^NEG,CONJ_CO^REL_PRO^V_SG,ADJ_PL,ADJ_PL^N_M_PL^V_PART_PL,N_M_PL,ADV^N_M_PL,N_F_PL,N_F_PL^N_M_PL,N_F_PL^V_SG,ADJ_PL^N_F_PL,N_F_PL^V_PART_PL,ADJ_PL^V_PART_PL,ADJ_PL^N_F_PL^V_PART_PL,ADJ_PL^N_F_PL^V_SG,ADJ_PL^N_M_PL^PERS_PRO_OBJ,ADJ_PL^N_M_PL^V_PL,ADJ_PL^PERS_PRO_OBJ,ADJ_PL^V_PL,ADJ_PL^V_SG,AUXH_SG^N_F_PL,CONJ_CO^N_M_PL,N_F_PL^N_F_SG,N_F_PL^N_M_PL^V_SG,N_F_PL^V_MODAL_SG,N_M_PL^V_PART_PL,N_M_PL^V_PL,ADJ_PL^N_M_PL,ADJ_PL^N_M_PL^V_SG,ADJ_PL^PRO_PL,ART_PL^INDEF_PL,N_M_PL^V_SG,ADV^N_M_SG,N_M_PL^N_M_SG,CARD node_yes = 12 node_no = 195
18 node_num = 5 quest_num = 4 subset = 0,ADV^NEG,AUXB_SG,AUXH_PL,AUXH_SG,CONJ_CO,CONJ_CO^REL_PRO^V_SG,CONJ_SUB,INDEF_ART_SG,PERS_PRO_OBJ,POSS_SG,PREP,Q_ADJ_SG,V_GER,V_INF,V_MODAL_SG,V_PART_SG,V_PL,V_SG,ADJ_PL,ART_SG^PERS_PRO_OBJ,INDEF_SG^V_SG,N_M_PL,V_MODAL_SG^V_SG,ADV^INDEF_ART_SG,ART_PL^PERS_PRO_OBJ,ART_SG,AUXB_SG^N_F_SG,DEM_SG,INDEF_SG,N_F_PL,ADV^V_SG,N_F_PL^V_SG,ADV^DEM_SG,N_M_SG^V_MODAL_SG,AUXB_PL,V_MODAL_PL^V_PL,Q_PRO_SG node_yes = 13 subset = ADJ_SG^ADV^N_M_SG^PREP^V_SG,ADV,PREP^V_SG,REL_PRO,ADJ_PL^ADJ_SG^PREP,ADJ_SG^ADV,ADJ_SG^ADV^N_M_SG,ADJ_SG^ADV^N_M_SG^V_SG, (…)
    [all...]

Completed in 1577 milliseconds

1 2 3 4 5 6 7 8 91011>>