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.c51 * iHeight - Height of the block
67 * - iHeight is not 4, 8 or 16
76 OMX_U32 iHeight
83 armRetArgErrIf((iHeight != 16) && (iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr)
89 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 8);
H A DomxVCCOMM_Average_16x.c54 * iHeight - Height of the blocks
71 * - iHeight is not 8 or 16.
81 OMX_U32 iHeight
88 armRetArgErrIf((iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr)
95 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 16, iHeight);
H A DomxVCCOMM_SAD_16x.c51 * iHeight - Height of the block
67 * - iHeight is not 8 or 16
76 OMX_U32 iHeight
83 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr)
89 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 16);
H A DomxVCCOMM_Average_8x.c54 * iHeight - Height of the blocks
71 * - iHeight is not 4, 8, or 16.
81 OMX_U32 iHeight
91 armRetArgErrIf((iHeight != 4) && (iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr)
95 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 8, iHeight);
H A DarmVCCOMM_Average.c27 * This function will calculate Average of two blocks if size iWidth X iHeight
52 * [in] iHeight Height of the blocks
67 OMX_U32 iHeight
77 for (y = 0; y < iHeight; y++)
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 DomxVCM4P10_SADQuar_8x.c56 * iHeight - Height of the block; must be equal either 4, 8, or 16.
65 * - iHeight is not equal to either 4, 8, or 16.
80 OMX_U32 iHeight
88 armRetArgErrIf((iHeight != 16) && (iHeight != 8) &&
89 (iHeight != 4), OMX_Sts_BadArgErr)
96 iRefStep0, iRefStep1, pDstSAD, iHeight, 8);
H A DomxVCM4P10_InterpolateHalfHor_Luma.c53 * iHeight - Height of the current block; must be equal to 4, 8, or 16
75 * - iWidth or iHeight have values other than 4, 8, or 16
90 OMX_U32 iHeight
109 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr)
118 iHeight);
131 iHeight);
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 DomxVCM4P10_Average_4x.c52 * iHeight - Height of the blocks; must be either 4 or 8.
69 * - iHeight is not equal to either 4 or 8
79 OMX_U32 iHeight
86 armRetArgErrIf((iHeight != 4) && (iHeight != 8), OMX_Sts_BadArgErr)
93 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 4, iHeight);
H A DomxVCM4P10_SADQuar_16x.c56 * iHeight - Height of the block; must be equal to either 8 or 16
65 * - iHeight is not equal to either 8 or 16.
80 OMX_U32 iHeight
88 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr)
95 iRefStep0, iRefStep1, pDstSAD, iHeight, 16);
H A DomxVCM4P10_SADQuar_4x.c56 * iHeight - Height of the block; must be equal to either 4 or 8.
65 * - iHeight is not equal to either 4 or 8.
80 OMX_U32 iHeight
88 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr);
94 iRefStep0, iRefStep1, pDstSAD, iHeight, 4);
H A DomxVCM4P10_SAD_4x.c51 * iHeight -Height of the block; must be equal to either 4 or 8.
62 * - iHeight is not equal to either 4 or 8.
73 OMX_U32 iHeight
80 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr)
86 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 4);
H A DomxVCM4P10_InterpolateHalfVer_Luma.c54 * iHeight - Height of the current block; must be equal to either 4, 8, or 16
76 * - iWidth or iHeight have values other than 4, 8, or 16
89 OMX_U32 iHeight
108 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr)
117 iHeight);
130 iHeight);
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_InterpolateHalfHor_Luma.c51 * [in] iHeight Height of the current block
65 OMX_U32 iHeight
75 for (y = 0; y < iHeight; y++)
H A DarmVCM4P10_InterpolateHalfVer_Luma.c52 * [in] iHeight Height of the current block
66 OMX_U32 iHeight
77 for (y = 0; y < iHeight; y++)
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
H A DarmVCM4P10_InterpolateHalfDiag_Luma.c53 * [in] iHeight Height of the current block
67 OMX_U32 iHeight
81 * Buf contains a 2D array of size (iWidth)X(iHeight + 5)
83 for (y = 0; y < iHeight + 5; y++)
100 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.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...]
/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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h854 * [in] iHeight Height of the current block
868 OMX_U32 iHeight
885 * [in] iHeight Height of the current block
899 OMX_U32 iHeight
916 * [in] iHeight Height of the current block
930 OMX_U32 iHeight
978 * [in] iHeight Height of the block
992 OMX_U32 iHeight,
1009 * [in] iHeight Height of the blocks
1024 OMX_U32 iHeight
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h854 * [in] iHeight Height of the current block
868 OMX_U32 iHeight
885 * [in] iHeight Height of the current block
899 OMX_U32 iHeight
916 * [in] iHeight Height of the current block
930 OMX_U32 iHeight
978 * [in] iHeight Height of the block
992 OMX_U32 iHeight,
1009 * [in] iHeight Height of the blocks
1024 OMX_U32 iHeight
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h854 * [in] iHeight Height of the current block
868 OMX_U32 iHeight
885 * [in] iHeight Height of the current block
899 OMX_U32 iHeight
916 * [in] iHeight Height of the current block
930 OMX_U32 iHeight
978 * [in] iHeight Height of the block
992 OMX_U32 iHeight,
1009 * [in] iHeight Height of the blocks
1024 OMX_U32 iHeight
[all...]

Completed in 235 milliseconds

12