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.c63 OMX_U32 iHeight in armM4P10_Copy() argument
68 for (y = 0; y < iHeight; y++) in armM4P10_Copy()
110 OMX_U32 iHeight, 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 …]
DomxVCM4P10_InterpolateHalfVer_Luma.c89 OMX_U32 iHeight in omxVCM4P10_InterpolateHalfVer_Luma() argument
108 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr) in omxVCM4P10_InterpolateHalfVer_Luma()
117 iHeight); in omxVCM4P10_InterpolateHalfVer_Luma()
130 iHeight); in omxVCM4P10_InterpolateHalfVer_Luma()
DomxVCM4P10_InterpolateHalfHor_Luma.c90 OMX_U32 iHeight in omxVCM4P10_InterpolateHalfHor_Luma() argument
109 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr) in omxVCM4P10_InterpolateHalfHor_Luma()
118 iHeight); in omxVCM4P10_InterpolateHalfHor_Luma()
131 iHeight); in omxVCM4P10_InterpolateHalfHor_Luma()
DomxVCM4P10_SADQuar_8x.c80 OMX_U32 iHeight in omxVCM4P10_SADQuar_8x() argument
88 armRetArgErrIf((iHeight != 16) && (iHeight != 8) && in omxVCM4P10_SADQuar_8x()
89 (iHeight != 4), OMX_Sts_BadArgErr) in omxVCM4P10_SADQuar_8x()
96 iRefStep0, iRefStep1, pDstSAD, iHeight, 8); in omxVCM4P10_SADQuar_8x()
DomxVCM4P10_SAD_4x.c73 OMX_U32 iHeight in omxVCM4P10_SAD_4x() argument
80 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr) in omxVCM4P10_SAD_4x()
86 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 4); in omxVCM4P10_SAD_4x()
DomxVCM4P10_SADQuar_16x.c80 OMX_U32 iHeight in omxVCM4P10_SADQuar_16x() argument
88 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr) in omxVCM4P10_SADQuar_16x()
95 iRefStep0, iRefStep1, pDstSAD, iHeight, 16); in omxVCM4P10_SADQuar_16x()
DomxVCM4P10_SADQuar_4x.c80 OMX_U32 iHeight in omxVCM4P10_SADQuar_4x() argument
88 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr); in omxVCM4P10_SADQuar_4x()
94 iRefStep0, iRefStep1, pDstSAD, iHeight, 4); in omxVCM4P10_SADQuar_4x()
DomxVCM4P10_Average_4x.c79 OMX_U32 iHeight in omxVCM4P10_Average_4x() argument
86 armRetArgErrIf((iHeight != 4) && (iHeight != 8), OMX_Sts_BadArgErr) in omxVCM4P10_Average_4x()
93 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 4, iHeight); in omxVCM4P10_Average_4x()
DarmVCM4P10_Interpolate_Chroma.c66 OMX_U32 iHeight, in armVCM4P10_Interpolate_Chroma() argument
84 armRetArgErrIf(iHeight == 0, OMX_Sts_BadArgErr) in armVCM4P10_Interpolate_Chroma()
94 for (y = 0; y < iHeight; y++) in armVCM4P10_Interpolate_Chroma()
109 for (y = 0; y < iHeight; y++) in armVCM4P10_Interpolate_Chroma()
DarmVCM4P10_InterpolateHalfDiag_Luma.c67 OMX_U32 iHeight in armVCM4P10_InterpolateHalfDiag_Luma() argument
83 for (y = 0; y < iHeight + 5; y++) in armVCM4P10_InterpolateHalfDiag_Luma()
100 for (y = 0; y < iHeight; y++) in armVCM4P10_InterpolateHalfDiag_Luma()
DarmVCM4P10_InterpolateHalfHor_Luma.c65 OMX_U32 iHeight in armVCM4P10_InterpolateHalfHor_Luma() argument
75 for (y = 0; y < iHeight; y++) in armVCM4P10_InterpolateHalfHor_Luma()
DarmVCM4P10_SADQuar.c68 OMX_U32 iHeight, in armVCM4P10_SADQuar() argument
81 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.s43 iHeight RN 9 label
91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #1
204 SUBS iHeight, iHeight, #1
217 SUBS iHeight, iHeight, #1
230 SUBS iHeight, iHeight, #1
DarmVCM4P10_Interpolate_Chroma_s.s42 iHeight RN 5 label
118 M_LDR iHeight, Height
227 SUBS iHeight, iHeight, #2
265 SUBS iHeight, iHeight, #2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s43 iHeight RN 9 label
91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #1
204 SUBS iHeight, iHeight, #1
217 SUBS iHeight, iHeight, #1
230 SUBS iHeight, iHeight, #1
DarmVCM4P10_Interpolate_Chroma_s.s56 iHeight RN 5 label
148 M_LDRD iWidth, iHeight, Width
215 SUBS iHeight, iHeight, #4
245 SUBS iHeight, iHeight, #2
271 SUBS iHeight, iHeight, #2
291 SUBS iHeight, iHeight, #2
303 SUBS iHeight, iHeight, #2
315 SUBS iHeight, iHeight, #2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
DomxVCCOMM_SAD_8x.c76 OMX_U32 iHeight in omxVCCOMM_SAD_8x() argument
83 armRetArgErrIf((iHeight != 16) && (iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr) in omxVCCOMM_SAD_8x()
89 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 8); in omxVCCOMM_SAD_8x()
DomxVCCOMM_Average_8x.c81 OMX_U32 iHeight in omxVCCOMM_Average_8x() argument
91 armRetArgErrIf((iHeight != 4) && (iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr) in omxVCCOMM_Average_8x()
95 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 8, iHeight); in omxVCCOMM_Average_8x()
DomxVCCOMM_SAD_16x.c76 OMX_U32 iHeight in omxVCCOMM_SAD_16x() argument
83 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr) in omxVCCOMM_SAD_16x()
89 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 16); in omxVCCOMM_SAD_16x()
DomxVCCOMM_Average_16x.c81 OMX_U32 iHeight in omxVCCOMM_Average_16x() argument
88 armRetArgErrIf((iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr) in omxVCCOMM_Average_16x()
95 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 16, iHeight); in omxVCCOMM_Average_16x()
DarmVCCOMM_SAD.c63 OMX_U32 iHeight, in armVCCOMM_SAD() argument
75 for (y = 0; y < iHeight; y++) in armVCCOMM_SAD()
DarmVCCOMM_Average.c67 OMX_U32 iHeight in armVCCOMM_Average() argument
77 for (y = 0; y < iHeight; y++) in armVCCOMM_Average()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
DarmVC.h868 OMX_U32 iHeight
899 OMX_U32 iHeight
930 OMX_U32 iHeight
992 OMX_U32 iHeight,
1024 OMX_U32 iHeight
1058 OMX_U32 iHeight,
1092 OMX_U32 iHeight,
1128 OMX_U32 iHeight,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
DarmVC.h868 OMX_U32 iHeight
899 OMX_U32 iHeight
930 OMX_U32 iHeight
992 OMX_U32 iHeight,
1024 OMX_U32 iHeight
1058 OMX_U32 iHeight,
1092 OMX_U32 iHeight,
1128 OMX_U32 iHeight,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
DarmVC.h868 OMX_U32 iHeight
899 OMX_U32 iHeight
930 OMX_U32 iHeight
992 OMX_U32 iHeight,
1024 OMX_U32 iHeight
1058 OMX_U32 iHeight,
1092 OMX_U32 iHeight,
1128 OMX_U32 iHeight,

12