HomeSort by relevance Sort by last modified time
    Searched refs:pAlpha (Results 1 - 18 of 18) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DeblockChroma_I.c 35 * [in] pAlpha pointer to a 2x2 array of alpha thresholds, organized as follows: { external
51 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds, or pBS is NULL.
61 const OMX_U8* pAlpha,
72 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
80 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
85 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+8, pBS+16);
omxVCM4P10_DeblockLuma_I.c 37 * [in] pAlpha pointer to a 2x2 table of alpha thresholds, organized as follows: { external
53 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds or pBS is NULL.
64 const OMX_U8* pAlpha,
75 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
83 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
88 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+16, pBS+16);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DeblockChroma_I.c 35 * [in] pAlpha pointer to a 2x2 array of alpha thresholds, organized as follows: { external
51 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds, or pBS is NULL.
61 const OMX_U8* pAlpha,
72 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
80 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
85 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+8, pBS+16);
omxVCM4P10_DeblockLuma_I.c 37 * [in] pAlpha pointer to a 2x2 table of alpha thresholds, organized as follows: { external
53 * - Either of the pointers in pSrcDst, pAlpha, pBeta, pTresholds or pBS is NULL.
64 const OMX_U8* pAlpha,
75 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
83 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
88 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+16, pBS+16);
armVCM4P10_DeblockingChroma_unsafe_s.s 21 pAlpha RN 2
133 VLD1 {dAlpha[]}, [pAlpha]
187 VLD1 {dAlpha[]}, [pAlpha]
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 32 pAlpha RN 2
99 VLD1 {dAlpha[]}, [pAlpha]!
187 VLD1 {dAlpha[]}, [pAlpha]
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 31 pAlpha RN 2
115 VLD1 {dAlpha[]}, [pAlpha]!
265 VLD1 {dAlpha[]}, [pAlpha]
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 30 pAlpha RN 2
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 30 pAlpha RN 2
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DeblockChroma_I.c 35 * pAlpha - pointer to a 2x2 array of alpha thresholds, organized as
62 * - one or more of the following pointers is NULL: pSrcDst, pAlpha,
65 * - one or more entries in the table pAlpha[0..3] is outside the range
80 const OMX_U8* pAlpha,
91 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
99 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
104 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+8, pBS+16);
omxVCM4P10_DeblockLuma_I.c 36 * pAlpha - pointer to a 2x2 table of alpha thresholds, organized as
63 * - one or more of the following pointers is NULL: pSrcDst, pAlpha,
66 * - one or more entries in the table pAlpha[0..3] is outside the range
82 const OMX_U8* pAlpha,
93 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
101 pSrcDst, srcdstStep, pAlpha, pBeta, pThresholds, pBS);
106 pSrcDst, srcdstStep, pAlpha+2, pBeta+2, pThresholds+16, pBS+16);
omxVCM4P10_FilterDeblockingChroma_HorEdge_I.c 35 * pAlpha - array of size 2 containing alpha thresholds; the first element
65 * pSrcDst, pAlpha, pBeta, pThresholds, or pBS.
69 * - pAlpha[0] and/or pAlpha[1] is outside the range [0,255].
83 const OMX_U8* pAlpha,
94 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
122 pAlpha[Internal],
omxVCM4P10_FilterDeblockingChroma_VerEdge_I.c 35 * pAlpha - Array of size 2 of alpha thresholds (the first item is alpha
63 * - one or more of the following pointers is NULL: pSrcDst, pAlpha,
68 * - pAlpha[0] and/or pAlpha[1] is outside the range [0,255].
82 const OMX_U8* pAlpha,
93 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
123 pAlpha[Internal],
omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c 35 * pAlpha - array of size 2 of alpha thresholds (the first item is the alpha
61 * - one or more of the following pointers is NULL: pSrcDst, pAlpha,
66 * - pAlpha[0] and/or pAlpha[1] is outside the range [0,255].
79 const OMX_U8* pAlpha,
90 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
117 pAlpha[Internal],
omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c 35 * pAlpha -Array of size 2 of alpha thresholds (the first item is the alpha
60 * Either of the pointers in pSrcDst, pAlpha, pBeta, pThresholds, or pBS
65 * pAlpha[0] and/or pAlpha[1] is outside the range [0,255].
78 const OMX_U8* pAlpha,
89 armRetArgErrIf(pAlpha == NULL, OMX_Sts_BadArgErr);
120 pAlpha[Internal],
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]

Completed in 263 milliseconds