Home
last modified time | relevance | path

Searched refs:tuning (Results 1 – 25 of 71) sorted by relevance

123

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java69 protected VehicleTuning tuning; field in PhysicsVehicle
111 if (tuning == null) { in postRebuild()
112 tuning = new VehicleTuning(); in postRebuild()
130 vehicle = new RaycastVehicle(tuning, rBody, rayCaster); in createVehicle()
134 wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel())); in createVehicle() local
172 suspensionRestLength, wheelRadius, tuning, isFrontWheel); in addWheel()
175 wheel.setFrictionSlip(tuning.frictionSlip); in addWheel()
176 wheel.setMaxSuspensionTravelCm(tuning.maxSuspensionTravelCm); in addWheel()
177 wheel.setSuspensionStiffness(tuning.suspensionStiffness); in addWheel()
178 wheel.setWheelsDampingCompression(tuning.suspensionCompression); in addWheel()
[all …]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java70 protected VehicleTuning tuning = new VehicleTuning(); field in PhysicsVehicle
139 …tDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWhee… in createVehicle()
149 … direction, Vector3f axle, float restLength, float radius, VehicleTuning tuning, boolean frontWhee… in addWheel() argument
183 wheel.setFrictionSlip(tuning.frictionSlip); in addWheel()
184 wheel.setMaxSuspensionTravelCm(tuning.maxSuspensionTravelCm); in addWheel()
185 wheel.setSuspensionStiffness(tuning.suspensionStiffness); in addWheel()
186 wheel.setWheelsDampingCompression(tuning.suspensionCompression); in addWheel()
187 wheel.setWheelsDampingRelaxation(tuning.suspensionDamping); in addWheel()
188 wheel.setMaxSuspensionForce(tuning.maxSuspensionForce); in addWheel()
191 …tDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWhee… in addWheel()
[all …]
/external/bison/lib/
Dhash.c64 const Hash_tuning *tuning; member
479 hash_reset_tuning (Hash_tuning *tuning) in hash_reset_tuning() argument
481 *tuning = default_tuning; in hash_reset_tuning()
514 const Hash_tuning *tuning = table->tuning; in check_tuning() local
516 if (tuning == &default_tuning) in check_tuning()
526 if (epsilon < tuning->growth_threshold in check_tuning()
527 && tuning->growth_threshold < 1 - epsilon in check_tuning()
528 && 1 + epsilon < tuning->growth_factor in check_tuning()
529 && 0 <= tuning->shrink_threshold in check_tuning()
530 && tuning->shrink_threshold + epsilon < tuning->shrink_factor in check_tuning()
[all …]
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_sndlib.h187 EAS_I16 tuning; member
227 EAS_I16 tuning; member
252 EAS_I16 tuning; member
Deas_fmsynth.c757 temp = pRegion->oper[operIndex].tuning + in FM_UpdateDynamic()
Deas_wtsynth.c540 temp = pChannel->staticPitch + pWTRegion->tuning; in WT_UpdateVoice()
/external/sonivox/arm-fm-22k/lib_src/
Deas_sndlib.h187 EAS_I16 tuning; member
227 EAS_I16 tuning; member
252 EAS_I16 tuning; member
Deas_fmsynth.c757 temp = pRegion->oper[operIndex].tuning + in FM_UpdateDynamic()
/external/sonivox/arm-wt-22k/lib_src/
Deas_sndlib.h187 EAS_I16 tuning; member
227 EAS_I16 tuning; member
252 EAS_I16 tuning; member
Deas_dlssynth.c403 temp = pDLSArt->tuning + pChannel->staticPitch + pDLSRegion->wtRegion.tuning + in DLS_UpdateVoice()
Deas_mdls.c2312 …pRgn->wtRegion.tuning = pWsmp->fineTune -(pWsmp->unityNote * 100) + ConvertSampleRate(pWsmp->sampl… in Convert_rgn()
2383 pArt->tuning = pDLSArt->values[PARAM_TUNING]; in Convert_art()
2618 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002d , pRegion->tuning); in DumpDLS()
Deas_wtsynth.c544 temp = pChannel->staticPitch + pWTRegion->tuning; in WT_UpdateVoice()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_objects_PhysicsVehicle.cpp102 btRaycastVehicle::btVehicleTuning tuning; in Java_com_jme3_bullet_objects_PhysicsVehicle_createRaycastVehicle() local
103 btRaycastVehicle* vehicle = new btRaycastVehicle(tuning, body, caster); in Java_com_jme3_bullet_objects_PhysicsVehicle_createRaycastVehicle()
130 …bject direction, jobject axle, jfloat restLength, jfloat radius, jobject tuning, jboolean frontWhe… in Java_com_jme3_bullet_objects_PhysicsVehicle_addWheel() argument
/external/eigen/bench/
Dspmv.cpp154 double tuning = t.value(); in main() local
160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; in main()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java106 control.setSuspensionCompression(tuning.suspensionCompression); in cloneForSpatial()
107 control.setSuspensionDamping(tuning.suspensionDamping); in cloneForSpatial()
/external/libvpx/libvpx/vp8/common/
Donyx.h218 vp8e_tuning tuning; member
/external/liblzf/
DChanges98 - very very slight tuning of the hashing function.
133 - much better fine-tuning, faster and better than 0.1.
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in encode_mb_row()
774 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8_encode_frame()
1165 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_intra_macroblock()
1262 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_inter_macroblock()
Dethreading.c161 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) in thread_encoding_proc()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c35 vp8e_tuning tuning; member
411 oxcf->tuning = vp8_cfg.tuning; in set_vp8e_config()
526 MAP(VP8E_SET_TUNING, xcfg.tuning); in set_param()
/external/libvorbis/
DCHANGES80 * merges tuning improvements from Aoyumi's aoTuV with fixups
/external/quake/quake/src/WinQuake/kit/
DJOYSTICK.TXT20 3. sensitivity setting for each control (allows tuning and inverting the control direction)
51 4. sensitivity setting for any control (allows tuning and inverting the control direction)
/external/webp/
DREADME319 // Setup a config, starting form a preset and tuning some additional
325 // ... additional tuning
/external/ceres-solver/docs/
Dchanges.tex210 …ructuring. Builds in \texttt{Release} mode by default, and now has platform specific tuning flags.
/external/bison/
Dmaint.mk552 _hash_struct = (struct )?\<[Hh]ash_(table|tuning)\>

123