Searched refs:Diff (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | DC_2I_D16_TRC_WRA_01.c | 28 LVM_FLOAT Diff; in DC_2I_D16_TRC_WRA_01() local 37 Diff =* (pDataIn++) - (LeftDC); in DC_2I_D16_TRC_WRA_01() 38 if (Diff > 1.0f) { in DC_2I_D16_TRC_WRA_01() 39 Diff = 1.0f; } in DC_2I_D16_TRC_WRA_01() 40 else if (Diff < -1.0f) { in DC_2I_D16_TRC_WRA_01() 41 Diff = -1.0f; } in DC_2I_D16_TRC_WRA_01() 42 *(pDataOut++) = (LVM_FLOAT)Diff; in DC_2I_D16_TRC_WRA_01() 43 if (Diff < 0) { in DC_2I_D16_TRC_WRA_01() 50 Diff =* (pDataIn++) - (RightDC); in DC_2I_D16_TRC_WRA_01() 51 if (Diff > 1.0f) { in DC_2I_D16_TRC_WRA_01() [all …]
|
D | LVM_Mixer_TimeConstant.c | 75 LVM_FLOAT Diff; in LVM_Mixer_TimeConstant() local 157 Diff = (Table[Shift] - Table[Shift + 1]); in LVM_Mixer_TimeConstant() 158 Diff = Diff * Interpolate; in LVM_Mixer_TimeConstant() 159 ProductFloat = Table[Shift + 1] + Diff; in LVM_Mixer_TimeConstant() 172 LVM_INT32 Diff; in LVM_Mixer_TimeConstant() local 254 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]); in LVM_Mixer_TimeConstant() 255 MUL32x16INTO32(Diff,Interpolate,Diff,15) in LVM_Mixer_TimeConstant() 256 Product = Table[Shift+1] + (LVM_UINT32)Diff; in LVM_Mixer_TimeConstant()
|
/frameworks/wilhelm/tools/mphtogen/ |
D | README.txt | 9 Diff the new files in ../../src/autogen vs. the new ones as sanity check.
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 15 Diff the old file in ../../src/autogen vs. the newly generated IID_to_MPH.c here.
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 283 public Diff diff(ZenModeConfig to) { in diff() 284 final Diff d = new Diff(); in diff() 344 public static Diff diff(ZenModeConfig from, ZenModeConfig to) { in diff() 346 final Diff d = new Diff(); in diff() 1768 private static void appendDiff(Diff d, String item, ZenRule from, ZenRule to) { in appendDiff() 1779 private void appendDiff(Diff d, String item, ZenRule to) { in appendDiff() 1876 public static class Diff { class in ZenModeConfig 1892 private Diff addLine(String item, String action) { in addLine() 1897 public Diff addLine(String item, String subitem, Object from, Object to) { in addLine() 1901 public Diff addLine(String item, Object from, Object to) { in addLine()
|
/frameworks/base/tools/aapt2/ |
D | Android.bp | 21 "cmd/Diff.cpp",
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5804 // Diff between current elapsed time and elapsed time from previous pull. 5826 // Diff between current elapsed time and elapsed time from previous pull.
|