Home
last modified time | relevance | path

Searched refs:Scale (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_TransformDequantLumaDCFromPair_s.s134 Scale RN 14 label
345 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
361 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
365 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
366 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
367 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
368 SMLATB temp4, colOp02, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
377 SMLABB temp1, colOp10, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
378 SMLABB temp3, colOp12, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
379 SMLATB temp2, colOp10, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
[all …]
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 ;// Temp4 = T(c1w0) * Scale
127 SMULBB Temp1, c0w0, Scale ;// Temp1 = B(c0w0) * Scale
128 SMULBB Temp3, c1w0, Scale ;// Temp3 = B(c1w0) * Scale
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
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
DomxVCM4P10_TransformDequantLumaDCFromPair_s.s74 Scale RN 5 label
157 LDRSB Scale, [pQPModTable, QP] ;// ARM CODE: Scale = pQPModTable[QP]
161 LSL Scale, Scale, Shift ;// ARM CODE: Scale = Scale << Shift
199 VDUP dScale, Scale ;// ARM -> NEON copy 'scale' to vector
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_TransformDequantChromaDCFromPair.c50 int Scale = armVCM4P10_VMatrix[QP%6][0]; in DequantChromaDC2x2() local
57 Value = (pDst[i] * Scale) << Shift; in DequantChromaDC2x2()
65 Value = (pDst[i] * Scale) >> 1; in DequantChromaDC2x2()
DomxVCM4P10_TransformDequantLumaDCFromPair.c50 int Scale = armVCM4P10_VMatrix[QP%6][0]; in DequantLumaDC4x4() local
57 Value = (pDst[i] * Scale) << Shift; in DequantLumaDC4x4()
68 Value = (pDst[i] * Scale + Round) >> Shift; in DequantLumaDC4x4()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DFilters.h44 LVM_UINT16 Scale; member
57 LVM_UINT16 Scale; member
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
DScale.java28 class Scale extends Transition { class
31 public Scale() { in Scale() method in Scale
DTransitionHelperKitkat.java69 Scale scale = new Scale(); in createScale()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_StereoEnhancer.c94 if(LVCS_SEMidCoefTable[Offset].Scale==15) in LVCS_SEnhancerInit()
118 switch(pSESideCoefs[Offset].Scale) in LVCS_SEnhancerInit()
DLVCS_Equaliser.c99 switch(pEqualiserCoefTable[Offset].Scale) in LVCS_EqualiserInit()
DLVCS_ReverbGenerator.c116 switch(pReverbCoefTable[Offset].Scale) in LVCS_ReverbGeneratorInit()
/frameworks/base/docs/html-intl/intl/ko/training/multiscreen/
Dscreendensities.jd46 … <code>sp</code>는 동일한 기본 단위이지만 사용자의 기본 텍스트 크기에 따라 확대/축소될 수 있으므로(배율 독립형 픽셀(Scale Independent Pixel)…
/frameworks/base/docs/html/google/
Dindex.jd91 Scale your publishing, manage your catalog, build revenue using Google Play developer tools.
/frameworks/base/docs/html/training/animation/
Dscreen-slide.jd289 // Scale the page down (between MIN_SCALE and 1)
365 // Scale the page down (between MIN_SCALE and 1)
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp484 TEST_F(MotionEventTest, Scale) { in TEST_F() argument
/frameworks/base/docs/html/tools/help/
Demulator.jd469 <td>Scale the resolution of the emulator to match the screen size
485 <td>Scale the emulator window. </td>
/frameworks/base/docs/html/training/tv/start/
Dlayouts.jd253 <li>Scale down large images to a more appropriate size as you download them; otherwise,
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd48 <dt><a href="#Scale">Scale Drawable</a></dt>
1302 <h2 id="Scale">Scale Drawable</h2>
Dmore-resources.jd229 … <dd>Scale-independent Pixels - This is like the dp unit, but it is also scaled by the user's font
/frameworks/base/docs/html/tools/devices/
Demulator.jd1530 <td>Scale the emulator window.</td>