HomeSort by relevance Sort by last modified time
    Searched defs:amp (Results 1 - 16 of 16) sorted by null

  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/
Visualization2RS.java 76 int amp = mVizData[i]; local
77 mPointData[i*8+1] = amp;
78 mPointData[i*8+5] = -amp;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 35 // The state the strip function can be, normal, in an amp escaped entity or
49 tempMap.put("amp", "&");
98 // Holds the contents of an & (amp) entity before its decoded.
99 StringBuilder amp = new StringBuilder(); local
116 // If this is isn't the start of an amp of a tag, treat as plain
133 appendDecodedEntityReference(out, amp);
134 amp = new StringBuilder();
136 if (amp.length() < MAX_AMP_LENGTH) {
138 // amp buffer and continue, if it is the last, dump the buffer
141 amp.append(c)
    [all...]
  /external/srec/srec/cfront/
ca_wave.c 205 int amp; local
215 get_sig_check(ws, &nsam, &pclowclip, &pchighclip, &dc_offset, &amp,
  /external/tcpdump/
print-decnet.c 592 struct ackmsg *amp = (struct ackmsg *)nspp; local
597 TCHECK(*amp);
598 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
604 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
617 struct ackmsg *amp = (struct ackmsg *)nspp; local
622 TCHECK(*amp);
623 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
629 TCHECK(amp->ak_acknum[1]);
630 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
  /external/tremolo/Tremolo/
floor0.c 147 ogg_int32_t amp,
156 int ampi=amp;
307 amp=vorbis_fromdBlook_i(ampi* /* n.4 */
313 amp>>=9;
315 curve[i]= MULT31_SHIFT15(curve[i],amp);
329 curve[i]= MULT31_SHIFT15(curve[i],amp);
408 int amp=((ampraw*info->ampdB)<<4)/maxval; local
423 lsp[info->order]=amp;
437 ogg_int32_t amp=lsp[info->order]; local
441 lsp,info->order,amp,info->ampdB
    [all...]
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 71 double amp = float(pow(10.0, fFilterLowshelfAttenuation / 40.0)); local
75 double beta = float(sqrt(amp)/fFilterShelfSlope);
78 double b0 = amp * ((amp+1.0F) - ((amp-1.0F)*cosw) + (beta*sinw));
79 double b1 = 2.0F * amp * ((amp-1.0F) - ((amp+1.0F)*cosw));
80 double b2 = amp * ((amp+1.0F) - ((amp-1.0F)*cosw) - (beta*sinw))
    [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 396 int amp = (mVizData[i*4] + mVizData[i*4+1] + mVizData[i*4+2] + mVizData[i*4+3]); local
397 mPointData[i*8+1] = amp;
398 mPointData[i*8+5] = -amp;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 551 float sum = 0, t, amp = 1, fscale = 1; local
552 for (int i = 0; i <= noiseDepth; ++i, amp *= 0.5, fscale *= 2) {
557 sum += t * amp;
    [all...]
  /external/webp/src/enc/
quant.c 236 const double amp = SNS_TO_DQ * enc->config_->sns_strength / 100. / 128.; local
248 const double expn = (1. - amp * enc->dqm_[i].alpha_) / 3.;
  /external/openssl/apps/
s_client.c 401 int amp; /* allow more groups */ member in struct:srp_arg_st
456 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1)
467 if (srp_arg->amp == 1)
796 srp_arg.amp=1;
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bt_amp_hci.h 2 * BT-AMP (BlueTooth Alternate Mac and Phy) HCI (Host/Controller Interface)
28 /* AMP HCI CMD packet format */
38 /* AMP HCI CMD opcode layout */
43 /* AMP HCI command opcodes */
78 /* AMP HCI command parameters */
137 plh_pad_t amp; member in union:hci_handle
167 /* Generic AMP extended flow spec service types */
172 /* AMP HCI event packet format */
181 /* AMP HCI event codes */
197 /* AMP HCI event mask bit positions *
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 2 * BT-AMP (BlueTooth Alternate Mac and Phy) HCI (Host/Controller Interface)
28 /* AMP HCI CMD packet format */
38 /* AMP HCI CMD opcode layout */
43 /* AMP HCI command opcodes */
78 /* AMP HCI command parameters */
137 plh_pad_t amp; member in union:hci_handle
167 /* Generic AMP extended flow spec service types */
172 /* AMP HCI event packet format */
181 /* AMP HCI event codes */
197 /* AMP HCI event mask bit positions *
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 711 int amp = userName.indexOf('@'); local
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2020 milliseconds