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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
WaveTableFloatFiller.java 31 private float mFreq = 1000; // some arbitrary frequency
57 mFreq = freq;
66 final float phaseIncr = mFreq / mFN;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 248 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1],
1465 if (j < mHeapSize && mFreq[mHeap[j]] > mFreq[mHeap[j + 1]]) {
1468 if (mFreq[k] <= mFreq[mHeap[j]]) {
1546 mFreq = FreqParm;
1553 if (mFreq[i]) {
1581 mFreq[k] = (UINT16)(mFreq[i] + mFreq[j]);
    [all...]
TianoCompress.c 257 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT8_MAX + 1],
1609 if (Index2 < mHeapSize && mFreq[mHeap[Index2]] > mFreq[mHeap[Index2 + 1]]) {
1613 if (mFreq[Index3] <= mFreq[mHeap[Index2]]) {
1697 mFreq = FreqParm;
1704 if (mFreq[Index]) {
1737 mFreq[Index3] = (UINT16) (mFreq[Index] + mFreq[Index2]);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 258 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1],
1468 if (j < mHeapSize && mFreq[mHeap[j]] > mFreq[mHeap[j + 1]]) {
1471 if (mFreq[k] <= mFreq[mHeap[j]]) {
1549 mFreq = FreqParm;
1556 if (mFreq[i]) {
1584 mFreq[k] = (UINT16)(mFreq[i] + mFreq[j]);
    [all...]
TianoCompress.c 276 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT8_MAX + 1],
1622 if (Index2 < mHeapSize && mFreq[mHeap[Index2]] > mFreq[mHeap[Index2 + 1]]) {
1626 if (mFreq[Index3] <= mFreq[mHeap[Index2]]) {
1710 mFreq = FreqParm;
1717 if (mFreq[Index]) {
1750 mFreq[Index3] = (UINT16) (mFreq[Index] + mFreq[Index2]);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 103 STATIC UINT16 *mFreq;
650 if (LoopVar1 < mHeapSize && mFreq[mHeap[LoopVar1]] > mFreq[mHeap[LoopVar1 + 1]]) {
654 if (mFreq[LoopVar2] <= mFreq[mHeap[LoopVar1]]) {
796 mFreq = FreqParm;
803 if ((mFreq[LoopVar1]) != 0) {
836 mFreq[LoopVar3] = (UINT16) (mFreq[LoopVar1] + mFreq[LoopVar2]);
    [all...]
  /external/vboot_reference/utility/
eficompress.c 268 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1],
1478 if (j < mHeapSize && mFreq[mHeap[j]] > mFreq[mHeap[j + 1]]) {
1481 if (mFreq[k] <= mFreq[mHeap[j]]) {
1559 mFreq = FreqParm;
1566 if (mFreq[i]) {
1594 mFreq[k] = (UINT16)(mFreq[i] + mFreq[j])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 75 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT8_MAX + 1],
1437 if (Index2 < mHeapSize && mFreq[mHeap[Index2]] > mFreq[mHeap[Index2 + 1]]) {
1441 if (mFreq[Index3] <= mFreq[mHeap[Index2]]) {
1525 mFreq = FreqParm;
1532 if (mFreq[Index]) {
1565 mFreq[Index3] = (UINT16) (mFreq[Index] + mFreq[Index2]);
    [all...]

Completed in 127 milliseconds