Searched defs:Scale (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DFilters.h44 LVM_UINT16 Scale; member in struct:__anon178
57 LVM_UINT16 Scale; member in struct:__anon179
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
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;
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;
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DScale.java28 class Scale extends Transition { class in inherits:Transition
31 public Scale() { method in class:Scale
/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/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...]

Completed in 270 milliseconds