/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | armVCM4P10_Interpolate_Luma.c | 47 OMX_U32 iWidth, in armM4P10_Copy() argument 55 for (x = 0; x < iWidth; x++) in armM4P10_Copy() 94 OMX_U32 iWidth, in armVCM4P10_Interpolate_Luma() argument 126 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 132 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 137 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 144 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 149 (pDst, pSrcHalfHor, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 156 (pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 162 (pSrcHalfVer, iSrcStep, pBuf1, iWidth, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() [all …]
|
D | armVCM4P10_InterpolateHalfDiag_Luma.c | 51 OMX_U32 iWidth, in armVCM4P10_InterpolateHalfDiag_Luma() argument 70 for (x = 0; x < iWidth; x++) in armVCM4P10_InterpolateHalfDiag_Luma() 80 Buf [y * iWidth + x] = (OMX_S16)HalfCoeff; in armVCM4P10_InterpolateHalfDiag_Luma() 87 for (x = 0; x < iWidth; x++) in armVCM4P10_InterpolateHalfDiag_Luma() 89 pos = y * iWidth + x; in armVCM4P10_InterpolateHalfDiag_Luma() 92 5 * Buf [pos + 1 * iWidth] + in armVCM4P10_InterpolateHalfDiag_Luma() 93 20 * Buf [pos + 2 * iWidth] + in armVCM4P10_InterpolateHalfDiag_Luma() 94 20 * Buf [pos + 3 * iWidth] - in armVCM4P10_InterpolateHalfDiag_Luma() 95 5 * Buf [pos + 4 * iWidth] + in armVCM4P10_InterpolateHalfDiag_Luma() 96 Buf [pos + 5 * iWidth]; in armVCM4P10_InterpolateHalfDiag_Luma()
|
D | omxVCM4P10_InterpolateHalfVer_Luma.c | 73 OMX_U32 iWidth, in omxVCM4P10_InterpolateHalfVer_Luma() argument 83 armRetArgErrIf((iWidth == 4) && in omxVCM4P10_InterpolateHalfVer_Luma() 86 armRetArgErrIf((iWidth == 8) && in omxVCM4P10_InterpolateHalfVer_Luma() 89 armRetArgErrIf((iWidth == 16) && in omxVCM4P10_InterpolateHalfVer_Luma() 94 armRetArgErrIf((iWidth != 16) && (iWidth != 8)&& (iWidth != 4), OMX_Sts_BadArgErr) in omxVCM4P10_InterpolateHalfVer_Luma() 101 iWidth, in omxVCM4P10_InterpolateHalfVer_Luma() 114 iWidth, in omxVCM4P10_InterpolateHalfVer_Luma()
|
D | omxVCM4P10_InterpolateHalfHor_Luma.c | 74 OMX_U32 iWidth, in omxVCM4P10_InterpolateHalfHor_Luma() argument 84 armRetArgErrIf((iWidth == 4) && in omxVCM4P10_InterpolateHalfHor_Luma() 87 armRetArgErrIf((iWidth == 8) && in omxVCM4P10_InterpolateHalfHor_Luma() 90 armRetArgErrIf((iWidth == 16) && in omxVCM4P10_InterpolateHalfHor_Luma() 95 armRetArgErrIf((iWidth != 16) && (iWidth != 8)&& (iWidth != 4), OMX_Sts_BadArgErr) in omxVCM4P10_InterpolateHalfHor_Luma() 102 iWidth, in omxVCM4P10_InterpolateHalfHor_Luma() 115 iWidth, in omxVCM4P10_InterpolateHalfHor_Luma()
|
D | armVCM4P10_Interpolate_Chroma.c | 50 OMX_U32 iWidth, in armVCM4P10_Interpolate_Chroma() argument 68 armRetArgErrIf(iWidth == 0, OMX_Sts_BadArgErr) in armVCM4P10_Interpolate_Chroma() 81 for (x = 0; x < iWidth; x++) in armVCM4P10_Interpolate_Chroma() 96 for (x = 0; x < iWidth; x++) in armVCM4P10_Interpolate_Chroma()
|
D | armVCM4P10_InterpolateHalfHor_Luma.c | 49 OMX_U32 iWidth, in armVCM4P10_InterpolateHalfHor_Luma() argument 62 for (x = 0; x < iWidth; x++) in armVCM4P10_InterpolateHalfHor_Luma()
|
D | armVCM4P10_SADQuar.c | 54 OMX_U32 iWidth in armVCM4P10_SADQuar() argument 68 for (x = 0; x < iWidth; x++) in armVCM4P10_SADQuar()
|
D | armVCM4P10_InterpolateHalfVer_Luma.c | 50 OMX_U32 iWidth, in armVCM4P10_InterpolateHalfVer_Luma() argument 64 for (x = 0; x < iWidth; x++) in armVCM4P10_InterpolateHalfVer_Luma()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | armVCM4P10_Interpolate_Chroma_s.s | 27 iWidth RN 4 label 103 M_LDR iWidth, Width 117 SUB temp, iWidth, #1 122 ORR iWidth, iWidth, temp, LSL #16 168 SUBS iWidth, iWidth, #1<<17 214 ADD iWidth, iWidth, #1<<16 215 RSB iDstStepx2MinusWidth, iWidth, iDstStep, LSL #1 217 SUB temp, iWidth, #1 218 RSB iSrcStepx2MinusWidth, iWidth, iSrcStep1, LSL #1 222 ORR iWidth, iWidth, temp, LSL #16 [all …]
|
D | omxVCM4P10_InterpolateLuma_s.s | 82 iWidth RN 5 label 135 M_LDR iWidth, ptrWidth 138 M_PRINTF "roi.width %d\n", iWidth 401 SUBS iWidth, iWidth, #4 410 M_LDR iWidth, ptrWidth 414 SUB pSrc, pSrc, iWidth 415 SUB pDst, pDst, iWidth
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
D | armVC.h | 852 OMX_U32 iWidth, 883 OMX_U32 iWidth, 914 OMX_U32 iWidth, 978 OMX_U32 iWidth); 1008 OMX_U32 iWidth, 1044 OMX_U32 iWidth 1076 OMX_U32 iWidth, 1112 OMX_U32 iWidth,
|
D | omxVC.h | 3962 OMX_U32 iWidth, 4017 OMX_U32 iWidth,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
D | armVC.h | 852 OMX_U32 iWidth, 883 OMX_U32 iWidth, 914 OMX_U32 iWidth, 978 OMX_U32 iWidth); 1008 OMX_U32 iWidth, 1044 OMX_U32 iWidth 1076 OMX_U32 iWidth, 1112 OMX_U32 iWidth,
|
D | omxVC.h | 3962 OMX_U32 iWidth, 4017 OMX_U32 iWidth,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
D | armVC.h | 852 OMX_U32 iWidth, 883 OMX_U32 iWidth, 914 OMX_U32 iWidth, 978 OMX_U32 iWidth); 1008 OMX_U32 iWidth, 1044 OMX_U32 iWidth 1076 OMX_U32 iWidth, 1112 OMX_U32 iWidth,
|
D | omxVC.h | 3962 OMX_U32 iWidth, 4017 OMX_U32 iWidth,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
D | armVCCOMM_SAD.c | 49 OMX_U32 iWidth in armVCCOMM_SAD() argument 62 for (x = 0; x < iWidth; x++) in armVCCOMM_SAD()
|
D | armVCCOMM_Average.c | 51 OMX_U32 iWidth, in armVCCOMM_Average() argument 64 for (x = 0; x < iWidth; x++) in armVCCOMM_Average()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | omxVCM4P10_InterpolateLuma_s.s | 72 iWidth RN 5 label 179 M_LDR iWidth, ptrWidth 530 SUBS iWidth, iWidth, #4 537 M_LDR iWidth, ptrWidth 541 SUB pSrc, pSrc, iWidth 542 SUB pDst, pDst, iWidth
|
D | armVCM4P10_Interpolate_Chroma_s.s | 41 iWidth RN 4 label 134 M_LDRD iWidth, iHeight, Width 165 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 249 EGLint iWidth; member
|