HomeSort by relevance Sort by last modified time
    Searched full:pbeta (Results 1 - 22 of 22) sorted by null

  /frameworks/av/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/av/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);
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 33 pBeta RN 3
102 VLD1 {dBeta[]}, [pBeta]!
190 VLD1 {dBeta[]}, [pBeta]
armVCM4P10_DeblockingChroma_unsafe_s.s 22 pBeta RN 3
136 VLD1 {dBeta[]}, [pBeta]
189 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
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_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_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],
  /external/eigen/blas/
level3_impl.h 12 int EIGEN_BLAS_FUNC(gemm)(char *opa, char *opb, int *m, int *n, int *k, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, RealScalar *pbeta, RealScalar *pc, int *ldc)
14 // std::cerr << "in gemm " << *opa << " " << *opb << " " << *m << " " << *n << " " << *k << " " << *lda << " " << *ldb << " " << *ldc << " " << *palpha << " " << *pbeta << "\n";
39 Scalar beta = *reinterpret_cast<Scalar*>(pbeta);
238 int EIGEN_BLAS_FUNC(symm)(char *side, char *uplo, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, RealScalar *pbeta, RealScalar *pc, int *ldc)
240 // std::cerr << "in symm " << *side << " " << *uplo << " " << *m << "x" << *n << " lda:" << *lda << " ldb:" << *ldb << " ldc:" << *ldc << " alpha:" << *palpha << " beta:" << *pbeta << "\n";
245 Scalar beta = *reinterpret_cast<Scalar*>(pbeta);
305 int EIGEN_BLAS_FUNC(syrk)(char *uplo, char *op, int *n, int *k, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pbeta, RealScalar *pc, int *ldc)
307 // std::cerr << "in syrk " << *uplo << " " << *op << " " << *n << " " << *k << " " << *palpha << " " << *lda << " " << *pbeta << " " << *ldc << "\n";
331 Scalar beta = *reinterpret_cast<Scalar*>(pbeta);
379 int EIGEN_BLAS_FUNC(syr2k)(char *uplo, char *op, int *n, int *k, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, RealScalar *pbeta, RealScalar *pc, int *ldc
    [all...]
level2_real_impl.h 13 int EIGEN_BLAS_FUNC(symv) (char *uplo, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *px, int *incx, RealScalar *pbeta, RealScalar *py, int *incy)
19 Scalar beta = *reinterpret_cast<Scalar*>(pbeta);
level2_cplx_impl.h 19 int EIGEN_BLAS_FUNC(hemv)(char *uplo, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *px, int *incx, RealScalar *pbeta, RealScalar *py, int *incy)
25 Scalar beta = *reinterpret_cast<Scalar*>(pbeta);
level2_impl.h 12 int EIGEN_BLAS_FUNC(gemv)(char *opa, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *incb, RealScalar *pbeta, RealScalar *pc, int *incc)
34 Scalar beta = *reinterpret_cast<Scalar*>(pbeta);
198 RealScalar *px, int *incx, RealScalar *pbeta, RealScalar *py, int *incy)
204 Scalar beta = *reinterpret_cast<Scalar*>(pbeta);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]

Completed in 636 milliseconds