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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ExpandFrame_I.c 33 * horizontal/vertical edges is controlled by the parameter iExpandPels.
41 * iExpandPels - number of pixels to be expanded in the horizontal and
45 * (iFrameWidth + 2 * iExpandPels).
62 * iExpandPels.
63 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
70 OMX_U32 iExpandPels,
85 armRetArgErrIf(iExpandPels == 0 || iExpandPels & 7, OMX_Sts_BadArgErr)
87 armRetArgErrIf(iPlaneStep < (iFrameWidth + 2 * iExpandPels),
91 pTop = pSrcDstPlane - (iExpandPels * iPlaneStep)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 42 iExpandPels RN 3
74 MUL Offset, iExpandPels, iPlaneStep ;// E*Step
95 MOV Counter, iExpandPels ;// Inner loop counter
126 MOV Counter, iExpandPels ;// Inner loop counter
157 SUB pDstLeft, pDstLeft, iExpandPels
161 SUB Offset, iPlaneStep, iExpandPels
163 MOV Temp, iExpandPels
171 MOV Counter, iExpandPels
191 MOV Counter, iExpandPels
204 MOV Temp, iExpandPels
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 46 iExpandPels RN 3
87 MUL pTop,iExpandPels,iPlaneStep
120 MOV y,iExpandPels
136 ;//MUL indexY,iExpandPels,iPlaneStep
139 SUB pLeft,pSrcDstPlane,iExpandPels ;// pLeft->points to the top left of the expanded block
143 ADD y,iFrameHeight,iExpandPels,LSL #1
146 RSB RowStep,iExpandPels,iPlaneStep,LSL #1
155 SUB x,iExpandPels,#4
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 160 * horizontal/vertical edges is controlled by the parameter iExpandPels.
168 * iExpandPels - number of pixels to be expanded in the horizontal and
172 * (iFrameWidth + 2 * iExpandPels).
189 * iExpandPels.
190 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
197 OMX_U32 iExpandPels,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 160 * horizontal/vertical edges is controlled by the parameter iExpandPels.
168 * iExpandPels - number of pixels to be expanded in the horizontal and
172 * (iFrameWidth + 2 * iExpandPels).
189 * iExpandPels.
190 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
197 OMX_U32 iExpandPels,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 160 * horizontal/vertical edges is controlled by the parameter iExpandPels.
168 * iExpandPels - number of pixels to be expanded in the horizontal and
172 * (iFrameWidth + 2 * iExpandPels).
189 * iExpandPels.
190 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
197 OMX_U32 iExpandPels,
    [all...]

Completed in 231 milliseconds