Searched defs:iHeight (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DarmVCCOMM_SAD.c49 * [in] iHeight Height of the block
63 OMX_U32 iHeight,
75 for (y = 0; y < iHeight; y++)
57 armVCCOMM_SAD( const OMX_U8* pSrcOrg, OMX_U32 iStepOrg, const OMX_U8* pSrcRef, OMX_U32 iStepRef, OMX_S32* pDstSAD, OMX_U32 iHeight, OMX_U32 iWidth ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma.c49 * [in] iHeight Height of the current block
66 OMX_U32 iHeight,
84 armRetArgErrIf(iHeight == 0, OMX_Sts_BadArgErr)
94 for (y = 0; y < iHeight; y++)
109 for (y = 0; y < iHeight; y++)
60 armVCM4P10_Interpolate_Chroma( OMX_U8 *pSrc, OMX_U32 iSrcStep, OMX_U8 *pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight, OMX_U32 dx, OMX_U32 dy ) argument
H A DarmVCM4P10_Interpolate_Luma.c50 * [in] iHeight Height of the current block
63 OMX_U32 iHeight
68 for (y = 0; y < iHeight; y++)
92 * [in] iHeight Height of the current block
110 OMX_U32 iHeight,
141 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
147 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight);
152 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
159 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight);
164 (pDst, pSrcHalfHor, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
104 armVCM4P10_Interpolate_Luma( const OMX_U8 *pSrc, OMX_U32 iSrcStep, OMX_U8 *pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight, OMX_U32 dx, OMX_U32 dy ) argument
[all...]
H A DarmVCM4P10_SADQuar.c52 * [in] iHeight Height of the block
68 OMX_U32 iHeight,
81 for (y = 0; y < iHeight; y++)
60 armVCM4P10_SADQuar( const OMX_U8* pSrc, const OMX_U8* pSrcRef0, const OMX_U8* pSrcRef1, OMX_U32 iSrcStep, OMX_U32 iRefStep0, OMX_U32 iRefStep1, OMX_U32* pDstSAD, OMX_U32 iHeight, OMX_U32 iWidth ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A 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, iHeigh
[all...]
H A DomxVCM4P10_InterpolateLuma_s.s95 iHeight RN 4 label
124 ;// r4 - iHeight
150 M_LDR iHeight, ptrHeight
153 M_PRINTF "roi.height %d\n", iHeight
423 SUBS iHeight, iHeight, #4
H A 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/
H A 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, iHeigh
[all...]
H A 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, #
[all...]
H A DomxVCM4P10_InterpolateLuma_s.s85 iHeight RN 4 label
194 M_LDR iHeight, ptrHeight
550 SUBS iHeight, iHeight, #4
/frameworks/native/opengl/include/EGL/
H A Deglext.h259 EGLint iHeight; member in struct:EGLClientPixmapHI

Completed in 476 milliseconds