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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DarmVCCOMM_SAD.c34 * [in] iHeight Height of the block
48 OMX_U32 iHeight,
60 for (y = 0; y < iHeight; y++)
42 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.c34 * [in] iHeight Height of the current block
51 OMX_U32 iHeight,
69 armRetArgErrIf(iHeight == 0, OMX_Sts_BadArgErr)
79 for (y = 0; y < iHeight; y++)
94 for (y = 0; y < iHeight; y++)
45 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.c35 * [in] iHeight Height of the current block
48 OMX_U32 iHeight
53 for (y = 0; y < iHeight; y++)
77 * [in] iHeight Height of the current block
95 OMX_U32 iHeight,
126 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
132 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight);
137 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
144 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight);
149 (pDst, pSrcHalfHor, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
89 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.c37 * [in] iHeight Height of the block
53 OMX_U32 iHeight,
66 for (y = 0; y < iHeight; y++)
45 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.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, iHeigh
[all...]
H A DomxVCM4P10_InterpolateLuma_s.s81 iHeight RN 4 label
110 ;// r4 - iHeight
136 M_LDR iHeight, ptrHeight
139 M_PRINTF "roi.height %d\n", iHeight
409 SUBS iHeight, iHeight, #4
H A 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/
H A 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, iHeigh
[all...]
H A 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, #
[all...]
H A DomxVCM4P10_InterpolateLuma_s.s71 iHeight RN 4 label
180 M_LDR iHeight, ptrHeight
536 SUBS iHeight, iHeight, #4

Completed in 68 milliseconds