Searched defs:smax (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
H A Dget_scaling_square.c24 WebRtc_Word16 smax = -1; local
33 smax = (sabs > smax ? sabs : smax);
35 t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax));
37 if (smax == 0)
H A Dauto_correlation.c28 WebRtc_Word16 smax; // Sample max local
43 smax = WebRtcSpl_MaxAbsValueW16(in_vector, in_vector_length);
46 // (in_vector_length * smax * smax) will not overflow.
48 if (smax == 0)
54 int t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax)); // # of bits to normalize smax
/external/libgsm/src/
H A Dlpc.c36 word temp, smax, scalauto; local
47 smax = 0;
50 if (temp > smax) smax = temp;
55 if (smax == 0) scalauto = 0;
57 assert(smax > 0);
58 scalauto = 4 - gsm_norm( (longword)smax << 16 );/* sub(4,..) */
/external/llvm/lib/Support/
H A DConstantRange.cpp598 ConstantRange::smax(const ConstantRange &Other) const { function in class:ConstantRange
599 // X smax Y is: range(smax(X_smin, Y_smin),
600 // smax(X_smax, Y_smax))
603 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin());
604 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1;
/external/quake/quake/src/QW/client/
H A Dr_surf.c70 int smax, tmax; local
74 smax = (surf->extents[0]>>4)+1;
109 for (s=0 ; s<smax ; s++)
119 blocklights[t*smax + s] += (rad - dist)*256;
134 int smax, tmax; local
144 smax = (surf->extents[0]>>4)+1;
146 size = smax*tmax;
234 int smax, tmax, twidth; local
280 smax = mt->width >> r_drawsurf.surfmip;
286 r_sourcemax = r_source + (tmax * smax);
[all...]
H A Dgl_rsurf.c76 int smax, tmax; local
79 smax = (surf->extents[0]>>4)+1;
114 for (s=0 ; s<smax ; s++)
124 blocklights[t*smax + s] += (rad - dist)*256;
140 int smax, tmax; local
150 smax = (surf->extents[0]>>4)+1;
152 size = smax*tmax;
188 stride -= (smax<<2);
192 for (j=0 ; j<smax ; j++)
209 for (j=0 ; j<smax ;
790 int smax, tmax; local
869 int smax, tmax; local
1600 int smax, tmax; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_surf.cpp70 int smax, tmax; local
74 smax = (surf->extents[0]>>4)+1;
109 for (s=0 ; s<smax ; s++)
123 i = t*smax + s;
135 blocklights[t*smax + s] += (rad - dist)*256;
151 int smax, tmax; local
161 smax = (surf->extents[0]>>4)+1;
163 size = smax*tmax;
251 int smax, tmax, twidth; local
297 smax
[all...]
H A Dgl_rsurf.cpp76 int smax, tmax; local
79 smax = (surf->extents[0]>>4)+1;
114 for (s=0 ; s<smax ; s++)
124 blocklights[t*smax + s] += (int)((rad - dist)*256);
140 int smax, tmax; local
151 smax = (surf->extents[0]>>4)+1;
153 size = smax*tmax;
189 stride -= (smax<<2);
193 for (j=0 ; j<smax ; j++)
210 for (j=0 ; j<smax ;
860 int smax, tmax; local
938 int smax, tmax; local
1675 int smax, tmax, s, t, l, i; local
[all...]
/external/opencv/cxcore/src/
H A Dcxutils.cpp701 double smin = 0, smax = 0; local
703 cvMinMaxLoc( src, &smin, &smax, 0, 0, mask );
704 scale = (dmax - dmin)*(smax - smin > DBL_EPSILON ? 1./(smax - smin) : 0);
/external/bison/src/
H A Dvcg.h920 int smax;
919 int smax; member in struct:graph
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h362 int smax; /* Max # of symbols. */ member in struct:linux_smonblock
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 882 milliseconds