Searched refs:max1 (Results 1 - 10 of 10) sorted by relevance

/external/stlport/test/unit/
H A Dmax_test.cpp16 CPPUNIT_TEST(max1);
23 void max1();
37 void MaxTest::max1() function in class:MaxTest
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_dsubexp.c31 int max1 = (n - 1 - modulus / 2) / modulus + 1; local
32 if (v < max1) {
36 v -= max1;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth.c43 int16_t max1, max2; local
49 max1=WebRtcSpl_MaxAbsValueW16(current, ENH_BLOCKL);
51 maxtot=WEBRTC_SPL_MAX(max1, max2);
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp629 INT max1,max2; local
636 max1=0;
638 while( (v_k_master[max1+1] < 32 ) && /* noQMFChannels(dualRate)/divider */
639 ( (max1+1) < max2) )
641 max1++;
644 *xover_band=max1;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.cpp322 double max1 = oneCoin.fTs[!oneIdx][1]; local
325 bool cancelers = (min1 < max1) != (min2 < max2);
326 if (min1 > max1) {
327 SkTSwap(min1, max1);
332 if (between(min1, min2, max1)) {
335 if (between(min1, max2, max1)) {
341 if (between(min2, max1, max2)) {
342 max = SkTMax(max, max1);
370 double hiEnd = SkTMax(max1, max2);
/external/skia/src/pathops/
H A DSkOpContour.cpp322 double max1 = oneCoin.fTs[!oneIdx][1]; local
325 bool cancelers = (min1 < max1) != (min2 < max2);
326 if (min1 > max1) {
327 SkTSwap(min1, max1);
332 if (between(min1, min2, max1)) {
335 if (between(min1, max2, max1)) {
341 if (between(min2, max1, max2)) {
342 max = SkTMax(max, max1);
370 double hiEnd = SkTMax(max1, max2);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java462 byte[] max1 = new byte[ipLength];
470 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]);
476 return new byte[][]{min1, max1, min2, max2};
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c674 const uint8x16_t max1 = vmaxq_u8(a_p3_p2, a_p2_p1); local
677 const uint8x16_t max12 = vmaxq_u8(max1, max2);
/external/webp/src/dsp/
H A Ddec_neon.c674 const uint8x16_t max1 = vmaxq_u8(a_p3_p2, a_p2_p1); local
677 const uint8x16_t max12 = vmaxq_u8(max1, max2);
/external/elfutils/0.153/libcpu/
H A Di386_parse.c2674 // printf ("max1 = %d, max2 = %d, max3 = %d\n", maxoff[i][0], maxoff[i][1], maxoff[i][2]);

Completed in 596 milliseconds