HomeSort by relevance Sort by last modified time
    Searched defs:pSrcDstPlane (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 43 pSrcDstPlane RN 0
88 MLA pBottom,iFrameHeight,iPlaneStep,pSrcDstPlane
93 SUB pTop,pSrcDstPlane,pTop
102 ;// pSrcDstPlane [x] and pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x]
110 LDR tempTop,[pSrcDstPlane,x]
112 ;// pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x] is simplified as:
113 ;// pSrcDstPlane + (iFrameHeight * iPlaneStep) - iPlaneStep + x ==
138 SUB pSrcDstPlane,pSrcDstPlane,index
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 39 pSrcDstPlane RN 0
73 SUB pTop, pSrcDstPlane, #0 ;// Top row pointer of the frame
77 ADD pBot, Temp, pSrcDstPlane ;// BPtr = TPtr + (H-1)*Step
80 ;// Check if pSrcDstPlane and iPlaneStep are 16 byte aligned
81 TST pSrcDstPlane, #0xf
153 ADD Temp, pSrcDstPlane, iFrameWidth
156 SUB pDstLeft, pSrcDstPlane, Offset
158 ADD pLeft, pSrcDstPlane, #0

Completed in 28 milliseconds