Searched refs:pThresholds (Results 1 - 23 of 23) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c56 * [in] pThresholds AArray of size 8x2 of Thresholds (TC0) (values for the left or
68 * - either pThresholds or pBS is not 4-byte aligned.
78 const OMX_U8* pThresholds,
89 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
90 armRetArgErrIf(armNot4ByteAligned(pThresholds), 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.c58 * [in] pThresholds pointer to a 16x2 table of threshold (TC0), organized as follows: { values for
81 const OMX_U8* pThresholds,
92 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
93 armRetArgErrIf(armNot4ByteAligned(pThresholds), 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 DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s47 pThresholds RN 6 label
126 M_LDR pThresholds, ppThresholdsArg
129 M_STR pThresholds, ppThresholds
205 M_LDR pThresholds, ppThresholds
215 ADD pThresholds,pThresholds, #2
221 M_STR pThresholds, ppThresholds
234 M_LDR pThresholds, ppThresholds
238 ADD pThresholds, pThresholds, #
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s48 pThresholds RN 6 label
150 M_LDR pThresholds, ppThresholdsArg
153 M_STR pThresholds, ppThresholds
287 M_LDR pThresholds, ppThresholds
297 ADD pThresholds,pThresholds, #4
303 M_STR pThresholds, ppThresholds
316 M_LDR pThresholds, ppThresholds
319 ADD pThresholds, pThresholds, #
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s52 pThresholds RN 14 label
175 M_LDR pThresholds, ppThresholdsArg
179 M_STR pThresholds, ppThresholds
252 M_LDR pThresholds, ppThresholds
256 ADD pThresholds, #1
257 M_STR pThresholds, ppThresholds
284 M_LDR pThresholds, ppThresholds
289 ADD pThresholds, pThresholds, #1
290 M_STR pThresholds, ppThreshold
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s50 pThresholds RN 14 label
200 M_LDR pThresholds, ppThresholdsArg
203 M_STR pThresholds, ppThresholds
438 M_LDR pThresholds, ppThresholds
442 ADD pThresholds, #4
443 M_STR pThresholds, ppThresholds
456 M_LDR pThresholds, ppThresholds
461 ADD pThresholds, pThresholds, #4
462 M_STR pThresholds, ppThreshold
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c56 * [in] pThresholds AArray of size 8x2 of Thresholds (TC0) (values for the left or
68 * - either pThresholds or pBS is not 4-byte aligned.
78 const OMX_U8* pThresholds,
89 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
90 armRetArgErrIf(armNot4ByteAligned(pThresholds), 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.c58 * [in] pThresholds pointer to a 16x2 table of threshold (TC0), organized as follows: { values for
81 const OMX_U8* pThresholds,
92 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
93 armRetArgErrIf(armNot4ByteAligned(pThresholds), 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.s38 pThresholds RN 5 label
106 ;// - Additional Params - pThresholds: r5
109 ;// - Additional Params - pThresholds: r5
120 VLD1 d18.U32[0], [pThresholds]! ;here
202 ADD pThresholds, pThresholds, #4
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s47 pThresholds RN 5 label
226 M_LDR pThresholds, ppThresholds
369 ADD pThresholds, pThresholds, #2
384 ADD pThresholds, pThresholds, #4
422 ADD pThresholds, pThresholds, #4
434 SUB pThresholds, pThresholds, #1
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s47 pThresholds RN 5 label
180 M_LDR pThresholds, ppThresholds
260 ADD pThresholds, pThresholds, #2
277 ADD pThresholds, pThresholds, #2
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s49 pThresholds RN 5 label
119 M_LDR pThresholds, ppThresholds
205 ADD pThresholds, pThresholds, #4
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s48 pThresholds RN 5 label
134 M_LDR pThresholds, ppThresholds
284 ADD pThresholds, pThresholds, #4
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s35 pThresholds RN 5 label
129 ;// - Additional Params - pThresholds: r5
132 ;// - Additional Params - pThresholds: r5
142 VLD1 {dTC0[]}, [pThresholds]!
145 VLD1 {dTC1[]}, [pThresholds]!
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c58 * pThresholds - array of size 8x2 of Thresholds (TC0) (values for the left
78 * pBeta, pThresholds, or pBS. pSrcDst is not 8-byte aligned.
79 * either pThresholds or pBS is not 4-byte aligned.
84 * - one or more entries in the table pThresholds[0..15]is outside of
97 const OMX_U8* pThresholds,
108 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
109 armRetArgErrIf(armNot4ByteAligned(pThresholds), 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.c59 * pThresholds - pointer to a 16x2 table of threshold (TC0), organized as
79 * pBeta, pThresholds or pBS. pSrcDst is not 16-byte aligned.
80 * either pThresholds or pBS is not aligned on a 4-byte boundary.
85 * - one or more entries in the table pThresholds[0..31]is outside of
99 const OMX_U8* pThresholds,
110 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
111 armRetArgErrIf(armNot4ByteAligned(pThresholds), 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_VerEdge_I.c58 * pThresholds - Array of size 8 containing thresholds, TC0, for the left
79 * pBeta, pThresholds, or pBS.
82 * - pThresholds is not 4-byte aligned.
85 * - One or more entries in the table pThresholds[0..7] is outside
99 const OMX_U8* pThresholds,
110 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
111 armRetArgErrIf(armNot4ByteAligned(pThresholds), OMX_Sts_BadArgErr);
130 armRetArgErrIf(pThresholds[Y] > 25, OMX_Sts_BadArgErr);
137 pThresholds[(Y>>1)+4*(X>>2)],
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_VerEdge_I.c58 * pThresholds -Array of size 16 of Thresholds (TC0) (values for the left
75 * Either of the pointers in pSrcDst, pAlpha, pBeta, pThresholds, or pBS
77 * Either pThresholds or pBS is not aligned on a 4-byte boundary.
82 * One or more entries in the table pThresholds[0..15]is outside of the
95 const OMX_U8* pThresholds,
106 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
107 armRetArgErrIf(armNot4ByteAligned(pThresholds), OMX_Sts_BadArgErr);
128 armRetArgErrIf(pThresholds[Y] > 25, OMX_Sts_BadArgErr);
134 pThresholds[I],
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
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I.c60 * pThresholds - array of size 8 containing thresholds, TC0, for the top
80 * pSrcDst, pAlpha, pBeta, pThresholds, or pBS.
83 * - pThresholds is not 4-byte aligned.
86 * - One or more entries in the table pThresholds[0..7] is outside
100 const OMX_U8* pThresholds,
111 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
112 armRetArgErrIf(armNot4ByteAligned(pThresholds), OMX_Sts_BadArgErr);
136 pThresholds[(X>>1)+4*(Y>>2)],
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_FilterDeblockingLuma_HorEdge_I.c58 * pThresholds - array of size 16 containing thresholds, TC0, for the top
77 * pBeta, pThresholds, or pBS.
78 * - either pThresholds or pBS is not aligned on a 4-byte boundary.
83 * - One or more entries in the table pThresholds[0..15] is
96 const OMX_U8* pThresholds,
107 armRetArgErrIf(pThresholds == NULL, OMX_Sts_BadArgErr);
108 armRetArgErrIf(armNot4ByteAligned(pThresholds), OMX_Sts_BadArgErr);
131 pThresholds[I],
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
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h2695 * pThresholds -Array of size 16 of Thresholds (TC0) (values for the left
2712 * Either of the pointers in pSrcDst, pAlpha, pBeta, pThresholds, or pBS
2714 * Either pThresholds or pBS is not aligned on a 4-byte boundary.
2719 * One or more entries in the table pThresholds[0..15]is outside of the
2731 const OMX_U8 *pThresholds,
2756 * pThresholds - array of size 16 containing thresholds, TC0, for the top
2775 * pBeta, pThresholds, or pBS.
2776 * - either pThresholds or pBS is not aligned on a 4-byte boundary.
2781 * - One or more entries in the table pThresholds[0..15] is
2793 const OMX_U8 *pThresholds,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h2695 * pThresholds -Array of size 16 of Thresholds (TC0) (values for the left
2712 * Either of the pointers in pSrcDst, pAlpha, pBeta, pThresholds, or pBS
2714 * Either pThresholds or pBS is not aligned on a 4-byte boundary.
2719 * One or more entries in the table pThresholds[0..15]is outside of the
2731 const OMX_U8 *pThresholds,
2756 * pThresholds - array of size 16 containing thresholds, TC0, for the top
2775 * pBeta, pThresholds, or pBS.
2776 * - either pThresholds or pBS is not aligned on a 4-byte boundary.
2781 * - One or more entries in the table pThresholds[0..15] is
2793 const OMX_U8 *pThresholds,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h2695 * pThresholds -Array of size 16 of Thresholds (TC0) (values for the left
2712 * Either of the pointers in pSrcDst, pAlpha, pBeta, pThresholds, or pBS
2714 * Either pThresholds or pBS is not aligned on a 4-byte boundary.
2719 * One or more entries in the table pThresholds[0..15]is outside of the
2731 const OMX_U8 *pThresholds,
2756 * pThresholds - array of size 16 containing thresholds, TC0, for the top
2775 * pBeta, pThresholds, or pBS.
2776 * - either pThresholds or pBS is not aligned on a 4-byte boundary.
2781 * - One or more entries in the table pThresholds[0..15] is
2793 const OMX_U8 *pThresholds,
[all...]

Completed in 274 milliseconds