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

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DeblockChroma_I.c 38 * [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);
omxVCM4P10_DeblockLuma_I.c 40 * [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);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DeblockChroma_I.c 38 * [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);
omxVCM4P10_DeblockLuma_I.c 40 * [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);
armVCM4P10_DeblockingChroma_unsafe_s.s 22 pBeta RN 3
136 VLD1 {dBeta[]}, [pBeta]
189 VLD1 {dBeta[]}, [pBeta]
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 33 pBeta RN 3
102 VLD1 {dBeta[]}, [pBeta]!
190 VLD1 {dBeta[]}, [pBeta]
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 32 pBeta RN 3
117 VLD1 {dBeta[]}, [pBeta]!
269 VLD1 {dBeta[]}, [pBeta]
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 31 pBeta RN 3
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 31 pBeta RN 3
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DeblockChroma_I.c 39 * 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);
omxVCM4P10_DeblockLuma_I.c 40 * 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);
omxVCM4P10_FilterDeblockingChroma_VerEdge_I.c 39 * 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],
omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c 39 * 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],
omxVCM4P10_FilterDeblockingChroma_HorEdge_I.c 40 * 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],
omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c 39 * 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],
  /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 507 milliseconds