Home
last modified time | relevance | path

Searched refs:Diff (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DDC_2I_D16_TRC_WRA_01.c28 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 …]
DLVM_Mixer_TimeConstant.c75 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/base/tools/aapt2/
DMain.cpp59 extern int Diff(const std::vector<StringPiece>& args);
72 return Diff(args); in ExecuteCommand()
DAndroid.bp20 "cmd/Diff.cpp",
/frameworks/wilhelm/tools/mphtogen/
DREADME.txt9 Diff the new files in ../../src/autogen vs. the new ones as sanity check.
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java248 private Diff diff(ZenModeConfig to) { in diff()
249 final Diff d = new Diff(); in diff()
309 public static Diff diff(ZenModeConfig from, ZenModeConfig to) { in diff()
311 final Diff d = new Diff(); in diff()
1362 private static void appendDiff(Diff d, String item, ZenRule from, ZenRule to) { in appendDiff()
1373 private void appendDiff(Diff d, String item, ZenRule to) { in appendDiff()
1455 public static class Diff { class in ZenModeConfig
1471 private Diff addLine(String item, String action) { in addLine()
1476 public Diff addLine(String item, String subitem, Object from, Object to) { in addLine()
1480 public Diff addLine(String item, Object from, Object to) { in addLine()
/frameworks/wilhelm/tools/hashgen/
DREADME.txt15 Diff the old file in ../../src/autogen vs. the newly generated IID_to_MPH.c here.
/frameworks/base/tools/aapt2/cmd/
DDiff.cpp347 int Diff(const std::vector<StringPiece>& args) { in Diff() function
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/config/
Dboot-image-profile.txt29700 …on/ZenModeConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Landroid/se…
29701 …eConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)La…
29702 HSPLandroid/service/notification/ZenModeConfig$Diff;->toString()Ljava/lang/String;
29708 …deConfig$ZenRule;->appendDiff(Landroid/service/notification/ZenModeConfig$Diff;Ljava/lang/String;L…
29719 …diff(Landroid/service/notification/ZenModeConfig;)Landroid/service/notification/ZenModeConfig$Diff;
29720 …nfig;Landroid/service/notification/ZenModeConfig;)Landroid/service/notification/ZenModeConfig$Diff;
57787 Landroid/service/notification/ZenModeConfig$Diff;