HomeSort by relevance Sort by last modified time
    Searched refs:dstStep (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 50 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width.
66 * srcStep or dstStep < 8.
72 * srcStep or dstStep is not a multiple of 8.
80 OMX_S32 dstStep,
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
omxVCM4P10_PredictIntraChroma_8x8_s.s 119 dstStep RN 5 ;// input variable
132 M_ARG DstStep, 4
144 M_LDR dstStep, DstStep ;// Arg dstStep loaded from stack to reg
206 M_STRD tVal0, tVal1, [pDst], dstStep ;// pDst[0 to 7] = tVal 0 to 1
207 M_STRD tVal0, tVal1, [pDst], dstStep ;// pDst[8 to 15] = tVal 0 to 1
208 M_STRD tVal0, tVal1, [pDst], dstStep ;// pDst[16 to 23] = tVal 0 to 1
209 M_STRD tVal0, tVal1, [pDst], dstStep ;// pDst[24 to 31] = tVal 0 to 1
211 M_STRD tVal8, tVal9, [pDst], dstStep ;// pDst[32 to 39] = tVal 8 to
    [all...]
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 50 dstStep RN 3
78 M_STR x0, [pDst], dstStep
80 M_STR x1, [pDst], dstStep
82 M_STR x2, [pDst], dstStep
83 M_STR x3, [pDst], dstStep
93 M_STR x0, [pDst], dstStep
98 M_STR x2, [pDst], dstStep
103 M_STR x0, [pDst], dstStep
106 M_STR x2, [pDst], dstStep
116 M_STR x0, [pDst], dstStep
    [all...]
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 73 dstStep RN 3
114 M_STRD pDst, dstStep, ppDstArgs
117 MOV dstStep, #16
121 M_STR dstStep, pDstStep
183 M_LDR dstStep, pDstStep
195 STR Acc0, [pDst, dstStep]
200 STR Acc1, [pDst, dstStep]
205 STR Acc2, [pDst, dstStep]
209 STR Acc3, [pDst, dstStep]
211 ADD pDst, pDst, dstStep, LSL #1
    [all...]
omxVCM4P10_PredictIntra_4x4_s.s 101 dstStep RN 5 ;// input variable
114 M_ARG DstStep, 4
125 M_LDR dstStep, DstStep ;// Arg dstStep loaded from stack to reg
133 M_STR Above0123, [pDst], dstStep ;// pDst[0 to 3] = Above0123
134 M_STR Above0123, [pDst], dstStep ;// pDst[4 to 7] = Above0123
135 M_STR Above0123, [pDst], dstStep ;// pDst[8 to 11] = Above0123
153 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [0 to 3 ]
154 M_STR Out1, [pDst], dstStep ;// store {Out1} at pDst [4 to 7
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 50 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width.
66 * srcStep or dstStep < 8.
72 * srcStep or dstStep is not a multiple of 8.
80 OMX_S32 dstStep,
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
omxVCM4P10_InterpolateLuma_s.s 36 ;// [in] dstStep Destination frame step in byte. Must be multiple of roi.width
52 ;// srcStep or dstStep >= roi.width.
58 ;// srcStep and dstStep is multiple of 8.
84 dstStep RN 3
206 STM pArgs, {pSrc,srcStep,pDst,dstStep}
239 ADD Temp, pDst, dstStep, LSL #1
240 VST1 dDst0[0], [pDst], dstStep
241 VST1 dDst2[0], [Temp], dstStep
256 ADD Temp, pDst, dstStep, LSL #1
257 VST1 dResultH0[0], [pDst], dstStep
    [all...]
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 50 dstStep RN 3
78 M_STR x0, [pDst], dstStep
80 M_STR x1, [pDst], dstStep
82 M_STR x2, [pDst], dstStep
83 M_STR x3, [pDst], dstStep
93 M_STR x0, [pDst], dstStep
98 M_STR x2, [pDst], dstStep
103 M_STR x0, [pDst], dstStep
106 M_STR x2, [pDst], dstStep
116 M_STR x0, [pDst], dstStep
    [all...]
omxVCM4P10_PredictIntra_4x4_s.s 65 dstStep RN 5 ;// input variable
175 M_ARG DstStep, 4
184 M_LDRD leftStep,dstStep,LeftStep ;// Arg leftStep & dstStep loaded from stack to reg
200 ADD pDstTmp, pDst, dstStep
201 ADD dstep, dstStep, dstStep
203 VST1 dLeftVal0U32[0],[pDst],dstep ;// pDst[0*dstStep+x] :0<= x <= 7
204 VST1 dLeftVal1U32[0],[pDstTmp],dstep ;// pDst[1*dstStep+x] :0<= x <= 7
205 VST1 dLeftVal2U32[0],[pDst] ;// pDst[2*dstStep+x] :0<= x <=
    [all...]
omxVCM4P10_PredictIntra_16x16_s.s 171 dstStep RN 5 ;// input variable
188 M_ARG DstStep, 4
199 M_LDR dstStep, DstStep ;// Arg dstStep loaded from stack to reg
207 ADD pTmp, pDst, dstStep
208 ADD step, dstStep, dstStep
231 ADD pTmp2, pDst, dstStep
232 ADD dstStep, dstStep, dstSte
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8.c 49 * [in] dstStep Step of the destination buffer
62 OMX_INT dstStep,
96 pDst[y*dstStep+x] = (OMX_U8)Sum;
111 * [in] dstStep Step of the destination buffer
124 OMX_INT dstStep,
158 pDst[y*dstStep+x] = (OMX_U8)Sum;
177 * dstStep - Step of the destination buffer; must be a multiple of 8.
192 * dstStep < 8 or dstStep is not a multiple of 8.
220 OMX_INT dstStep,
    [all...]
armVCM4P10_PredictIntraDC4x4.c 49 * [in] dstStep Step of the destination buffer
62 OMX_INT dstStep,
100 pDst[y*dstStep+x] = (OMX_U8)Sum;
omxVCM4P10_InterpolateChroma.c 49 * dstStep -Destination frame step in bytes; must be a multiple of
69 * srcStep or dstStep < 8.
75 * srcStep or dstStep is not a multiple of 8.
83 OMX_S32 dstStep,
93 armRetArgErrIf(dstStep < 8, OMX_Sts_BadArgErr)
104 armRetArgErrIf(dstStep & 7, OMX_Sts_BadArgErr)
107 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
omxVCM4P10_InterpolateLuma.c 49 * dstStep -destination frame step, in bytes; must be a multiple of
69 * srcStep or dstStep < roi.width.
74 * srcStep or dstStep is not a multiple of 8.
82 OMX_S32 dstStep,
92 armRetArgErrIf(dstStep < roi.width, OMX_Sts_BadArgErr)
103 armRetArgErrIf(dstStep & 7, OMX_Sts_BadArgErr)
106 (pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
omxVCM4P10_PredictIntra_16x16.c 55 * dstStep - Step of the destination buffer; must be a multiple of 16.
70 * dstStep < 16. or dstStep is not a multiple of 16.
100 OMX_INT dstStep,
108 armRetArgErrIf(dstStep < 16, OMX_Sts_BadArgErr);
109 armRetArgErrIf((dstStep % 16) != 0, OMX_Sts_BadArgErr);
130 pDst[y*dstStep+x] = pSrcAbove[x];
140 pDst[y*dstStep+x] = pSrcLeft[y*leftStep];
181 pDst[y*dstStep+x] = (OMX_U8)Sum;
205 pDst[y*dstStep+x] = (OMX_U8)armClip(0,255,Sum)
    [all...]
omxVCM4P10_PredictIntra_4x4.c 56 * dstStep - Step of the destination buffer; must be a multiple of 4.
71 * dstStep < 4, or dstStep is not a multiple of 4.
114 OMX_INT dstStep,
124 armRetArgErrIf((dstStep % 4) != 0, OMX_Sts_BadArgErr);
125 armRetArgErrIf((dstStep < 4), OMX_Sts_BadArgErr);
180 pDst[y*dstStep+0] = U0;
181 pDst[y*dstStep+1] = U1;
182 pDst[y*dstStep+2] = U2;
183 pDst[y*dstStep+3] = U3
    [all...]
omxVCM4P10_DequantTransformResidualFromPairAndAdd.c 82 * dstStep - Destination frame step in bytes; must be a multiple of 4
99 * - predStep or dstStep is not a multiple of 4.
111 OMX_INT dstStep,
125 armRetArgErrIf(dstStep & 3, OMX_Sts_BadArgErr);
153 pDst[y*dstStep+x] = (OMX_U8)armClip(0,255,pPred[y*predStep+x] + pDelta[4*y+x]);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 73 VST1 dRow0, [pDst@64], dstStep
74 VST1 dRow1, [pDst@64], dstStep
75 VST1 dRow2, [pDst@64], dstStep
76 VST1 dRow3, [pDst@64], dstStep
77 VST1 dRow4, [pDst@64], dstStep
78 VST1 dRow5, [pDst@64], dstStep
79 VST1 dRow6, [pDst@64], dstStep
80 VST1 dRow7, [pDst@64], dstStep
129 VST1 dRow0, [pDst@64], dstStep
131 VST1 dRow1, [pDst@64], dstStep
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c 188 * [in] dstStep distance between the start of consecutive lines in the
201 OMX_INT dstStep)
206 for (y = 0, count = 0, index = 0; y < 8; y++,index += (srcStep -8), count += (dstStep - 8))
231 * [in] dstStep distance between the start of consecutive lines in the
242 OMX_INT dstStep)
255 pDst += dstStep;
273 * dstStep - distance between the start of consecutive lines in the
297 * - either srcStep or dstStep is not a multiple of 8.
307 OMX_INT dstStep,
319 armRetArgErrIf(((dstStep % 8) || (srcStep % 8)), OMX_Sts_BadArgErr)
    [all...]
omxVCM4P2_TransRecBlockCoef_intra.c 88 * dstStep - width of the reconstructed destination buffer; must be a
126 * - srcStep, or dstStep <= 0 or not a multiple of 8.
148 OMX_INT dstStep,
180 armRetArgErrIf((srcStep <= 0) || (dstStep <= 0) ||
181 (dstStep & 7) || (srcStep & 7)
220 pDst[(y*dstStep) + x] = pTempBuf2[count];
omxVCM4P2_MotionEstimationMB.c 306 OMX_S32 dstStep = 8;
574 dstStep,
581 dstStep,
592 dstStep,
599 dstStep,
610 dstStep,
617 dstStep,
628 dstStep,
635 dstStep,
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
armSP_FFT_CToC_FC32_Radix2_fs_s.S 67 #define dstStep x9
112 // dstStep = step = -pointStep + 8
113 ST1 {dY1},[pDst],dstStep
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S 66 #define dstStep r8
110 @// dstStep = step = -pointStep + 8
111 VST1 dY1,[pDst],dstStep
armSP_FFT_CToC_SC16_Radix4_ls_unsafe_s.S 77 #define dstStep r5
181 MOV dstStep,outPointStep,LSL #1
183 ADD dstStep,dstStep,outPointStep @// dstStep = 3*outPointStep
184 RSB dstStep,dstStep,#16 @// dstStep = - 3*outPointStep+16
297 VST2 {dZr1,dZi1},[pDst :128],dstStep @// dstStep = -3*outPointStep + 1
    [all...]
armSP_FFT_CToC_SC16_Radix4_unsafe_s.S 80 #define dstStep r10
161 MOV dstStep,outPointStep,LSL #1
162 ADD dstStep,dstStep,outPointStep @// dstStep = 3*outPointStep
163 RSB dstStep,dstStep,#16 @// dstStep = - 3*outPointStep+16
271 VST2 {dZr3,dZi3},[pDst :128],dstStep
288 VST2 {dZr2,dZi2},[pDst :128],dstStep
    [all...]

Completed in 592 milliseconds

1 2 3