Searched refs:Scale (Results 1 – 10 of 10) sorted by relevance
40 LVM_UINT16 Scale; member51 LVM_UINT16 Scale; member
99 if(LVCS_SEMidCoefTable[Offset].Scale == 15) in LVCS_SEnhancerInit()121 switch(pSESideCoefs[Offset].Scale) in LVCS_SEnhancerInit()
103 switch(pEqualiserCoefTable[Offset].Scale) in LVCS_EqualiserInit()
121 switch(pReverbCoefTable[Offset].Scale) in LVCS_ReverbGeneratorInit()
71 static inline vec2i Scale(const vec2i& v, float scale) { in Scale() function
358 Scale;
497 TEST_F(MotionEventTest, Scale) { in TEST_F() argument
19518 method public T scale(android.icu.number.Scale);19575 public class Scale {19576 method public static android.icu.number.Scale byBigDecimal(java.math.BigDecimal);19577 method public static android.icu.number.Scale byDouble(double);19578 method public static android.icu.number.Scale byDoubleAndPowerOfTen(double, int);19579 method public static android.icu.number.Scale none();19580 method public static android.icu.number.Scale powerOfTen(int);
8265 …;->scaleFromProperties(Landroid/icu/impl/number/DecimalFormatProperties;)Landroid/icu/number/Scale;