Searched defs:pBuf1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Luma.c100 OMX_U8 pBuf1 [16*16]; local
162 (pSrcHalfVer, iSrcStep, pBuf1, iWidth, iWidth, iHeight);
165 (pDst, pBuf1, iDstStep, iWidth, pDst, iDstStep, iWidth, iHeight);
171 (pSrcHalfHor, iSrcStep, pBuf1, iWidth, iWidth, iHeight);
174 (pDst, pBuf1, iDstStep, iWidth, pDst, iDstStep, iWidth, iHeight);
181 (pSrcHalfHor, iSrcStep, pBuf1, iWidth, iWidth, iHeight);
187 (pBuf1, pDst, iWidth, iDstStep, pDst, iDstStep, iWidth, iHeight);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c406 OMX_U8 *pBuf1,
413 armRetArgErrIf(!pBuf1 || !pBuf2, OMX_Sts_BadArgErr);
417 temp = *(pBuf1 + i);
418 *(pBuf1 + i) = *(pBuf2 + i);
405 armSwapElem( OMX_U8 *pBuf1, OMX_U8 *pBuf2, OMX_INT elemSize ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c406 OMX_U8 *pBuf1,
413 armRetArgErrIf(!pBuf1 || !pBuf2, OMX_Sts_BadArgErr);
417 temp = *(pBuf1 + i);
418 *(pBuf1 + i) = *(pBuf2 + i);
405 armSwapElem( OMX_U8 *pBuf1, OMX_U8 *pBuf2, OMX_INT elemSize ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c406 OMX_U8 *pBuf1,
413 armRetArgErrIf(!pBuf1 || !pBuf2, OMX_Sts_BadArgErr);
417 temp = *(pBuf1 + i);
418 *(pBuf1 + i) = *(pBuf2 + i);
405 armSwapElem( OMX_U8 *pBuf1, OMX_U8 *pBuf2, OMX_INT elemSize ) argument

Completed in 92 milliseconds