HomeSort by relevance Sort by last modified time
    Searched refs:pDst (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 29 ;// [out] pDst Pointer to the destination frame buffer.
37 ;// pSrc or pDst is not NULL.
42 ;// If roi.width is equal to 8, pDst is 8 byte aligned.
43 ;// If roi.width is equal to 16, pDst is 16 byte aligned.
79 pDst RN 2
148 STM pArgs, {pSrc,srcStep,pDst,dstStep}
224 M_ADR pDst, pTempBuf
229 LDM pArgs, {pSrc, srcStep, pDst, dstStep}
261 M_ADR pDst, pTempBuf
266 LDM pArgs, {pSrc, srcStep, pDst, dstStep
    [all...]
omxVCM4P10_PredictIntra_16x16_s.s 100 pDst RN 3 ;// output pointer
135 ADD pDst2, pDst, dstStep ;// pDst2- pDst advanced by dstStep
140 STM pDst, {tVal6,tVal7,tVal8,tVal9} ;// pDst[0 to 15] = tVal 6 to 9
142 ADD pDst, pDst, dstStepx2 ;// pDst advanced by dstStep
144 ADD pDst2, pDst2, dstStepx2 ;// pDst advanced by dstStep
157 ADD pDst2, pDst, dstStep ;// pDst2- pDst advanced by dstSte
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 25 pDst RN 2
181 STRH OutRow0100, [pDst], #2
186 ADD pDst1, pDst, iDstStep
219 ADD pDst, pDst, iDstStepx2MinusWidth
240 ADD pDst2, pDst, iDstStep
246 STRH Out0100, [pDst], #2
257 ADD pDst, pDst, iDstStepx2MinusWidth
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 47 pDst RN 2
166 M_STR Acc1, [pDst], dstStep ;// Store result1
168 M_STR Acc2, [pDst], dstStep ;// Store result2
173 SUB pDst, pDst, dstStep, LSL #2
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 48 pDst RN 2
169 M_STR Acc0, [pDst], dstStep ;// Store result & adjust pointer
171 M_STR Acc2, [pDst], dstStep ;// Store result & adjust pointer
177 SUB pDst, pDst, dstStep, LSL #2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 219 * pDst - pointer to the destination block; must be aligned on an 8-byte
227 * - one or more of the following pointers is NULL: pSrc, pDst
229 * boundary: pSrc, pDst
235 OMX_U8 *pDst,
257 * pDst - pointer to the destination macroblock; must be aligned on a
265 * - one or more of the following pointers is NULL: pSrc, pDst
267 * boundary: pSrc, pDst
273 OMX_U8 *pDst,
295 * pDst - pointer to the destination buffer, an 8x8 block; must be aligned
304 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 219 * pDst - pointer to the destination block; must be aligned on an 8-byte
227 * - one or more of the following pointers is NULL: pSrc, pDst
229 * boundary: pSrc, pDst
235 OMX_U8 *pDst,
257 * pDst - pointer to the destination macroblock; must be aligned on a
265 * - one or more of the following pointers is NULL: pSrc, pDst
267 * boundary: pSrc, pDst
273 OMX_U8 *pDst,
295 * pDst - pointer to the destination buffer, an 8x8 block; must be aligned
304 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 219 * pDst - pointer to the destination block; must be aligned on an 8-byte
227 * - one or more of the following pointers is NULL: pSrc, pDst
229 * boundary: pSrc, pDst
235 OMX_U8 *pDst,
257 * pDst - pointer to the destination macroblock; must be aligned on a
265 * - one or more of the following pointers is NULL: pSrc, pDst
267 * boundary: pSrc, pDst
273 OMX_U8 *pDst,
295 * pDst - pointer to the destination buffer, an 8x8 block; must be aligned
304 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 26 void armVCM4P2_Clip8(OMX_S16 *pSrc, OMX_U8 *pDst, OMX_INT dstStep );
82 * [out] pDst pointer to the block in the destination plane.
83 * pDst should be 16-byte aligned.
90 * pCoefBufRow, pCoefBufCol, pQPBuf, pDst.
96 * - pDst is not 16-byte aligned
104 OMX_U8 *pDst,
206 armVCM4P2_Clip8(pTempBuf2,pDst,step);
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 39 ; * [out] pDst pointer to the coefficient buffer of current
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
45 ; * -pDst is not 16-byte aligned, or
87 pDst RN 2
210 STRH DCVal,[pDst] ;// Store the DC Value
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 39 ; * [out] pDst pointer to the coefficient buffer of current
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
45 ; * -pDst is not 16-byte aligned, or
85 pDst RN 2
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 39 ; * [out] pDst pointer to the coefficient buffer of current
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
45 ; * -pDst is not 16-byte aligned, or
83 pDst RN 2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InvTransformDequant_LumaDC.c 39 * pDst - Pointer to inverse-transformed and dequantized coefficients.
48 * - pSrc or pDst is not aligned on a 16-byte boundary
53 OMX_S16* pDst,
63 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr)
66 armRetArgErrIf(armNot16ByteAligned(pDst), OMX_Sts_BadArgErr)
118 pDst[j * 4 + i] = (OMX_S16) Value;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_TransRecBlockCoef_intra.c 81 * pDst - pointer to the quantized DCT coefficient buffer; pDst[0] contains
107 * - At least one of the following pointers is NULL: pSrc, pDst, pRec,
112 * - pDst is not 16-byte aligned: .
123 OMX_S16 * pDst,
156 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr);
159 armRetArgErrIf(!armIs16ByteAligned(pDst), OMX_Sts_BadArgErr);
205 pDst[(y*dstStep) + x] = pTempBuf2[count];
omxVCM4P2_MotionEstimationMB.c 289 OMX_U8 *pDst;
552 pDst = armAlignTo8Bytes(&(aDst[0]));
558 pDst,
565 pDst,
576 pDst,
583 pDst,
594 pDst,
601 pDst,
612 pDst,
619 pDst,
    [all...]
armVCM4P2_GetVLCBits.c 68 * [out]pDst pointer to the coefficient buffer of current
79 OMX_S16 * pDst,
140 pDst,
242 pDst,
265 pDst,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 76 * [out] pDst pointer to the block in the destination plane.
77 * pDst should be 16-byte aligned.
84 * pCoefBufRow, pCoefBufCol, pQPBuf, pDst.
90 * - pDst is not 16-byte aligned
98 OMX_U8 *pDst,
200 armVCM4P2_Clip8(pTempBuf2,pDst,step);
omxVCM4P2_MCReconBlock_s.s 351 STRD tmp1, tmp2, [pDst], dstStep
352 STRD tmp3, tmp4, [pDst], dstStep
388 STRD tmp5, tmp6, [pDst], dstStep
420 STRD tmp1, tmp2, [pDst], dstStep
425 STRD tmp3, tmp4, [pDst], dstStep
472 STRD t00, t01, [pDst], dstStep ;// store the average
483 STRD t20, t21, [pDst], dstStep
574 pDst RN 3
619 M_STR pDst, Stk_pDst
668 M_LDR pDst, Stk_pDs
    [all...]
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 39 ; * [out] pDst pointer to the coefficient buffer of current
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
45 ; * -pDst is not 16-byte aligned, or
87 pDst RN 2
210 STRH DCVal,[pDst] ;// Store the DC Value
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 39 ; * [out] pDst pointer to the coefficient buffer of current
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
45 ; * -pDst is not 16-byte aligned, or
85 pDst RN 2
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 39 ; * [out] pDst pointer to the coefficient buffer of current
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
45 ; * -pDst is not 16-byte aligned, or
83 pDst RN 2
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 76 LVM_INT32 *pDst, /* Stereo destination */
149 *pDst++ = Left; /* Save the results */
150 *pDst++ = Right;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 56 pDst RN 3 ;// output pointer
233 ADD pTmp, pDst, dstStep
236 VST1 dDstRow0,[pDst],step ;// pDst[0*dstStep+x] :0<= x <= 7
237 VST1 dDstRow0,[pTmp],step ;// pDst[1*dstStep+x] :0<= x <= 7
238 VST1 dDstRow0,[pDst],step ;// pDst[2*dstStep+x] :0<= x <= 7
239 VST1 dDstRow0,[pTmp],step ;// pDst[3*dstStep+x] :0<= x <= 7
240 VST1 dDstRow4,[pDst],step ;// pDst[4*dstStep+x] :0<= x <=
    [all...]
  /external/opencv/cv/src/
_cvipp.h 52 ( const void* pSrc, int srcStep, CvSize srcRoiSize, void* pDst, int dstStep, \
172 ( const void* pSrc, int srcStep, void* pDst, int dstStep, \
178 ( const void* pSrc, int srcStep, void* pDst, int dstStep, \
573 float* pDst, int dstStep )) \
579 float* pDst, int dstStep )) \
585 float* pDst, int dstStep ))
596 ( const uchar* pSrc, int srcStep, float* pDst,
601 ( const uchar* pSrc, int srcStep, float* pDst,
610 ( const uchar* pSrc, int srcStep, uchar* pDst,
627 ( const uchar* pSrc, int srcstep, uchar* pDst, int dststep
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples);
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples)
275 if (pSrc != pDst)
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM));
289 pOut = pDst + nChannelNumber;

Completed in 414 milliseconds

1 2 34 5 6