/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 134 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 …]
|
D | omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 69 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/ |
D | omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 72 Scale RN 2 label 128 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP] 137 LSL Scale, Scale, Shift ;// Scale = Scale << Shift 140 VDUP dScale,Scale
|
D | omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 74 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/ |
D | omxVCM4P10_TransformDequantChromaDCFromPair.c | 50 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()
|
D | omxVCM4P10_TransformDequantLumaDCFromPair.c | 50 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/ |
D | Filters.h | 44 LVM_UINT16 Scale; member 57 LVM_UINT16 Scale; member
|
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/ |
D | Scale.java | 28 class Scale extends Transition { class 31 public Scale() { in Scale() method in Scale
|
D | TransitionHelperKitkat.java | 69 Scale scale = new Scale(); in createScale()
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_StereoEnhancer.c | 94 if(LVCS_SEMidCoefTable[Offset].Scale==15) in LVCS_SEnhancerInit() 118 switch(pSESideCoefs[Offset].Scale) in LVCS_SEnhancerInit()
|
D | LVCS_Equaliser.c | 99 switch(pEqualiserCoefTable[Offset].Scale) in LVCS_EqualiserInit()
|
D | LVCS_ReverbGenerator.c | 116 switch(pReverbCoefTable[Offset].Scale) in LVCS_ReverbGeneratorInit()
|
/frameworks/base/docs/html-intl/intl/ko/training/multiscreen/ |
D | screendensities.jd | 46 … <code>sp</code>는 동일한 기본 단위이지만 사용자의 기본 텍스트 크기에 따라 확대/축소될 수 있으므로(배율 독립형 픽셀(Scale Independent Pixel)…
|
/frameworks/base/docs/html/google/ |
D | index.jd | 56 Scale your publishing, manage your catalog, build revenue using Google Play developer tools.
|
/frameworks/base/docs/html/training/animation/ |
D | screen-slide.jd | 289 // Scale the page down (between MIN_SCALE and 1) 365 // Scale the page down (between MIN_SCALE and 1)
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 484 TEST_F(MotionEventTest, Scale) { in TEST_F() argument
|
/frameworks/base/docs/html/training/tv/start/ |
D | layouts.jd | 271 <li>Scale down large images to a more appropriate size as you download them; otherwise,
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 49 <dt><a href="#Scale">Scale Drawable</a></dt> 1303 <h2 id="Scale">Scale Drawable</h2>
|
D | more-resources.jd | 229 … <dd>Scale-independent Pixels - This is like the dp unit, but it is also scaled by the user's font
|