HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 951 - 975 of 2039) sorted by null

<<31323334353637383940>>

  /external/libavc/common/armv8/
ih264_ihadamard_scaling_av8.s 60 // * pointer to weight matrix
184 // * pointer to weight matrix
ih264_iquant_itrans_recon_dc_av8.s 71 // * Pointer to weight matrix
294 // * Pointer to weight matrix
  /external/libhevc/common/arm/
ihevc_weighted_pred_bi.s 70 @* weight to be multiplied to source 1
76 @* weight to be multiplied to source 2
  /external/libhevc/common/arm64/
ihevc_weighted_pred_bi.s 70 //* weight to be multiplied to source 1
76 //* weight to be multiplied to source 2
  /external/libxml2/doc/
searches.html 10 </style><title>Search statistics for 20040408</title></head><body bgcolor="#8b7765" text="#000000" link="#a06060" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents" /></a></td><td width="180"><a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo" /></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1></h1><h2>Search statistics for 20040408</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="examples/index.html" style="font-weight:bold">Code Examples</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li><li><a href="guidelines.html">XML Guidelines</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li><li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml2">Bug Tracker</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><h2> weekly statistics: </h2><p>416435 total words,
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 192 font-weight: normal;
334 font-weight: bold;
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 80 def setCallWeighting(self, weight):
82 self.callWeighting = weight
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 80 def setCallWeighting(self, weight):
82 self.callWeighting = weight
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 269 int weight; member in struct:attrib_match_info
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 67 int weight, int italic_angle, int CharsetCP, FX_BOOL bVertical)
72 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
  /external/skia/src/pathops/
SkReduceOrder.cpp 274 SkPath::Verb SkReduceOrder::Conic(const SkPoint a[3], SkScalar weight, SkPoint* reducePts) {
276 if (verb > SkPath::kLine_Verb && weight == 1) {
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 154 int weight = font->GetWeight(); local
157 fontId->fFontStyle = SkFontStyle(weight, width, slant);
  /external/speex/libspeex/
quant_lsp.c 130 static int lsp_weight_quant(spx_word16_t *x, spx_word16_t *weight, const signed char *cdbk, int nbVec, int nbDim)
144 dist=MAC16_32_Q15(dist,weight[j],MULT16_16(tmp,tmp));
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 244 png_uint_16p filter_weights; /* weight(s) for previous line(s) */
245 png_uint_16p inv_filter_weights; /* 1/weight(s) for previous line(s) */
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 276 float w = weight(width, height, p.minWidthDps, p.minHeightDps, WEIGHT_POWER);
296 private float weight(float x0, float y0, float x1, float y1, float pow) { method in class:InvariantDeviceProfile
  /packages/apps/Settings/res/values/
dimens.xml 70 <!-- Weight of the left pane in a multi-pane preference layout. -->
72 <!-- Weight of the right pane in a multi-pane preference layout. So the split is 40:60 -->
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullInputStream.java 24 * A functional, light weight {@link InputStream} that emulates
27 * This implementation provides a light weight
NullReader.java 24 * A functional, light weight {@link Reader} that emulates
27 * This implementation provides a light weight
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 382 __u32 weight; member in struct:tc_cbq_wrropt
602 __u32 weight; member in struct:tc_qfq_stats
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ip_vs.h 122 int weight; member in struct:ip_vs_dest_user
169 int weight; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ip_vs.h 122 int weight; member in struct:ip_vs_dest_user
169 int weight; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ip_vs.h 122 int weight; member in struct:ip_vs_dest_user
169 int weight; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ip_vs.h 122 int weight; member in struct:ip_vs_dest_user
169 int weight; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ip_vs.h 122 int weight; member in struct:ip_vs_dest_user
169 int weight; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ip_vs.h 122 int weight; member in struct:ip_vs_dest_user
169 int weight; member in struct:ip_vs_dest_entry

Completed in 1997 milliseconds

<<31323334353637383940>>