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.c53 * [in] pBeta pointer to a 2x2 array of beta thresholds, organized as follows: { external
66 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds, or pBS is NULL.
77 const OMX_U8* pBeta,
88 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
95 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
100 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+8, pBS+16);
73 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.c55 * [in] pBeta pointer to a 2x2 table of beta thresholds, organized as follows: { external
68 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds or pBS is NULL.
80 const OMX_U8* pBeta,
91 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
98 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
103 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+16, pBS+16);
76 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.c53 * [in] pBeta pointer to a 2x2 array of beta thresholds, organized as follows: { external
66 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds, or pBS is NULL.
77 const OMX_U8* pBeta,
88 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
95 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
100 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+8, pBS+16);
73 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.c55 * [in] pBeta pointer to a 2x2 table of beta thresholds, organized as follows: { external
68 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds or pBS is NULL.
80 const OMX_U8* pBeta,
91 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
98 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
103 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+16, pBS+16);
76 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.s36 pBeta RN 3 label
150 VLD1 {dBeta[]}, [pBeta]
203 VLD1 {dBeta[]}, [pBeta]
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s47 pBeta RN 3 label
116 VLD1 {dBeta[]}, [pBeta]!
204 VLD1 {dBeta[]}, [pBeta]
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s46 pBeta RN 3 label
131 VLD1 {dBeta[]}, [pBeta]!
283 VLD1 {dBeta[]}, [pBeta]
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s45 pBeta RN 3 label
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s45 pBeta RN 3 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c54 * pBeta - pointer to a 2x2 array of Beta Thresholds, organized as follows:
78 * pBeta, pThresholds, or pBS. pSrcDst is not 8-byte aligned.
82 * - one or more entries in the table pBeta[0..3] is outside the range
96 const OMX_U8* pBeta,
107 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
114 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
119 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+8, pBS+16);
92 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.c55 * pBeta - pointer to a 2x2 table of beta thresholds, organized as follows:
79 * pBeta, pThresholds or pBS. pSrcDst is not 16-byte aligned.
83 * - one or more entries in the table pBeta[0..3] is outside the range
98 const OMX_U8* pBeta,
109 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
116 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
121 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+16, pBS+16);
94 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.c55 * pBeta - array of size 2 containing beta thresholds; the first element
80 * pSrcDst, pAlpha, pBeta, pThresholds, or pBS.
85 * - pBeta[0] and/or pBeta[1] is outside the range [0,18].
99 const OMX_U8* pBeta,
110 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
138 pBeta[Internal],
95 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.c54 * pBeta - Array of size 2 of beta thresholds (the first item is the beta
79 * pBeta, pThresholds, or pBS.
84 * - pBeta[0] and/or pBeta[1] is outside the range [0,18].
98 const OMX_U8* pBeta,
109 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
114 armRetArgErrIf(pBeta[0] > 18, OMX_Sts_BadArgErr);
115 armRetArgErrIf(pBeta[1] > 18, OMX_Sts_BadArgErr);
139 pBeta[Internal],
94 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.c54 * pBeta - array of size 2 of beta thresholds (the first item is the beta
77 * pBeta, pThresholds, or pBS.
82 * - pBeta[0] and/or pBeta[1] is outside the range [0,18].
95 const OMX_U8* pBeta,
106 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
133 pBeta[Internal],
91 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.c54 * pBeta -Array of size 2 of beta thresholds (the first item is the beta
75 * Either of the pointers in pSrcDst, pAlpha, pBeta, pThresholds, or pBS
81 * pBeta[0] and/or pBeta[1] is outside the range [0,18].
94 const OMX_U8* pBeta,
105 armRetArgErrIf(pBeta == NULL, OMX_Sts_BadArgErr);
110 armRetArgErrIf(pBeta[0] > 18, OMX_Sts_BadArgErr);
111 armRetArgErrIf(pBeta[1] > 18, OMX_Sts_BadArgErr);
136 pBeta[Internal],
90 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 2192 milliseconds