Searched defs:pSrcResidue (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock.c212 * [in] pSrcResidue pointer to a buffer containing the 16-bit prediction
225 const OMX_S16 *pSrcResidue,
237 temp = pSrc[x] + pSrcResidue[x];
242 pSrcResidue += 8;
260 * pSrcResidue - pointer to a buffer containing the 16-bit prediction
280 * - pSrcResidue is not 16-byte aligned.
290 const OMX_S16 *pSrcResidue,
303 armRetArgErrIf(!armIs16ByteAligned(pSrcResidue), OMX_Sts_BadArgErr);
340 if(pSrcResidue == NULL)
350 pSrcResidue,
223 armVCM4P2_MCReconBlock_Res( const OMX_U8 *pSrc, const OMX_S16 *pSrcResidue, OMX_U8 *pDst, OMX_INT dstStep) argument
287 omxVCM4P2_MCReconBlock( const OMX_U8 *pSrc, OMX_INT srcStep, const OMX_S16 *pSrcResidue, OMX_U8 *pDst, OMX_INT dstStep, OMX_INT predictType, OMX_INT rndVal) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock_s.s573 pSrcResidue RN 12 label
664 M_LDR pSrcResidue, Stk_pSrcResidue
665 CMP pSrcResidue, #0
674 LDMIA pSrcResidue!, {tmp1, tmp2} ;// tmp1=[DC] tmp2=[BA]
687 LDMIA pSrcResidue!, {tmp1, tmp2}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock_s.s282 pSrcResidue RN 2 label
385 ;// only in case "pSrcResidue" parameter to the function is not NULL.
390 CMP pSrcResidue, #0
396 VLD1 qRes0, [pSrcResidue@128]!
398 VLD1 qRes1, [pSrcResidue@128]!
400 VLD1 qRes2, [pSrcResidue@128]!
404 VLD1 qRes3, [pSrcResidue@128]!
408 VLD1 qRes4, [pSrcResidue@128]!
412 VLD1 qRes5, [pSrcResidue@128]!
416 VLD1 qRes6, [pSrcResidue
[all...]

Completed in 106 milliseconds