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.c115 OMX_U8 pBuf1 [16*16]; local
177 (pSrcHalfVer, iSrcStep, pBuf1, iWidth, iWidth, iHeight);
180 (pDst, pBuf1, iDstStep, iWidth, pDst, iDstStep, iWidth, iHeight);
186 (pSrcHalfHor, iSrcStep, pBuf1, iWidth, iWidth, iHeight);
189 (pDst, pBuf1, iDstStep, iWidth, pDst, iDstStep, iWidth, iHeight);
196 (pSrcHalfHor, iSrcStep, pBuf1, iWidth, iWidth, iHeight);
202 (pBuf1, pDst, iWidth, iDstStep, pDst, iDstStep, iWidth, iHeight);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c421 OMX_U8 *pBuf1,
428 armRetArgErrIf(!pBuf1 || !pBuf2, OMX_Sts_BadArgErr);
432 temp = *(pBuf1 + i);
433 *(pBuf1 + i) = *(pBuf2 + i);
420 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.c421 OMX_U8 *pBuf1,
428 armRetArgErrIf(!pBuf1 || !pBuf2, OMX_Sts_BadArgErr);
432 temp = *(pBuf1 + i);
433 *(pBuf1 + i) = *(pBuf2 + i);
420 armSwapElem( OMX_U8 *pBuf1, OMX_U8 *pBuf2, OMX_INT elemSize ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c421 OMX_U8 *pBuf1,
428 armRetArgErrIf(!pBuf1 || !pBuf2, OMX_Sts_BadArgErr);
432 temp = *(pBuf1 + i);
433 *(pBuf1 + i) = *(pBuf2 + i);
420 armSwapElem( OMX_U8 *pBuf1, OMX_U8 *pBuf2, OMX_INT elemSize ) argument

Completed in 224 milliseconds