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.c227 * [in] pSrcResidue pointer to a buffer containing the 16-bit prediction
240 const OMX_S16 *pSrcResidue,
252 temp = pSrc[x] + pSrcResidue[x];
257 pSrcResidue += 8;
275 * pSrcResidue - pointer to a buffer containing the 16-bit prediction
295 * - pSrcResidue is not 16-byte aligned.
305 const OMX_S16 *pSrcResidue,
318 armRetArgErrIf(!armIs16ByteAligned(pSrcResidue), OMX_Sts_BadArgErr);
355 if(pSrcResidue == NULL)
365 pSrcResidue,
238 armVCM4P2_MCReconBlock_Res( const OMX_U8 *pSrc, const OMX_S16 *pSrcResidue, OMX_U8 *pDst, OMX_INT dstStep) argument
302 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.s587 pSrcResidue RN 12 label
678 M_LDR pSrcResidue, Stk_pSrcResidue
679 CMP pSrcResidue, #0
688 LDMIA pSrcResidue!, {tmp1, tmp2} ;// tmp1=[DC] tmp2=[BA]
701 LDMIA pSrcResidue!, {tmp1, tmp2}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock_s.s296 pSrcResidue RN 2 label
399 ;// only in case "pSrcResidue" parameter to the function is not NULL.
404 CMP pSrcResidue, #0
410 VLD1 qRes0, [pSrcResidue@128]!
412 VLD1 qRes1, [pSrcResidue@128]!
414 VLD1 qRes2, [pSrcResidue@128]!
418 VLD1 qRes3, [pSrcResidue@128]!
422 VLD1 qRes4, [pSrcResidue@128]!
426 VLD1 qRes5, [pSrcResidue@128]!
430 VLD1 qRes6, [pSrcResidue
[all...]

Completed in 1311 milliseconds