Searched defs:model (Results 1 - 25 of 561) sorted by last modified time

1234567891011>>

/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...]
/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.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/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/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/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/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86vmode.h137 char* model; member in struct:__anon29536
/external/qemu/hw/arm/
H A Darm_gic.c46 unsigned model:1; /* 0 = N:N, 1 = 1:N */ member in struct:gic_irq_state
61 #define GIC_SET_MODEL(irq) s->irq_state[irq].model = 1
62 #define GIC_CLEAR_MODEL(irq) s->irq_state[irq].model = 0
63 #define GIC_TEST_MODEL(irq) s->irq_state[irq].model
676 qemu_put_byte(f, s->irq_state[i].model);
713 s->irq_state[i].model = qemu_get_byte(f);
/external/qemu/hw/watchdog/
H A Dwatchdog.c29 void watchdog_add_model(WatchdogTimerModel *model) argument
31 QLIST_INSERT_HEAD(&watchdog_list, model, entry);
41 WatchdogTimerModel *model; local
51 QLIST_FOREACH(model, &watchdog_list, entry) {
53 model->wdt_name, model->wdt_description);
58 QLIST_FOREACH(model, &watchdog_list, entry) {
59 if (strcasecmp(model->wdt_name, p) == 0) {
60 watchdog = model;
66 QLIST_FOREACH(model,
[all...]
/external/qemu/include/net/
H A Dnet.h27 char *model; member in struct:VLANClientState
55 const char *model,
74 void qemu_check_nic_model(NICInfo *nd, const char *model);
88 const char *model; member in struct:NICInfo
/external/qemu/net/
H A Dnet-android.c315 "model=%s,macaddr=%02x:%02x:%02x:%02x:%02x:%02x",
316 vc->model,
321 static char *assign_name(VLANClientState *vc1, const char *model) argument
331 if (vc != vc1 && strcmp(vc->model, model) == 0)
335 snprintf(buf, sizeof(buf), "%s.%d", model, id);
341 const char *model,
351 vc->model = strdup(model);
355 vc->name = assign_name(vc, model);
340 qemu_new_vlan_client(VLANState *vlan, const char *model, const char *name, NetCanReceive *can_receive, NetReceive *receive, NetReceiveIOV *receive_iov, NetCleanup *cleanup, void *opaque) argument
813 net_slirp_init(VLANState *vlan, const char *model, const char *name, int restricted, const char *ip) argument
1228 net_tap_fd_init(VLANState *vlan, const char *model, const char *name, int fd) argument
1478 net_tap_init(VLANState *vlan, const char *model, const char *name, const char *ifname1, const char *setup_script, const char *down_script) argument
1551 net_vde_init(VLANState *vlan, const char *model, const char *name, const char *sock, int port, const char *group, int mode) argument
1593 char *model; member in struct:NetSocketListenState
1756 net_socket_fd_init_dgram(VLANState *vlan, const char *model, const char *name, int fd, int is_connected) argument
1819 net_socket_fd_init_stream(VLANState *vlan, const char *model, const char *name, int fd, int is_connected) argument
1839 net_socket_fd_init(VLANState *vlan, const char *model, const char *name, int fd, int is_connected) argument
1882 net_socket_listen_init(VLANState *vlan, const char *model, const char *name, const char *host_str) argument
1924 net_socket_connect_init(VLANState *vlan, const char *model, const char *name, const char *host_str) argument
1970 net_socket_mcast_init(VLANState *vlan, const char *model, const char *name, const char *host_str) argument
2130 qemu_check_nic_model(NICInfo *nd, const char *model) argument
[all...]
H A Dnet.c307 "model=%s,macaddr=%02x:%02x:%02x:%02x:%02x:%02x",
308 vc->model,
313 static char *assign_name(VLANClientState *vc1, const char *model) argument
323 if (vc != vc1 && strcmp(vc->model, model) == 0)
327 snprintf(buf, sizeof(buf), "%s.%d", model, id);
333 const char *model,
343 vc->model = strdup(model);
347 vc->name = assign_name(vc, model);
332 qemu_new_vlan_client(VLANState *vlan, const char *model, const char *name, NetCanReceive *can_receive, NetReceive *receive, NetReceiveIOV *receive_iov, NetCleanup *cleanup, void *opaque) argument
711 net_slirp_init(VLANState *vlan, const char *model, const char *name, int restricted, const char *ip) argument
1125 net_tap_fd_init(VLANState *vlan, const char *model, const char *name, int fd) argument
1375 net_tap_init(VLANState *vlan, const char *model, const char *name, const char *ifname1, const char *setup_script, const char *down_script) argument
1448 net_vde_init(VLANState *vlan, const char *model, const char *name, const char *sock, int port, const char *group, int mode) argument
1490 char *model; member in struct:NetSocketListenState
1663 net_socket_fd_init_dgram(VLANState *vlan, const char *model, const char *name, int fd, int is_connected) argument
1727 net_socket_fd_init_stream(VLANState *vlan, const char *model, const char *name, int fd, int is_connected) argument
1747 net_socket_fd_init(VLANState *vlan, const char *model, const char *name, int fd, int is_connected) argument
1798 net_socket_listen_init(VLANState *vlan, const char *model, const char *name, const char *host_str) argument
1841 net_socket_connect_init(VLANState *vlan, const char *model, const char *name, const char *host_str) argument
1891 net_socket_mcast_init(VLANState *vlan, const char *model, const char *name, const char *host_str) argument
2051 qemu_check_nic_model(NICInfo *nd, const char *model) argument
[all...]
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2589 char * model; member in struct:NetLegacyNicOptions
3073 TpmModel model; member in struct:TPMInfo
/external/qemu/
H A Dtap-win32.c667 int tap_win32_init(VLANState *vlan, const char *model, argument
680 s->vc = qemu_new_vlan_client(vlan, model, name, NULL, tap_receive,
/external/qemu/target-i386/
H A Dhelper.c114 int model; member in struct:x86_def_t
142 .model = 2,
164 .model = 2,
189 .model = 15,
211 .model = 3,
222 .model = 14,
241 .model = 0,
250 .model = 4,
259 .model = 5,
268 .model
320 int family = -1, model = -1, stepping = -1; local
[all...]

Completed in 3001 milliseconds

1234567891011>>