Home
last modified time | relevance | path

Searched refs:Offset (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DDelayMix_16x16.cpp33 LVM_INT16 Offset = *pOffset; in DelayMix_Float() local
38 temp = (LVM_FLOAT)(*dst + (LVM_FLOAT)delay[Offset]) / 2.0f; in DelayMix_Float()
42 delay[Offset] = *src; in DelayMix_Float()
43 Offset++; in DelayMix_Float()
47 if (Offset >= size) { in DelayMix_Float()
48 Offset = 0; in DelayMix_Float()
52 temp = (LVM_FLOAT)(*dst + (LVM_FLOAT)delay[Offset]) / 2.0f; in DelayMix_Float()
56 delay[Offset] = *src; in DelayMix_Float()
57 Offset++; in DelayMix_Float()
61 temp = (LVM_FLOAT)(*dst - (LVM_FLOAT)delay[Offset]) / 2.0f; in DelayMix_Float()
[all …]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_StereoEnhancer.cpp54 LVM_UINT16 Offset; in LVCS_SEnhancerInit() local
67 Offset = (LVM_UINT16)pParams->SampleRate; in LVCS_SEnhancerInit()
70 LVCS_SEMidCoefTable[Offset].A0, LVCS_SEMidCoefTable[Offset].A1, 0.0, in LVCS_SEnhancerInit()
71 LVCS_SEMidCoefTable[Offset].B1, 0.0}; in LVCS_SEnhancerInit()
75 Offset = (LVM_UINT16)(pParams->SampleRate); in LVCS_SEnhancerInit()
79 coefs = {pSESideCoefs[Offset].A0, pSESideCoefs[Offset].A1, pSESideCoefs[Offset].A2, in LVCS_SEnhancerInit()
80 pSESideCoefs[Offset].B1, pSESideCoefs[Offset].B2}; in LVCS_SEnhancerInit()
DLVCS_Equaliser.cpp58 LVM_UINT16 Offset; in LVCS_EqualiserInit() local
70 Offset = (LVM_UINT16)(pParams->SampleRate + (pParams->SpeakerType * (1 + LVM_FS_48000))); in LVCS_EqualiserInit()
74 pEqualiserCoefTable[Offset].A0, pEqualiserCoefTable[Offset].A1, in LVCS_EqualiserInit()
75 pEqualiserCoefTable[Offset].A2, pEqualiserCoefTable[Offset].B1, in LVCS_EqualiserInit()
76 pEqualiserCoefTable[Offset].B2}; in LVCS_EqualiserInit()
DLVCS_ReverbGenerator.cpp63 LVM_UINT16 Offset; in LVCS_ReverbGeneratorInit() local
88 Offset = (LVM_UINT16)pParams->SampleRate; in LVCS_ReverbGeneratorInit()
92 pReverbCoefTable[Offset].A0, pReverbCoefTable[Offset].A1, in LVCS_ReverbGeneratorInit()
93 pReverbCoefTable[Offset].A2, pReverbCoefTable[Offset].B1, in LVCS_ReverbGeneratorInit()
94 pReverbCoefTable[Offset].B2}; in LVCS_ReverbGeneratorInit()
DLVCS_Control.cpp76 LVM_INT16 Offset; in LVCS_Control() local
109 Offset = (LVM_INT16)(pParams->SpeakerType + in LVCS_Control()
112 pInstance->VolCorrect = pLVCS_VolCorrectTable[Offset]; in LVCS_Control()
119 Gain = (LVM_FLOAT)(pOutputGainTable[Offset].Loss); in LVCS_Control()
120 Gain = (LVM_FLOAT)pOutputGainTable[Offset].UnprocLoss * (Gain); in LVCS_Control()
156 Offset = (LVM_INT16)(pParams->SpeakerType + in LVCS_Control()
159 pInstance->VolCorrect = pLVCS_VolCorrectTable[Offset]; in LVCS_Control()
DLVCS_BypassMix.cpp68 LVM_UINT16 Offset; in LVCS_BypassMixInit() local
90 Offset = in LVCS_BypassMixInit()
97 Gain = (LVM_FLOAT)(pOutputGainTable[Offset].Loss * pInstance->TransitionGain); in LVCS_BypassMixInit()
112 Gain = (LVM_FLOAT)(pOutputGainTable[Offset].Loss * in LVCS_BypassMixInit()
114 Gain = (LVM_FLOAT)pOutputGainTable[Offset].UnprocLoss * Gain; in LVCS_BypassMixInit()
127 pConfig->Output_Shift = pOutputGainTable[Offset].Shift; in LVCS_BypassMixInit()
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentRef.h29 typedef uint64_t Offset; // FIXME: use SizeTraits<T>::Offset typedef
53 FragmentRef& assign(Fragment& pFrag, Offset pOffset = 0);
61 void memcpy(void* pDest, size_t pNBytes, Offset pOffset = 0) const;
70 Offset offset() const { return m_Offset; } in offset()
72 Offset getOutputOffset() const;
81 explicit FragmentRef(Fragment& pFrag, Offset pOffset = 0);
86 Offset m_Offset;
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
DLVDBE_Control.cpp105 LVM_UINT16 Offset = in LVDBE_SetFilters() local
113 LVDBE_HPF_Table[Offset].A0, LVDBE_HPF_Table[Offset].A1, LVDBE_HPF_Table[Offset].A2, in LVDBE_SetFilters()
114 -(LVDBE_HPF_Table[Offset].B1), -(LVDBE_HPF_Table[Offset].B2)}; in LVDBE_SetFilters()
121 coefs = {LVDBE_BPF_Table[Offset].A0, 0.0, -(LVDBE_BPF_Table[Offset].A0), in LVDBE_SetFilters()
122 -(LVDBE_BPF_Table[Offset].B1), -(LVDBE_BPF_Table[Offset].B2)}; in LVDBE_SetFilters()
/frameworks/compile/libbcc/lib/
DRSX86TranslateGEPPass.cpp70 llvm::Value *Offset = nullptr; in computeGEPOffset() local
87 Offset = incrementOffset(Offset, Incr, GEP); in computeGEPOffset()
96 Offset = incrementOffset(Offset, Incr, GEP); in computeGEPOffset()
100 return Offset; in computeGEPOffset()
DRSKernelExpand.cpp729 llvm::Value *Offset = Builder.CreateSub(IndVar, Arg_x1); in ExpandInputsBody() local
736 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset); in ExpandInputsBody()
744 … llvm::Value *OffsetInBytes = Builder.CreateMul(Offset, llvm::ConstantInt::get(Int32Ty, InStep)); in ExpandInputsBody()
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp39 FragmentRef::FragmentRef(Fragment& pFrag, FragmentRef::Offset pOffset) in FragmentRef()
112 FragmentRef& FragmentRef::assign(Fragment& pFrag, FragmentRef::Offset pOffset) { in assign()
118 void FragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) const { in memcpy()
150 FragmentRef::Offset FragmentRef::getOutputOffset() const { in getOutputOffset()
151 Offset result = 0; in getOutputOffset()
/frameworks/compile/slang/BitWriter_2_9_func/
DReaderWriter_2_9_func.h125 unsigned Offset = ( BufPtr[OffsetField ] | in SkipBitcodeWrapperHeader() local
135 if (Offset+Size > unsigned(BufEnd-BufPtr)) in SkipBitcodeWrapperHeader()
137 BufPtr += Offset; in SkipBitcodeWrapperHeader()
/frameworks/compile/slang/BitWriter_2_9/
DReaderWriter_2_9.h125 unsigned Offset = ( BufPtr[OffsetField ] | in SkipBitcodeWrapperHeader() local
135 if (Offset+Size > unsigned(BufEnd-BufPtr)) in SkipBitcodeWrapperHeader()
137 BufPtr += Offset; in SkipBitcodeWrapperHeader()
/frameworks/compile/slang/BitWriter_3_2/
DReaderWriter_3_2.h125 unsigned Offset = ( BufPtr[OffsetField ] | in SkipBitcodeWrapperHeader() local
135 if (Offset+Size > unsigned(BufEnd-BufPtr)) in SkipBitcodeWrapperHeader()
137 BufPtr += Offset; in SkipBitcodeWrapperHeader()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp125 int32_t Offset = (GOTEntryAddress - (PLTEntryAddress + 8)); in applyPLT1() local
127 Out[0] = arm_plt1[0] | ((Offset >> 20) & 0xFF); in applyPLT1()
128 Out[1] = arm_plt1[1] | ((Offset >> 12) & 0xFF); in applyPLT1()
129 Out[2] = arm_plt1[2] | (Offset & 0xFFF); in applyPLT1()
/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp233 typedef typename SizeTraits<SIZE>::Offset Offset; in readSymbolTableEntries() typedef
235 const Offset* data = reinterpret_cast<const Offset*>(pMemRegion.begin()); in readSymbolTableEntries()
238 Offset number = 0; in readSymbolTableEntries()
249 for (Offset i = 0; i < number; ++i) { in readSymbolTableEntries()
DRelocator.cpp56 FragmentRef::Offset undef_sym_pos = pReloc.targetRef().offset(); in issueUndefRef()
DEhFrameHdr.cpp88 SizeTraits<32>::Offset offset; in emitOutput()
/frameworks/compile/mclinker/include/mcld/Support/
DSystemUtils.h22 typedef off_t Offset; typedef
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h122 void setOffset(uint64_t Offset) { m_Offset = Offset; } in setOffset() argument
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h24 typedef uint32_t Offset; typedef
33 typedef uint64_t Offset; typedef
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.cpp256 LVM_INT16 Offset; in LVM_SetTrebleBoost() local
277 Offset = (LVM_INT16)(EffectLevel - 1 + in LVM_SetTrebleBoost()
283 LVM_TrebleBoostCoefs[Offset].A0, LVM_TrebleBoostCoefs[Offset].A1, 0.0, in LVM_SetTrebleBoost()
284 -(LVM_TrebleBoostCoefs[Offset].B1), 0.0}; in LVM_SetTrebleBoost()
/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h127 void genArguments(const ArgumentList &Args, int Offset);
Dslang_rs_export_type.h609 size_t Offset) in Field() argument
613 mOffset(Offset) { in Field()
/frameworks/base/libs/hwui/jni/
DRenderEffect.cpp34 sk_sp<SkImageFilter> offset = SkImageFilters::Offset(offsetX, offsetY, sk_ref_sp(inputFilter)); in createOffsetEffect()

12