Searched refs:Diff (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DDC_2I_D16_TRC_WRA_01.c28 LVM_FLOAT Diff; local
37 Diff =* (pDataIn++) - (LeftDC);
38 if (Diff > 1.0f) {
39 Diff = 1.0f; }
40 else if (Diff < -1.0f) {
41 Diff = -1.0f; }
42 *(pDataOut++) = (LVM_FLOAT)Diff;
43 if (Diff < 0) {
50 Diff =* (pDataIn++) - (RightDC);
51 if (Diff > 1.
74 LVM_INT32 Diff; local
[all...]
H A DLVM_Mixer_TimeConstant.c75 LVM_FLOAT Diff; local
157 Diff = (Table[Shift] - Table[Shift + 1]);
158 Diff = Diff * Interpolate;
159 ProductFloat = Table[Shift + 1] + Diff;
172 LVM_INT32 Diff; local
254 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]);
255 MUL32x16INTO32(Diff,Interpolate,Diff,15)
256 Product = Table[Shift+1] + (LVM_UINT32)Diff;
[all...]
/frameworks/base/tools/aapt2/
H A DMain.cpp59 extern int Diff(const std::vector<StringPiece>& args);
72 return Diff(args);
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java248 private Diff diff(ZenModeConfig to) {
249 final Diff d = new Diff();
309 public static Diff diff(ZenModeConfig from, ZenModeConfig to) {
311 final Diff d = new Diff();
1362 private static void appendDiff(Diff d, String item, ZenRule from, ZenRule to) {
1373 private void appendDiff(Diff d, String item, ZenRule to) {
1455 public static class Diff { class in class:ZenModeConfig
1460 final StringBuilder sb = new StringBuilder("Diff[");
[all...]
/frameworks/base/tools/aapt2/cmd/
H A DDiff.cpp347 int Diff(const std::vector<StringPiece>& args) { function in namespace:aapt
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 175 milliseconds