Home
last modified time | relevance | path

Searched refs:iWidth (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DarmVCM4P10_Interpolate_Luma.c47 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 …]
DarmVCM4P10_InterpolateHalfDiag_Luma.c51 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()
DomxVCM4P10_InterpolateHalfVer_Luma.c73 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()
DomxVCM4P10_InterpolateHalfHor_Luma.c74 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()
DarmVCM4P10_Interpolate_Chroma.c50 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()
DarmVCM4P10_InterpolateHalfHor_Luma.c49 OMX_U32 iWidth, in armVCM4P10_InterpolateHalfHor_Luma() argument
62 for (x = 0; x < iWidth; x++) in armVCM4P10_InterpolateHalfHor_Luma()
DarmVCM4P10_SADQuar.c54 OMX_U32 iWidth in armVCM4P10_SADQuar() argument
68 for (x = 0; x < iWidth; x++) in armVCM4P10_SADQuar()
DarmVCM4P10_InterpolateHalfVer_Luma.c50 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/
DarmVCM4P10_Interpolate_Chroma_s.s27 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 …]
DomxVCM4P10_InterpolateLuma_s.s82 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/
DarmVC.h852 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,
DomxVC.h3962 OMX_U32 iWidth,
4017 OMX_U32 iWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
DarmVC.h852 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,
DomxVC.h3962 OMX_U32 iWidth,
4017 OMX_U32 iWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
DarmVC.h852 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,
DomxVC.h3962 OMX_U32 iWidth,
4017 OMX_U32 iWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
DarmVCCOMM_SAD.c49 OMX_U32 iWidth in armVCCOMM_SAD() argument
62 for (x = 0; x < iWidth; x++) in armVCCOMM_SAD()
DarmVCCOMM_Average.c51 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/
DomxVCM4P10_InterpolateLuma_s.s72 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
DarmVCM4P10_Interpolate_Chroma_s.s41 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/
Deglext.h249 EGLint iWidth; member