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.c62 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 …]
DarmVCM4P10_InterpolateHalfDiag_Luma.c66 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()
DomxVCM4P10_InterpolateHalfHor_Luma.c89 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()
DomxVCM4P10_InterpolateHalfVer_Luma.c88 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()
DarmVCM4P10_Interpolate_Chroma.c65 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()
DarmVCM4P10_SADQuar.c69 OMX_U32 iWidth in armVCM4P10_SADQuar() argument
83 for (x = 0; x < iWidth; x++) in armVCM4P10_SADQuar()
DarmVCM4P10_InterpolateHalfHor_Luma.c64 OMX_U32 iWidth, in armVCM4P10_InterpolateHalfHor_Luma() argument
77 for (x = 0; x < iWidth; x++) in armVCM4P10_InterpolateHalfHor_Luma()
DarmVCM4P10_InterpolateHalfVer_Luma.c65 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/
DarmVCM4P10_Interpolate_Chroma_s.s41 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 …]
DomxVCM4P10_InterpolateLuma_s.s96 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/
DarmVC.h867 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,
DomxVC.h3962 OMX_U32 iWidth,
4017 OMX_U32 iWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
DarmVC.h867 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,
DomxVC.h3962 OMX_U32 iWidth,
4017 OMX_U32 iWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
DarmVC.h867 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,
DomxVC.h3962 OMX_U32 iWidth,
4017 OMX_U32 iWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
DarmVCCOMM_SAD.c64 OMX_U32 iWidth in armVCCOMM_SAD() argument
77 for (x = 0; x < iWidth; x++) in armVCCOMM_SAD()
DarmVCCOMM_Average.c66 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/
DomxVCM4P10_InterpolateLuma_s.s86 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
DarmVCM4P10_Interpolate_Chroma_s.s55 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/
Deglext.h249 EGLint iWidth; member