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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ExpandFrame_I.c 58 * iPlaneStep - distance, in bytes, between the start of consecutive lines
76 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
78 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
86 OMX_U32 iPlaneStep
101 armRetArgErrIf(iPlaneStep == 0 || iPlaneStep & 7, OMX_Sts_BadArgErr)
102 armRetArgErrIf(iPlaneStep < (iFrameWidth + 2 * iExpandPels),
106 pTop = pSrcDstPlane - (iExpandPels * iPlaneStep);
107 pBottom = pSrcDstPlane + (iFrameHeight * iPlaneStep);
113 pTop [y * iPlaneStep + x] =
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 57 iPlaneStep RN 4
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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 69 iPlaneStep RN 4
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 + x == pBottomIndex [x
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 170 * iPlaneStep - distance, in bytes, between the start of consecutive lines
188 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
190 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
198 OMX_U32 iPlaneStep
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 170 * iPlaneStep - distance, in bytes, between the start of consecutive lines
188 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
190 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
198 OMX_U32 iPlaneStep
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 170 * iPlaneStep - distance, in bytes, between the start of consecutive lines
188 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
190 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
198 OMX_U32 iPlaneStep
    [all...]

Completed in 1031 milliseconds