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

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_SAD_8x.c36 * iHeight - Height of the block
52 * - iHeight is not 4, 8 or 16
61 OMX_U32 iHeight
68 armRetArgErrIf((iHeight != 16) && (iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr)
74 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 8);
H A DomxVCCOMM_Average_16x.c39 * iHeight - Height of the blocks
56 * - iHeight is not 8 or 16.
66 OMX_U32 iHeight
73 armRetArgErrIf((iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr)
80 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 16, iHeight);
H A DomxVCCOMM_SAD_16x.c36 * iHeight - Height of the block
52 * - iHeight is not 8 or 16
61 OMX_U32 iHeight
68 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr)
74 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 16);
H A DomxVCCOMM_Average_8x.c39 * iHeight - Height of the blocks
56 * - iHeight is not 4, 8, or 16.
66 OMX_U32 iHeight
76 armRetArgErrIf((iHeight != 4) && (iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr)
80 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 8, iHeight);
H A DarmVCCOMM_Average.c12 * This function will calculate Average of two blocks if size iWidth X iHeight
37 * [in] iHeight Height of the blocks
52 OMX_U32 iHeight
62 for (y = 0; y < iHeight; y++)
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 DomxVCM4P10_SADQuar_8x.c41 * iHeight - Height of the block; must be equal either 4, 8, or 16.
50 * - iHeight is not equal to either 4, 8, or 16.
65 OMX_U32 iHeight
73 armRetArgErrIf((iHeight != 16) && (iHeight != 8) &&
74 (iHeight != 4), OMX_Sts_BadArgErr)
81 iRefStep0, iRefStep1, pDstSAD, iHeight, 8);
H A DomxVCM4P10_InterpolateHalfHor_Luma.c38 * iHeight - Height of the current block; must be equal to 4, 8, or 16
60 * - iWidth or iHeight have values other than 4, 8, or 16
75 OMX_U32 iHeight
94 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr)
103 iHeight);
116 iHeight);
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 DomxVCM4P10_Average_4x.c37 * iHeight - Height of the blocks; must be either 4 or 8.
54 * - iHeight is not equal to either 4 or 8
64 OMX_U32 iHeight
71 armRetArgErrIf((iHeight != 4) && (iHeight != 8), OMX_Sts_BadArgErr)
78 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 4, iHeight);
H A DomxVCM4P10_SADQuar_16x.c41 * iHeight - Height of the block; must be equal to either 8 or 16
50 * - iHeight is not equal to either 8 or 16.
65 OMX_U32 iHeight
73 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr)
80 iRefStep0, iRefStep1, pDstSAD, iHeight, 16);
H A DomxVCM4P10_SADQuar_4x.c41 * iHeight - Height of the block; must be equal to either 4 or 8.
50 * - iHeight is not equal to either 4 or 8.
65 OMX_U32 iHeight
73 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr);
79 iRefStep0, iRefStep1, pDstSAD, iHeight, 4);
H A DomxVCM4P10_SAD_4x.c36 * iHeight -Height of the block; must be equal to either 4 or 8.
47 * - iHeight is not equal to either 4 or 8.
58 OMX_U32 iHeight
65 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr)
71 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 4);
H A DomxVCM4P10_InterpolateHalfVer_Luma.c39 * iHeight - Height of the current block; must be equal to either 4, 8, or 16
61 * - iWidth or iHeight have values other than 4, 8, or 16
74 OMX_U32 iHeight
93 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr)
102 iHeight);
115 iHeight);
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_InterpolateHalfHor_Luma.c36 * [in] iHeight Height of the current block
50 OMX_U32 iHeight
60 for (y = 0; y < iHeight; y++)
H A DarmVCM4P10_InterpolateHalfVer_Luma.c37 * [in] iHeight Height of the current block
51 OMX_U32 iHeight
62 for (y = 0; y < iHeight; y++)
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
H A DarmVCM4P10_InterpolateHalfDiag_Luma.c38 * [in] iHeight Height of the current block
52 OMX_U32 iHeight
66 * Buf contains a 2D array of size (iWidth)X(iHeight + 5)
68 for (y = 0; y < iHeight + 5; y++)
85 for (y = 0; y < iHeight; y++)
/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...]
/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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h839 * [in] iHeight Height of the current block
853 OMX_U32 iHeight
870 * [in] iHeight Height of the current block
884 OMX_U32 iHeight
901 * [in] iHeight Height of the current block
915 OMX_U32 iHeight
963 * [in] iHeight Height of the block
977 OMX_U32 iHeight,
994 * [in] iHeight Height of the blocks
1009 OMX_U32 iHeight
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h839 * [in] iHeight Height of the current block
853 OMX_U32 iHeight
870 * [in] iHeight Height of the current block
884 OMX_U32 iHeight
901 * [in] iHeight Height of the current block
915 OMX_U32 iHeight
963 * [in] iHeight Height of the block
977 OMX_U32 iHeight,
994 * [in] iHeight Height of the blocks
1009 OMX_U32 iHeight
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h839 * [in] iHeight Height of the current block
853 OMX_U32 iHeight
870 * [in] iHeight Height of the current block
884 OMX_U32 iHeight
901 * [in] iHeight Height of the current block
915 OMX_U32 iHeight
963 * [in] iHeight Height of the block
977 OMX_U32 iHeight,
994 * [in] iHeight Height of the blocks
1009 OMX_U32 iHeight
[all...]

Completed in 239 milliseconds

12