/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | armVCM4P10_Interpolate_Luma.c | 62 OMX_U32 iWidth, in armM4P10_Copy() argument 70 for (x = 0; x < iWidth; x++) in armM4P10_Copy() 109 OMX_U32 iWidth, in armVCM4P10_Interpolate_Luma() argument 141 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 147 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 152 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 159 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 164 (pDst, pSrcHalfHor, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 171 (pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() 177 (pSrcHalfVer, iSrcStep, pBuf1, iWidth, iWidth, iHeight); in armVCM4P10_Interpolate_Luma() [all …]
|
D | armVCM4P10_InterpolateHalfDiag_Luma.c | 66 OMX_U32 iWidth, in armVCM4P10_InterpolateHalfDiag_Luma() argument 85 for (x = 0; x < iWidth; x++) in armVCM4P10_InterpolateHalfDiag_Luma() 95 Buf [y * iWidth + x] = (OMX_S16)HalfCoeff; in armVCM4P10_InterpolateHalfDiag_Luma() 102 for (x = 0; x < iWidth; x++) in armVCM4P10_InterpolateHalfDiag_Luma() 104 pos = y * iWidth + x; in armVCM4P10_InterpolateHalfDiag_Luma() 107 5 * Buf [pos + 1 * iWidth] + in armVCM4P10_InterpolateHalfDiag_Luma() 108 20 * Buf [pos + 2 * iWidth] + in armVCM4P10_InterpolateHalfDiag_Luma() 109 20 * Buf [pos + 3 * iWidth] - in armVCM4P10_InterpolateHalfDiag_Luma() 110 5 * Buf [pos + 4 * iWidth] + in armVCM4P10_InterpolateHalfDiag_Luma() 111 Buf [pos + 5 * iWidth]; in armVCM4P10_InterpolateHalfDiag_Luma()
|
D | omxVCM4P10_InterpolateHalfHor_Luma.c | 89 OMX_U32 iWidth, in omxVCM4P10_InterpolateHalfHor_Luma() argument 99 armRetArgErrIf((iWidth == 4) && in omxVCM4P10_InterpolateHalfHor_Luma() 102 armRetArgErrIf((iWidth == 8) && in omxVCM4P10_InterpolateHalfHor_Luma() 105 armRetArgErrIf((iWidth == 16) && in omxVCM4P10_InterpolateHalfHor_Luma() 110 armRetArgErrIf((iWidth != 16) && (iWidth != 8)&& (iWidth != 4), OMX_Sts_BadArgErr) in omxVCM4P10_InterpolateHalfHor_Luma() 117 iWidth, in omxVCM4P10_InterpolateHalfHor_Luma() 130 iWidth, in omxVCM4P10_InterpolateHalfHor_Luma()
|
D | omxVCM4P10_InterpolateHalfVer_Luma.c | 88 OMX_U32 iWidth, in omxVCM4P10_InterpolateHalfVer_Luma() argument 98 armRetArgErrIf((iWidth == 4) && in omxVCM4P10_InterpolateHalfVer_Luma() 101 armRetArgErrIf((iWidth == 8) && in omxVCM4P10_InterpolateHalfVer_Luma() 104 armRetArgErrIf((iWidth == 16) && in omxVCM4P10_InterpolateHalfVer_Luma() 109 armRetArgErrIf((iWidth != 16) && (iWidth != 8)&& (iWidth != 4), OMX_Sts_BadArgErr) in omxVCM4P10_InterpolateHalfVer_Luma() 116 iWidth, in omxVCM4P10_InterpolateHalfVer_Luma() 129 iWidth, in omxVCM4P10_InterpolateHalfVer_Luma()
|
D | armVCM4P10_Interpolate_Chroma.c | 65 OMX_U32 iWidth, in armVCM4P10_Interpolate_Chroma() argument 83 armRetArgErrIf(iWidth == 0, OMX_Sts_BadArgErr) in armVCM4P10_Interpolate_Chroma() 96 for (x = 0; x < iWidth; x++) in armVCM4P10_Interpolate_Chroma() 111 for (x = 0; x < iWidth; x++) in armVCM4P10_Interpolate_Chroma()
|
D | armVCM4P10_SADQuar.c | 69 OMX_U32 iWidth in armVCM4P10_SADQuar() argument 83 for (x = 0; x < iWidth; x++) in armVCM4P10_SADQuar()
|
D | armVCM4P10_InterpolateHalfHor_Luma.c | 64 OMX_U32 iWidth, in armVCM4P10_InterpolateHalfHor_Luma() argument 77 for (x = 0; x < iWidth; x++) in armVCM4P10_InterpolateHalfHor_Luma()
|
D | armVCM4P10_InterpolateHalfVer_Luma.c | 65 OMX_U32 iWidth, in armVCM4P10_InterpolateHalfVer_Luma() argument 79 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 | 41 iWidth RN 4 label 117 M_LDR iWidth, Width 131 SUB temp, iWidth, #1 136 ORR iWidth, iWidth, temp, LSL #16 182 SUBS iWidth, iWidth, #1<<17 228 ADD iWidth, iWidth, #1<<16 229 RSB iDstStepx2MinusWidth, iWidth, iDstStep, LSL #1 231 SUB temp, iWidth, #1 232 RSB iSrcStepx2MinusWidth, iWidth, iSrcStep1, LSL #1 236 ORR iWidth, iWidth, temp, LSL #16 [all …]
|
D | omxVCM4P10_InterpolateLuma_s.s | 96 iWidth RN 5 label 149 M_LDR iWidth, ptrWidth 152 M_PRINTF "roi.width %d\n", iWidth 415 SUBS iWidth, iWidth, #4 424 M_LDR iWidth, ptrWidth 428 SUB pSrc, pSrc, iWidth 429 SUB pDst, pDst, iWidth
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
D | armVC.h | 867 OMX_U32 iWidth, 898 OMX_U32 iWidth, 929 OMX_U32 iWidth, 993 OMX_U32 iWidth); 1023 OMX_U32 iWidth, 1059 OMX_U32 iWidth 1091 OMX_U32 iWidth, 1127 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 | 867 OMX_U32 iWidth, 898 OMX_U32 iWidth, 929 OMX_U32 iWidth, 993 OMX_U32 iWidth); 1023 OMX_U32 iWidth, 1059 OMX_U32 iWidth 1091 OMX_U32 iWidth, 1127 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 | 867 OMX_U32 iWidth, 898 OMX_U32 iWidth, 929 OMX_U32 iWidth, 993 OMX_U32 iWidth); 1023 OMX_U32 iWidth, 1059 OMX_U32 iWidth 1091 OMX_U32 iWidth, 1127 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 | 64 OMX_U32 iWidth in armVCCOMM_SAD() argument 77 for (x = 0; x < iWidth; x++) in armVCCOMM_SAD()
|
D | armVCCOMM_Average.c | 66 OMX_U32 iWidth, in armVCCOMM_Average() argument 79 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 | 86 iWidth RN 5 label 193 M_LDR iWidth, ptrWidth 544 SUBS iWidth, iWidth, #4 551 M_LDR iWidth, ptrWidth 555 SUB pSrc, pSrc, iWidth 556 SUB pDst, pDst, iWidth
|
D | armVCM4P10_Interpolate_Chroma_s.s | 55 iWidth RN 4 label 148 M_LDRD iWidth, iHeight, Width 179 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
|