Searched defs:pBeta (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c38 * [in] pBeta pointer to a 2x2 array of beta thresholds, organized as follows: { external
51 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds, or pBS is NULL.
62 const OMX_U8* pBeta,
73 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
80 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
85 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+8, pBS+16);
58 omxVCM4P10_DeblockChroma_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument
H A DomxVCM4P10_DeblockLuma_I.c40 * [in] pBeta pointer to a 2x2 table of beta thresholds, organized as follows: { external
53 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds or pBS is NULL.
65 const OMX_U8* pBeta,
76 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
83 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
88 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+16, pBS+16);
61 omxVCM4P10_DeblockLuma_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c38 * [in] pBeta pointer to a 2x2 array of beta thresholds, organized as follows: { external
51 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds, or pBS is NULL.
62 const OMX_U8* pBeta,
73 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
80 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
85 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+8, pBS+16);
58 omxVCM4P10_DeblockChroma_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument
H A DomxVCM4P10_DeblockLuma_I.c40 * [in] pBeta pointer to a 2x2 table of beta thresholds, organized as follows: { external
53 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds or pBS is NULL.
65 const OMX_U8* pBeta,
76 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
83 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
88 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+16, pBS+16);
61 omxVCM4P10_DeblockLuma_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument
H A DarmVCM4P10_DeblockingChroma_unsafe_s.s22 pBeta RN 3 label
136 VLD1 {dBeta[]}, [pBeta]
189 VLD1 {dBeta[]}, [pBeta]
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s33 pBeta RN 3 label
102 VLD1 {dBeta[]}, [pBeta]!
190 VLD1 {dBeta[]}, [pBeta]
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s32 pBeta RN 3 label
117 VLD1 {dBeta[]}, [pBeta]!
269 VLD1 {dBeta[]}, [pBeta]
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s31 pBeta RN 3 label
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s31 pBeta RN 3 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c39 * pBeta - pointer to a 2x2 array of Beta Thresholds, organized as follows:
63 * pBeta, pThresholds, or pBS. pSrcDst is not 8-byte aligned.
67 * - one or more entries in the table pBeta[0..3] is outside the range
81 const OMX_U8* pBeta,
92 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
99 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
104 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+8, pBS+16);
77 omxVCM4P10_DeblockChroma_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument
H A DomxVCM4P10_DeblockLuma_I.c40 * pBeta - pointer to a 2x2 table of beta thresholds, organized as follows:
64 * pBeta, pThresholds or pBS. pSrcDst is not 16-byte aligned.
68 * - one or more entries in the table pBeta[0..3] is outside the range
83 const OMX_U8* pBeta,
94 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
101 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
106 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+16, pBS+16);
79 omxVCM4P10_DeblockLuma_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I.c40 * pBeta - array of size 2 containing beta thresholds; the first element
65 * pSrcDst, pAlpha, pBeta, pThresholds, or pBS.
70 * - pBeta[0] and/or pBeta[1] is outside the range [0,18].
84 const OMX_U8* pBeta,
95 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
123 pBeta[Internal],
80 omxVCM4P10_FilterDeblockingChroma_HorEdge_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I.c39 * pBeta - Array of size 2 of beta thresholds (the first item is the beta
64 * pBeta, pThresholds, or pBS.
69 * - pBeta[0] and/or pBeta[1] is outside the range [0,18].
83 const OMX_U8* pBeta,
94 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
99 armRetArgErrIf(pBeta[0] > 18, OMX_Sts_BadArgErr);
100 armRetArgErrIf(pBeta[1] > 18, OMX_Sts_BadArgErr);
124 pBeta[Internal],
79 omxVCM4P10_FilterDeblockingChroma_VerEdge_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I.c39 * pBeta - array of size 2 of beta thresholds (the first item is the beta
62 * pBeta, pThresholds, or pBS.
67 * - pBeta[0] and/or pBeta[1] is outside the range [0,18].
80 const OMX_U8* pBeta,
91 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
118 pBeta[Internal],
76 omxVCM4P10_FilterDeblockingLuma_HorEdge_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I.c39 * pBeta -Array of size 2 of beta thresholds (the first item is the beta
60 * Either of the pointers in pSrcDst, pAlpha, pBeta, pThresholds, or pBS
66 * pBeta[0] and/or pBeta[1] is outside the range [0,18].
79 const OMX_U8* pBeta,
90 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
95 armRetArgErrIf(pBeta[0] > 18, OMX_Sts_BadArgErr);
96 armRetArgErrIf(pBeta[1] > 18, OMX_Sts_BadArgErr);
121 pBeta[Internal],
75 omxVCM4P10_FilterDeblockingLuma_VerEdge_I( OMX_U8* pSrcDst, OMX_S32 srcdstStep, const OMX_U8* pAlpha, const OMX_U8* pBeta, const OMX_U8* pThresholds, const OMX_U8 *pBS ) argument

Completed in 124 milliseconds