/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 120 Scale RN 14 label 331 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP] 347 LSL Scale, Scale, Shift ;// Scale = Scale << Shift 351 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round 352 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round 353 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round 354 SMLATB temp4, colOp02, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round 363 SMLABB temp1, colOp10, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round 364 SMLABB temp3, colOp12, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round 365 SMLATB temp2, colOp10, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round [all …]
|
D | omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 55 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 ;// Temp4 = T(c1w0) * Scale 113 SMULBB Temp1, c0w0, Scale ;// Temp1 = B(c0w0) * Scale 114 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 | 58 Scale RN 2 label 114 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP] 123 LSL Scale, Scale, Shift ;// Scale = Scale << Shift 126 VDUP dScale,Scale
|
D | omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 60 Scale RN 5 label 143 LDRSB Scale, [pQPModTable, QP] ;// ARM CODE: Scale = pQPModTable[QP] 147 LSL Scale, Scale, Shift ;// ARM CODE: Scale = Scale << Shift 185 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 | 35 int Scale = armVCM4P10_VMatrix[QP%6][0]; in DequantChromaDC2x2() local 42 Value = (pDst[i] * Scale) << Shift; in DequantChromaDC2x2() 50 Value = (pDst[i] * Scale) >> 1; in DequantChromaDC2x2()
|
D | omxVCM4P10_TransformDequantLumaDCFromPair.c | 35 int Scale = armVCM4P10_VMatrix[QP%6][0]; in DequantLumaDC4x4() local 42 Value = (pDst[i] * Scale) << Shift; in DequantLumaDC4x4() 53 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 | 25 class Scale extends Transition { class 28 public Scale() { in Scale() method in Scale
|
D | TransitionHelperKitkat.java | 68 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/design/style/ |
D | typography.jd | 55 <h4>Typographic Scale</h4> 64 (<acronym title="Scale-independent pixels. One sp is one pixel on a 160 dpi screen if the user's gl…
|
/frameworks/base/docs/html-intl/intl/ko/training/multiscreen/ |
D | screendensities.jd | 46 … <code>sp</code>는 동일한 기본 단위이지만 사용자의 기본 텍스트 크기에 따라 확대/축소될 수 있으므로(배율 독립형 픽셀(Scale Independent Pixel)…
|
/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/wearables/ui/ |
D | lists.jd | 143 // Scale the icon for WearableListView animations
|
/frameworks/base/docs/html/tools/help/ |
D | emulator.jd | 469 <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/ |
D | layouts.jd | 249 <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 | 48 <dt><a href="#Scale">Scale Drawable</a></dt> 1302 <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
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 1526 <td>Scale the emulator window.</td>
|