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

  /frameworks/base/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/base/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/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...]

Completed in 309 milliseconds