HomeSort by relevance Sort by last modified time
    Searched refs:max1 (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
mdct_fxp.cpp 291 Int32 max1; local
327 max1 = 0;
354 max1 |= (temp_re_32 >> 31) ^ temp_re_32;
355 max1 |= (temp_im_32 >> 31) ^ temp_im_32;
397 max1 |= (temp_re_32 >> 31) ^ temp_re_32;
398 max1 |= (temp_im_32 >> 31) ^ temp_im_32;
407 if (max1)
415 &max1);
420 max1);
428 &max1);
    [all...]
mix_radix_fft.cpp 194 Int32 max1; local
205 max1 = *peak_value;
216 exp = 8 - pv_normalize(max1); /* use 24 bits for mix radix fft */
306 &max1);
315 *peak_value = max1 | max2;
  /external/stlport/test/unit/
max_test.cpp 16 CPPUNIT_TEST(max1);
23 void max1();
37 void MaxTest::max1() function in class:MaxTest
  /ndk/tests/device/test-gnustl-full/unit/
max_test.cpp 16 CPPUNIT_TEST(max1);
23 void max1();
37 void MaxTest::max1() function in class:MaxTest
  /ndk/tests/device/test-stlport/unit/
max_test.cpp 16 CPPUNIT_TEST(max1);
23 void max1();
37 void MaxTest::max1() function in class:MaxTest
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 735 Word16 max1, max2, max3;
841 pit_max, j, &max1, &rmax1, &r01, dtx);
854 pit_max, j, &max1, dtx);
882 if (sub (mult (max1, THRESHOLD), max2) < 0)
884 max1 = max2;
893 if (sub (mult (max1, THRESHOLD), max3) < 0)
954 Word16 max1; local
    [all...]
p_ol_wgh.cpp 733 Word16 max1;
791 st->old_T0_med, &max1, st->wght_flg, &ol_gain_flg[idx],
876 Word16 max1; local
935 st->old_T0_med, &max1, st->wght_flg, &ol_gain_flg[idx],
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 606 INT max1,max2; local
616 max1=0;
618 while( (v_k_master[max1+1] < (noQMFChannels/divider)) &&
619 ( (max1+1) < max2) )
621 max1++;
624 *xover_band=max1;
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 418 BigDecimal max1 = new BigDecimal(value2, 1); local
420 assertTrue("1233456000.0 is not greater than 1233456", max1.max(max2)
421 .equals(max1));
422 max1 = new BigDecimal(-1.224D);
424 assertTrue("-1.224 is not greater than -1.2245", max1.max(max2).equals(
425 max1));
426 max1 = new BigDecimal(123E18);
428 assertTrue("123E19 is the not the max", max1.max(max2).equals(max2));
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 320 int max1 = 0; local
333 if ((i < houghHeight / 2) && (houghAngleSum[i] > max1)) {
334 max1 = houghAngleSum[i];
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 462 byte[] max1 = new byte[ipLength];
470 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]);
476 return new byte[][]{min1, max1, min2, max2};
    [all...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]

Completed in 765 milliseconds