Home
last modified time | relevance | path

Searched refs:iHeight (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DarmVCM4P10_Interpolate_Luma.c48 OMX_U32 iHeight in armM4P10_Copy() argument
53 for (y = 0; y < iHeight; y++) in armM4P10_Copy()
95 OMX_U32 iHeight, 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 …]
DomxVCM4P10_InterpolateHalfVer_Luma.c74 OMX_U32 iHeight in omxVCM4P10_InterpolateHalfVer_Luma() argument
93 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr) in omxVCM4P10_InterpolateHalfVer_Luma()
102 iHeight); in omxVCM4P10_InterpolateHalfVer_Luma()
115 iHeight); in omxVCM4P10_InterpolateHalfVer_Luma()
DomxVCM4P10_InterpolateHalfHor_Luma.c75 OMX_U32 iHeight in omxVCM4P10_InterpolateHalfHor_Luma() argument
94 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr) in omxVCM4P10_InterpolateHalfHor_Luma()
103 iHeight); in omxVCM4P10_InterpolateHalfHor_Luma()
116 iHeight); in omxVCM4P10_InterpolateHalfHor_Luma()
DomxVCM4P10_SADQuar_8x.c65 OMX_U32 iHeight in omxVCM4P10_SADQuar_8x() argument
73 armRetArgErrIf((iHeight != 16) && (iHeight != 8) && in omxVCM4P10_SADQuar_8x()
74 (iHeight != 4), OMX_Sts_BadArgErr) in omxVCM4P10_SADQuar_8x()
81 iRefStep0, iRefStep1, pDstSAD, iHeight, 8); in omxVCM4P10_SADQuar_8x()
DomxVCM4P10_SAD_4x.c58 OMX_U32 iHeight in omxVCM4P10_SAD_4x() argument
65 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr) in omxVCM4P10_SAD_4x()
71 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 4); in omxVCM4P10_SAD_4x()
DomxVCM4P10_SADQuar_16x.c65 OMX_U32 iHeight in omxVCM4P10_SADQuar_16x() argument
73 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr) in omxVCM4P10_SADQuar_16x()
80 iRefStep0, iRefStep1, pDstSAD, iHeight, 16); in omxVCM4P10_SADQuar_16x()
DomxVCM4P10_SADQuar_4x.c65 OMX_U32 iHeight in omxVCM4P10_SADQuar_4x() argument
73 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr); in omxVCM4P10_SADQuar_4x()
79 iRefStep0, iRefStep1, pDstSAD, iHeight, 4); in omxVCM4P10_SADQuar_4x()
DomxVCM4P10_Average_4x.c64 OMX_U32 iHeight in omxVCM4P10_Average_4x() argument
71 armRetArgErrIf((iHeight != 4) && (iHeight != 8), OMX_Sts_BadArgErr) in omxVCM4P10_Average_4x()
78 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 4, iHeight); in omxVCM4P10_Average_4x()
DarmVCM4P10_Interpolate_Chroma.c51 OMX_U32 iHeight, in armVCM4P10_Interpolate_Chroma() argument
69 armRetArgErrIf(iHeight == 0, OMX_Sts_BadArgErr) in armVCM4P10_Interpolate_Chroma()
79 for (y = 0; y < iHeight; y++) in armVCM4P10_Interpolate_Chroma()
94 for (y = 0; y < iHeight; y++) in armVCM4P10_Interpolate_Chroma()
DarmVCM4P10_InterpolateHalfDiag_Luma.c52 OMX_U32 iHeight in armVCM4P10_InterpolateHalfDiag_Luma() argument
68 for (y = 0; y < iHeight + 5; y++) in armVCM4P10_InterpolateHalfDiag_Luma()
85 for (y = 0; y < iHeight; y++) in armVCM4P10_InterpolateHalfDiag_Luma()
DarmVCM4P10_InterpolateHalfHor_Luma.c50 OMX_U32 iHeight in armVCM4P10_InterpolateHalfHor_Luma() argument
60 for (y = 0; y < iHeight; y++) in armVCM4P10_InterpolateHalfHor_Luma()
DarmVCM4P10_SADQuar.c53 OMX_U32 iHeight, in armVCM4P10_SADQuar() argument
66 for (y = 0; y < iHeight; y++) in armVCM4P10_SADQuar()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s29 iHeight RN 9 label
77 SUBS iHeight, iHeight, #1
88 SUBS iHeight, iHeight, #1
104 SUBS iHeight, iHeight, #1
120 SUBS iHeight, iHeight, #1
179 SUBS iHeight, iHeight, #1
190 SUBS iHeight, iHeight, #1
203 SUBS iHeight, iHeight, #1
216 SUBS iHeight, iHeight, #1
DarmVCM4P10_Interpolate_Chroma_s.s28 iHeight RN 5 label
104 M_LDR iHeight, Height
213 SUBS iHeight, iHeight, #2
251 SUBS iHeight, iHeight, #2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s29 iHeight RN 9 label
77 SUBS iHeight, iHeight, #1
88 SUBS iHeight, iHeight, #1
104 SUBS iHeight, iHeight, #1
120 SUBS iHeight, iHeight, #1
179 SUBS iHeight, iHeight, #1
190 SUBS iHeight, iHeight, #1
203 SUBS iHeight, iHeight, #1
216 SUBS iHeight, iHeight, #1
DarmVCM4P10_Interpolate_Chroma_s.s42 iHeight RN 5 label
134 M_LDRD iWidth, iHeight, Width
201 SUBS iHeight, iHeight, #4
231 SUBS iHeight, iHeight, #2
257 SUBS iHeight, iHeight, #2
277 SUBS iHeight, iHeight, #2
289 SUBS iHeight, iHeight, #2
301 SUBS iHeight, iHeight, #2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
DomxVCCOMM_SAD_8x.c61 OMX_U32 iHeight in omxVCCOMM_SAD_8x() argument
68 armRetArgErrIf((iHeight != 16) && (iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr) in omxVCCOMM_SAD_8x()
74 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 8); in omxVCCOMM_SAD_8x()
DomxVCCOMM_Average_8x.c66 OMX_U32 iHeight in omxVCCOMM_Average_8x() argument
76 armRetArgErrIf((iHeight != 4) && (iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr) in omxVCCOMM_Average_8x()
80 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 8, iHeight); in omxVCCOMM_Average_8x()
DomxVCCOMM_SAD_16x.c61 OMX_U32 iHeight in omxVCCOMM_SAD_16x() argument
68 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr) in omxVCCOMM_SAD_16x()
74 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 16); in omxVCCOMM_SAD_16x()
DomxVCCOMM_Average_16x.c66 OMX_U32 iHeight in omxVCCOMM_Average_16x() argument
73 armRetArgErrIf((iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr) in omxVCCOMM_Average_16x()
80 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 16, iHeight); in omxVCCOMM_Average_16x()
DarmVCCOMM_SAD.c48 OMX_U32 iHeight, in armVCCOMM_SAD() argument
60 for (y = 0; y < iHeight; y++) in armVCCOMM_SAD()
DarmVCCOMM_Average.c52 OMX_U32 iHeight in armVCCOMM_Average() argument
62 for (y = 0; y < iHeight; y++) in armVCCOMM_Average()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
DarmVC.h853 OMX_U32 iHeight
884 OMX_U32 iHeight
915 OMX_U32 iHeight
977 OMX_U32 iHeight,
1009 OMX_U32 iHeight
1043 OMX_U32 iHeight,
1077 OMX_U32 iHeight,
1113 OMX_U32 iHeight,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
DarmVC.h853 OMX_U32 iHeight
884 OMX_U32 iHeight
915 OMX_U32 iHeight
977 OMX_U32 iHeight,
1009 OMX_U32 iHeight
1043 OMX_U32 iHeight,
1077 OMX_U32 iHeight,
1113 OMX_U32 iHeight,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
DarmVC.h853 OMX_U32 iHeight
884 OMX_U32 iHeight
915 OMX_U32 iHeight
977 OMX_U32 iHeight,
1009 OMX_U32 iHeight
1043 OMX_U32 iHeight,
1077 OMX_U32 iHeight,
1113 OMX_U32 iHeight,

12