Searched refs:Scale (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DFilters.h44 LVM_UINT16 Scale; member in struct:__anon275
57 LVM_UINT16 Scale; member in struct:__anon276
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.s69 Scale RN 2 label
118 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
123 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
125 SMULTB Temp2, c0w0, Scale ;// Temp2 = T(c0w0) * Scale
126 SMULTB Temp4, c1w0, Scale ;// Temp
[all...]
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s134 Scale RN 14 label
345 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
352 ;// Scale << Shift once in the beginning and do a right shift by a
361 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
365 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantChromaDCFromPair.c50 int Scale = armVCM4P10_VMatrix[QP%6][0]; local
57 Value = (pDst[i] * Scale) << Shift;
65 Value = (pDst[i] * Scale) >> 1;
H A DomxVCM4P10_TransformDequantLumaDCFromPair.c50 int Scale = armVCM4P10_VMatrix[QP%6][0]; local
57 Value = (pDst[i] * Scale) << Shift;
68 Value = (pDst[i] * Scale + Round) >> Shift;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.s72 Scale RN 2 label
128 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
137 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
140 VDUP dScale,Scale
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s74 Scale RN 5 label
149 ;// Scale factor calculation is done using ARM instructions
157 LDRSB Scale, [pQPModTable, QP] ;// ARM CODE: Scale = pQPModTable[QP]
161 LSL Scale, Scale, Shift ;// ARM CODE: Scale = Scale << Shift
190 ;// Scale << Shift once in the beginning and do a right shift by a
199 VDUP dScale, Scale ;// AR
[all...]
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DScale.java27 class Scale extends Transition { class in inherits:Transition
30 public Scale() { method in class:Scale
H A DTransitionHelperKitkat.java69 Scale scale = new Scale();
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_StereoEnhancer.c94 if(LVCS_SEMidCoefTable[Offset].Scale==15)
118 switch(pSESideCoefs[Offset].Scale)
H A DLVCS_Equaliser.c99 switch(pEqualiserCoefTable[Offset].Scale)
H A DLVCS_ReverbGenerator.c116 switch(pReverbCoefTable[Offset].Scale)
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dnumeric.h71 static inline vec2i Scale(const vec2i& v, float scale) { function in namespace:android::dvr
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp484 TEST_F(MotionEventTest, Scale) {

Completed in 5856 milliseconds