Searched defs:iPlaneStep (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I_s.s69 iPlaneStep RN 4 label
99 M_LDR iPlaneStep, iPlaneStepOnStack
101 MUL pTop,iExpandPels,iPlaneStep
102 MLA pBottom,iFrameHeight,iPlaneStep,pSrcDstPlane
106 SUB pBottomIndex,pBottom,iPlaneStep
116 ;// pSrcDstPlane [x] and pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x]
126 ;// pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x] is simplified as:
127 ;// pSrcDstPlane + (iFrameHeight * iPlaneStep) - iPlaneStep + x ==
128 ;// pBottom - iPlaneStep
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I_s.s57 iPlaneStep RN 4 label
85 M_LDR iPlaneStep, pPlaneStep
88 MUL Offset, iExpandPels, iPlaneStep ;// E*Step
90 MUL Temp, iPlaneStep, Temp ;// (H-1)*Step
94 ;// Check if pSrcDstPlane and iPlaneStep are 16 byte aligned
96 TSTEQ iPlaneStep, #0xf
110 ADD pDstBot, pBot, iPlaneStep
113 VST1 qData0, [pDstTop @128], iPlaneStep
114 VST1 qData0, [pDstTop @128], iPlaneStep
115 VST1 qData0, [pDstTop @128], iPlaneStep
[all...]

Completed in 100 milliseconds