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:__anon399
57 LVM_UINT16 Scale; member in struct:__anon400
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantLumaDCFromPair.c35 int Scale = armVCM4P10_VMatrix[QP%6][0]; local
42 Value = (pDst[i] * Scale) << Shift;
53 Value = (pDst[i] * Scale + Round) >> Shift;
H A DomxVCM4P10_TransformDequantChromaDCFromPair.c35 int Scale = armVCM4P10_VMatrix[QP%6][0]; local
42 Value = (pDst[i] * Scale) << Shift;
50 Value = (pDst[i] * Scale) >> 1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.s55 Scale RN 2 label
104 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
109 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
111 SMULTB Temp2, c0w0, Scale ;// Temp2 = T(c0w0) * Scale
112 SMULTB Temp4, c1w0, Scale ;// Temp
[all...]
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s120 Scale RN 14 label
331 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
338 ;// Scale << Shift once in the beginning and do a right shift by a
347 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
351 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.s58 Scale RN 2 label
114 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
123 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
126 VDUP dScale,Scale
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s60 Scale RN 5 label
135 ;// Scale factor calculation is done using ARM instructions
143 LDRSB Scale, [pQPModTable, QP] ;// ARM CODE: Scale = pQPModTable[QP]
147 LSL Scale, Scale, Shift ;// ARM CODE: Scale = Scale << Shift
176 ;// Scale << Shift once in the beginning and do a right shift by a
185 VDUP dScale, Scale ;// AR
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h83 Scale, enumerator in enum:android::uirenderer::DisplayList::Op

Completed in 102 milliseconds