Searched refs:model (Results 1 - 25 of 1093) sorted by last modified time

1234567891011>>

/external/zlib/src/watcom/
H A Dwatcom_f.mak2 # OpenWatcom flat model
H A Dwatcom_l.mak2 # OpenWatcom large model
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode.c39 WebRtc_Word16 model; local
102 &ISACdec_obj->bitstr_obj, &model);
H A Dencode.c207 /* code LPC model and shape - gains not quantized yet */
423 /* update rate model and get minimum number of bytes in this packet */
475 /* update rate model */
495 WebRtc_Word16 model; local
587 /* entropy coding of model number */
588 model = 0;
589 status = WebRtcIsacfix_EncHistMulti(&ISACenc_obj->bitstr_obj, &model,
H A Dentropy_coding.c443 /* decode model parameters */
806 WebRtc_Word16 model; local
819 /* entropy decoding of model number */
820 err = WebRtcIsacfix_DecHistOneStepMulti(&model, streamdata, WebRtcIsacfix_kModelCdfPtr, WebRtcIsacfix_kModelInitIndex, 1);
825 err = WebRtcIsacfix_DecHistOneStepMulti(index_QQ, streamdata, WebRtcIsacfix_kCdfShapePtr[model], WebRtcIsacfix_kInitIndexShape[model], KLT_ORDER_SHAPE);
830 tmpcoeffs_sQ10[WebRtcIsacfix_kSelIndShape[k]] = WebRtcIsacfix_kLevelsShapeQ10[WebRtcIsacfix_kOfLevelsShape[model]+WebRtcIsacfix_kOffsetShape[model][k] + index_QQ[k]];
833 err = WebRtcIsacfix_DecHistOneStepMulti(index_QQ, streamdata, WebRtcIsacfix_kCdfGainPtr[model], WebRtcIsacfix_kInitIndexGain[model], KLT_ORDER_GAI
962 EstCodeLpcCoef(WebRtc_Word32 *LPCCoefQ17, WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 *model, WebRtc_Word32 *sizeQ11, Bitstr_enc *streamdata, ISAC_SaveEncData_t* encData, transcode_obj *transcodingParam) argument
1442 WebRtcIsacfix_EncodeLpc(WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 *LPCCoef_loQ15, WebRtc_Word16 *LPCCoef_hiQ15, WebRtc_Word16 *model, WebRtc_Word32 *sizeQ11, Bitstr_enc *streamdata, ISAC_SaveEncData_t* encData, transcode_obj *transcodeParam) argument
[all...]
H A Dentropy_coding.h53 WebRtc_Word16 *model,
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c300 /* Decode model parameters. */
859 int model = 1; local
861 /* entropy decoding of model number */
863 err = WebRtcIsac_DecHistOneStepMulti(&model, streamdata,
869 /* Only accepted value of model is 0. It is kept in bit-stream for backward
871 if (model != 0) {
1083 /* Only one model remains in this version of the code, kModel = 0. We
1085 /* entropy coding of model number */
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp85 peers->setModel(&model);
181 ctx_item = model.itemFromIndex(idx);
427 if (model.rowCount() > 0) {
428 QModelIndexList lst = model.match(model.index(0, 0),
433 item = model.itemFromIndex(lst[i]);
438 model.removeRow(lst[i].row());
449 model.appendRow(item);
554 model.appendRow(item);
561 if (model
[all...]
H A Dpeers.h79 QStandardItemModel model; member in class:Peers
/external/valgrind/main/tests/
H A Ds390x_features.c18 // model, if specified, matches the machine
20 // cpu model, if specified, does not match the machine
21 // - 1 for an unknown cpu model in /proc/cpu_info
28 // s390x_features <feature> [<machine-model>]
33 // z9: -- Host needs to be a z9 or any later model
34 // :z9 -- Host needs to be a model up to and including z9
36 // Any model in between is OK, too.
69 and return the machine model or NULL on error.
94 /* Locate a machine model by name. Name can be either the cpuinfo
119 model_info *model; local
[all...]
/external/valgrind/main/coregrind/
H A Dm_cache.c118 Int model; local
128 /* family/model needed to distinguish code reuse (currently 0x49) */
132 model = (((cpuid1_eax >> 16) & 0xf) << 4) + ((cpuid1_eax >> 4) & 0xf);
236 if (family == 15 && model == 6) {
237 /* On Xeon MP (family F, model 6), this is for L3 */
380 * Also, according to Cyrille Chepelov, Duron stepping A0 processors (model
414 UInt dummy, model; local
429 VG_(cpuid)(0x1, 0, &model, &dummy, &dummy, &dummy);
432 if (model == 0x630) {
H A Dm_machine.c534 and return the machine model. If the machine model could not be determined
535 or it is an unknown model, return VEX_S390X_MODEL_UNKNOWN. */
557 Int model, n, fh; local
597 model = VEX_S390X_MODEL_UNKNOWN;
617 if (mm->id < model) model = mm->id;
629 VG_(debugLog)(1, "machine", "model = %s\n",
630 model == VEX_S390X_MODEL_UNKNOWN ? "UNKNOWN"
631 : model_map[model]
1215 Int i, r, model; local
1483 UInt model = VG_(get_machine_model)(); local
1567 UInt model = VG_(get_machine_model)(); local
[all...]
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash258 radiosity.h: patch.h model.h parallel.h task.h
157 @@ -6,7 +6,7 @@ HS = model.h parallel.h patch.h radiosit
H A Ddownload-and-build-splash2.in58 radiosity.h: patch.h model.h parallel.h task.h
157 @@ -6,7 +6,7 @@ HS = model.h parallel.h patch.h radiosit
/external/valgrind/main/include/vki/
H A Dvki-linux.h3173 char model[32]; member in struct:vki_media_device_info
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java99 Return the content model vector of the element's type.
101 @return The content model vector
104 public int model() { return theType.model(); } method in class:Element
H A DElementType.java18 An element type has a name, a content model vector, a member-of vector,
38 The content model, member-of, and flags vectors are specified as ints.
40 @param model ORed-together bits representing the content models
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { argument
52 theModel = model;
124 public int model() { return theModel; } method in class:ElementType
169 That is, if any of the models in this element's model vector
250 @param model The content models of this element type as a vector of bits
253 public void setModel(int model) { theModel = model; } argument
[all...]
H A DSchema.java49 @param model Models of the element's content as a vector of bits
54 public void elementType(String name, int model, int memberOf, int flags) { argument
55 ElementType e = new ElementType(name, model, memberOf, flags, this);
/external/tcpdump/
H A Dprint-snmp.c1710 int model; local
1786 model = elem.data.integer;
1797 if (model == 3) {
1802 printf("[security model %d]", model);
1820 if (model == 3) {
/external/speex/libspeex/
H A Darch.h59 #error Vorbis-psy model currently not implemented in fixed-point
/external/srec/srec/crec/
H A Dc47mulsp.c30 int add_acoustic_model_for_recognition(multi_srec* recm, const SWIModel* model) argument
43 if (recm->rec[0].num_model_slots_allocated < model->num_hmmstates)
45 PLogError("recognizer max_model_states %d, acoustic model num states %d, set CREC.Recognizer.max_model_states higher\n",
47 model->num_hmmstates);
51 recm->swimodel[ recm->num_swimodels] = model;
/external/skia/platform_tools/barelinux/bin/
H A Darm64_download13 foundation model. The required files are mirrored on Google Cloud.
121 echo 'Waiting for foundation model to boot...'
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp1072 QStandardItemModel* model = qobject_cast<QStandardItemModel*>( local
1073 fFilter.model());
1074 QModelIndex firstIndex = model->index(0, fFilter.modelColumn(),
1076 QStandardItem* firstItem = model->itemFromIndex(firstIndex);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 5160 milliseconds

1234567891011>>