HomeSort by relevance Sort by last modified time
    Searched refs:Delta (Results 1 - 25 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libvpx/libvpx/vp8/common/
quant_common.h 23 extern int vp8_dc_quant(int QIndex, int Delta);
24 extern int vp8_dc2quant(int QIndex, int Delta);
25 extern int vp8_ac2quant(int QIndex, int Delta);
26 extern int vp8_dc_uv_quant(int QIndex, int Delta);
27 extern int vp8_ac_uv_quant(int QIndex, int Delta);
quant_common.c 37 int vp8_dc_quant(int QIndex, int Delta) {
40 QIndex = QIndex + Delta;
52 int vp8_dc2quant(int QIndex, int Delta) {
55 QIndex = QIndex + Delta;
66 int vp8_dc_uv_quant(int QIndex, int Delta) {
69 QIndex = QIndex + Delta;
97 int vp8_ac2quant(int QIndex, int Delta) {
100 QIndex = QIndex + Delta;
117 int vp8_ac_uv_quant(int QIndex, int Delta) {
120 QIndex = QIndex + Delta;
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_SetTimeConstant.c 29 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
41 /* Delta - the step change for fractional gain per 4 samples */
78 LVM_FLOAT Delta = DeltaTable[Fs];
79 Delta = Delta / (NumChannels);
82 Delta = 1.000000f;
84 Delta = Delta / Tc_millisec;
86 if(Delta == 0)
87 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0,
    [all...]
LVC_Mixer_VarSlope_SetTimeConstant.c 30 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
42 /* Delta - the step change for fractional gain per 4 samples */
79 LVM_FLOAT Delta = DeltaTable[Fs];
84 Delta=Delta / (NumChannels);
97 Delta = 1.000000f;
99 Delta = Delta / Tc_millisec_float;
101 if(Delta == 0)
102 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0,
    [all...]
LVC_Core_MixSoft_1St_D16C31_WRA.c 39 LVM_FLOAT Delta= (LVM_FLOAT)pInstance->Delta;
50 Temp = Current + Delta;
67 Temp = Current + Delta;
86 Current -= Delta;
96 Current -= Delta;
119 LVM_INT32 Delta=pInstance->Delta;
129 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
142 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SyncTimer.c 81 UINT64 Delta;
94 Delta = Timer - CurrentTimer;
99 Delta = mCycle - (CurrentTimer - Timer) + 1;
106 Delta = CurrentTimer - Timer;
111 Delta = mCycle - (Timer - CurrentTimer) + 1;
115 return (BOOLEAN) (Delta >= mTimeoutTicker);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/
TisPc.c 172 INT64 Delta;
212 Delta = (INT64) (Current - Previous);
214 Delta = -Delta;
216 if (Delta < 0) {
217 Delta += Cycle;
219 Total += Delta;
273 INT64 Delta;
321 Delta = (INT64) (Current - Previous);
323 Delta = -Delta;
    [all...]
  /external/clang/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Core/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
24 /// implements a key/value mapping from index to delta, and allows fast lookup
26 /// efficiently tell us the full accumulated delta for a specific file offset
38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
44 /// this method is used to record that info. It inserts a delta of 'Delta'
46 void AddDelta(unsigned FileIndex, int Delta);
  /external/clang/lib/Rewrite/
DeltaTree.cpp 1 //===--- DeltaTree.cpp - B-Tree for Rewrite Delta tracking ----------------===//
24 /// DeltaTree implements a key/value mapping from FileIndex to Delta, allowing
26 /// can also efficiently tell us the full accumulated delta for a specific
31 /// former and adds children pointers. Each node knows the full delta of all
33 /// full delta implied by a whole subtree in constant time.
41 int Delta;
44 SourceDelta Delta;
45 Delta.FileLoc = Loc;
46 Delta.Delta = D
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugTimer.c 129 UINT64 Delta;
139 Delta = Timer - CurrentTimer;
144 Delta = TimerCycle - (CurrentTimer - Timer) + 1;
147 return (BOOLEAN) (Delta >= TimeoutTicker);
  /external/pdfium/xfa/fxfa/parser/
cxfa_delta.cpp 14 constexpr wchar_t kName[] = L"delta";
23 XFA_Element::Delta,

Completed in 796 milliseconds

1 2 3 4 5 6 7 8 91011