HomeSort by relevance Sort by last modified time
    Searched defs:iPlaneStep (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 55 iPlaneStep RN 4
85 M_LDR iPlaneStep, iPlaneStepOnStack
87 MUL pTop,iExpandPels,iPlaneStep
88 MLA pBottom,iFrameHeight,iPlaneStep,pSrcDstPlane
92 SUB pBottomIndex,pBottom,iPlaneStep
102 ;// pSrcDstPlane [x] and pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x]
112 ;// pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x] is simplified as:
113 ;// pSrcDstPlane + (iFrameHeight * iPlaneStep) - iPlaneStep + x ==
114 ;// pBottom - iPlaneStep + x == pBottomIndex [x
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 43 iPlaneStep RN 4
71 M_LDR iPlaneStep, pPlaneStep
74 MUL Offset, iExpandPels, iPlaneStep ;// E*Step
76 MUL Temp, iPlaneStep, Temp ;// (H-1)*Step
80 ;// Check if pSrcDstPlane and iPlaneStep are 16 byte aligned
82 TSTEQ iPlaneStep, #0xf
96 ADD pDstBot, pBot, iPlaneStep
99 VST1 qData0, [pDstTop @128], iPlaneStep
100 VST1 qData0, [pDstTop @128], iPlaneStep
101 VST1 qData0, [pDstTop @128], iPlaneStep
    [all...]

Completed in 792 milliseconds