Home
last modified time | relevance | path

Searched refs:beta (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/rs/cpu_ref/
DrsCpuBLASDispatch.h27 const float *X, const int incX, const float beta,
33 const int incX, const float beta, float *Y, const int incY);
60 const double *X, const int incX, const double beta,
66 const int incX, const double beta, double *Y, const int incY);
93 const void *X, const int incX, const void *beta,
99 const int incX, const void *beta, void *Y, const int incY);
126 const void *X, const int incX, const void *beta,
132 const int incX, const void *beta, void *Y, const int incY);
163 const float beta, float *Y, const int incY);
167 const float beta, float *Y, const int incY);
[all …]
DrsCpuIntrinsicBLAS.cpp144 static void walk_tiled_gemm(Func blasFunc, T_param alpha, T_param beta, int vecSize, in walk_tiled_gemm() argument
186 (T_data *)B + nStart * nStride * vecSize, ldb, beta, in walk_tiled_gemm()
197 float beta = call->beta.f; in walk_2d_sgemm() local
199 walk_tiled_gemm<float, float, FnPtr_cblas_sgemm>(cblas_sgemm, alpha, beta, 1, call, mtls); in walk_2d_sgemm()
208 double beta = call->beta.d; in walk_2d_dgemm() local
210 walk_tiled_gemm<double, double, FnPtr_cblas_dgemm>(cblas_dgemm, alpha, beta, 1, call, mtls); in walk_2d_dgemm()
219 void * beta = (void *)&call->beta.c; in walk_2d_cgemm() local
221 walk_tiled_gemm<float, void *, FnPtr_cblas_cgemm>(cblas_cgemm, alpha, beta, 2, call, mtls); in walk_2d_cgemm()
230 void * beta = (void *)&call->beta.z; in walk_2d_zgemm() local
232 walk_tiled_gemm<double, void *, FnPtr_cblas_zgemm>(cblas_zgemm, alpha, beta, 2, call, mtls); in walk_2d_zgemm()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DarmVCM4P10_DeBlockPixel.c65 int beta, /* beta */ in armVCM4P10_DeBlockPixel() argument
87 if (armAbs(p0-q0)>=alpha || armAbs(p1-p0)>=beta || armAbs(q1-q0)>=beta) in armVCM4P10_DeBlockPixel()
90 p3, p2, p1, p0, q0, q1, q2, q3, alpha, beta); in armVCM4P10_DeBlockPixel()
107 if (ap < beta) in armVCM4P10_DeBlockPixel()
111 if (aq < beta) in armVCM4P10_DeBlockPixel()
123 if (ChromaFlag==0 && ap<beta) in armVCM4P10_DeBlockPixel()
130 if (ChromaFlag==0 && aq<beta) in armVCM4P10_DeBlockPixel()
139 if (ChromaFlag==0 && ap<beta && armAbs(p0-q0)<((alpha>>2)+2)) in armVCM4P10_DeBlockPixel()
150 if (ChromaFlag==0 && aq<beta && armAbs(p0-q0)<((alpha>>2)+2)) in armVCM4P10_DeBlockPixel()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_deblocking.c129 u32 beta; member
211 u8 (*beta)[2],
219 u8 (*beta)[2],
679 ((unsigned)ABS(p1-p0) < thresholds->beta) && in FilterVerLumaEdge()
680 ((unsigned)ABS(q1-q0) < thresholds->beta) ) in FilterVerLumaEdge()
685 if ((unsigned)ABS(p2-p0) < thresholds->beta) in FilterVerLumaEdge()
692 if ((unsigned)ABS(q2-q0) < thresholds->beta) in FilterVerLumaEdge()
717 ((unsigned)ABS(p1-p0) < thresholds->beta) && in FilterVerLumaEdge()
718 ((unsigned)ABS(q1-q0) < thresholds->beta) ) in FilterVerLumaEdge()
727 if (tmpFlag && (unsigned)ABS(p2-p0) < thresholds->beta) in FilterVerLumaEdge()
[all …]
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp73 call.beta.f = betaF; in setUpBLASCall()
78 call.beta.d = betaD; in setUpBLASCall()
84 call.beta.c.r = betaCX; in setUpBLASCall()
85 call.beta.c.i = betaCY; in setUpBLASCall()
91 call.beta.z.r = betaZX; in setUpBLASCall()
92 call.beta.z.i = betaZY; in setUpBLASCall()
110 float beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Single() argument
112 M, N, K, incX, incY, KL, KU, alpha, beta, 0.0, 0.0, in nScriptIntrinsicBLAS_Single()
124 double beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Double() argument
126 M, N, K, incX, incY, KL, KU, 0.0f, 0.0f, alpha, beta, in nScriptIntrinsicBLAS_Double()
[all …]
DrsCppStructs.h1851 float beta, const sp<Allocation>& Y, int incY);
1870 double beta, const sp<Allocation>& Y, int incY);
1889 Float2 beta, const sp<Allocation>& Y, int incY);
1908 Double2 beta, const sp<Allocation>& Y, int incY);
1936 float beta, const sp<Allocation>& Y, int incY);
1964 int incX, double beta, const sp<Allocation>& Y, int incY);
1992 int incX, Float2 beta, const sp<Allocation>& Y, int incY);
2020 Double2 beta, const sp<Allocation>& Y, int incY);
2550 int incX, float beta, const sp<Allocation>& Y, int incY);
2576 int incX, float beta, const sp<Allocation>& Y, int incY);
[all …]
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java320 …pose int TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int … in SGEMV() argument
324 …as_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX… in SGEMV() local
342 …se int TransA, double alpha, Allocation A, Allocation X, int incX, double beta, Allocation Y, int … in DGEMV() argument
346 …as_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX… in DGEMV() local
364 …se int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float2 beta, Allocation Y, int … in CGEMV() argument
368 …A, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS), X.getID(mRS), beta.x, beta.y, Y.getID(mRS)… in CGEMV()
386 … int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Double2 beta, Allocation Y, int … in ZGEMV() argument
390 …A, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS), X.getID(mRS), beta.x, beta.y, Y.getID(mRS)… in ZGEMV()
417 … int KL, int KU, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int … in SGBMV() argument
425 …as_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX… in SGBMV() local
[all …]
/frameworks/av/tools/resampler_tools/
Dfir.cpp61 static double kaiser(int k, int N, double beta) { in kaiser() argument
64 return I0(beta * sqrt(1.0 - sqr((2.0*k)/N - 1.0))) / I0(beta); in kaiser()
135 double beta = 7.865; in main() local
208 beta = atof(optarg); in main()
260 double y = kaiser(ix+N, 2*N, beta) * sinc(x) * 2.0 * Fcr; in main()
291 double y = kaiser(i+N, 2*N, beta) * sinc(x) * 2.0 * Fcr;; in main()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DScriptIntrinsicBLAS.java327 …pose int TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int … in SGEMV() argument
341 …e(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, 0… in SGEMV() local
359 …se int TransA, double alpha, Allocation A, Allocation X, int incX, double beta, Allocation Y, int … in DGEMV() argument
373 …e(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, 0… in DGEMV() local
391 …se int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float2 beta, Allocation Y, int … in CGEMV() argument
405 …sBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, aID, xID, beta.x, beta.y, yID, incX, i… in CGEMV()
423 … int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Double2 beta, Allocation Y, int … in ZGEMV() argument
437 …sBlas_zgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, aID, xID, beta.x, beta.y, yID, incX, i… in ZGEMV()
464 … int KL, int KU, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int … in SGBMV() argument
482 …e(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, K… in SGBMV() local
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s61 beta RN 7 label
215 USUB8 a, a, beta
222 USUB8 a, a, beta
229 USUB8 a, a, beta
236 USUB8 t2, t2, beta
269 M_LDRD alpha, beta, pAlphaBeta0
285 M_LDRD alpha, beta, pAlphaBeta0
318 M_LDRD alpha, beta, pAlphaBeta0
330 M_LDRD alpha, beta, pAlphaBeta1
333 M_STRD alpha, beta, pAlphaBeta0
DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s56 beta RN 7 label
189 USUB8 a, a, beta
196 USUB8 a, a, beta
243 M_LDRD alpha, beta, pAlphaBeta0
322 M_LDRD alpha, beta, pAlphaBeta0
335 M_LDRD alpha, beta, pAlphaBeta1
338 M_STRD alpha, beta, pAlphaBeta0
/frameworks/ml/nn/runtime/test/generated/models/
Dsoftmax_float_2.model.cpp7 auto beta = model->addOperand(&type1); in CreateModel() local
11 model->setOperandValue(beta, beta_init, sizeof(float) * 1); in CreateModel()
12 model->addOperation(ANEURALNETWORKS_SOFTMAX, {input, beta}, {output}); in CreateModel()
Dsoftmax_float_1.model.cpp7 auto beta = model->addOperand(&type1); in CreateModel() local
11 model->setOperandValue(beta, beta_init, sizeof(float) * 1); in CreateModel()
12 model->addOperation(ANEURALNETWORKS_SOFTMAX, {input, beta}, {output}); in CreateModel()
Dsoftmax_quant8_1.model.cpp8 auto beta = model->addOperand(&type1); in CreateModel() local
12 model->setOperandValue(beta, beta_init, sizeof(float) * 1); in CreateModel()
13 model->addOperation(ANEURALNETWORKS_SOFTMAX, {input, beta}, {output}); in CreateModel()
Dsoftmax_quant8_2.model.cpp8 auto beta = model->addOperand(&type1); in CreateModel() local
12 model->setOperandValue(beta, beta_init, sizeof(float) * 1); in CreateModel()
13 model->addOperation(ANEURALNETWORKS_SOFTMAX, {input, beta}, {output}); in CreateModel()
Dlocal_response_norm_float_2.model.cpp11 auto beta = model->addOperand(&type2); in CreateModel() local
21 model->setOperandValue(beta, beta_init, sizeof(float) * 1); in CreateModel()
22 …ration(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output}); in CreateModel()
Dlocal_response_norm_float_4.model.cpp11 auto beta = model->addOperand(&type2); in CreateModel() local
21 model->setOperandValue(beta, beta_init, sizeof(float) * 1); in CreateModel()
22 …ration(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output}); in CreateModel()
Dlocal_response_norm_float_3.model.cpp11 auto beta = model->addOperand(&type2); in CreateModel() local
21 model->setOperandValue(beta, beta_init, sizeof(float) * 1); in CreateModel()
22 …ration(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output}); in CreateModel()
Dlocal_response_norm_float_1.model.cpp11 auto beta = model->addOperand(&type2); in CreateModel() local
21 model->setOperandValue(beta, beta_init, sizeof(float) * 1); in CreateModel()
22 …ration(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output}); in CreateModel()
/frameworks/ml/nn/runtime/test/specs/
Dsoftmax_quant8_2.mod.py5 beta = Float32Scalar("beta", 1.) variable
9 model = model.Operation("SOFTMAX", i1, beta).To(output)
Dsoftmax_quant8_1.mod.py5 beta = Float32Scalar("beta", 0.00001) # close to 0 variable
9 model = model.Operation("SOFTMAX", i1, beta).To(output)
Dsoftmax_float_2.mod.py5 beta = Float32Scalar("beta", 1.) variable
9 model = model.Operation("SOFTMAX", i1, beta).To(output)
Dsoftmax_float_1.mod.py5 beta = Float32Scalar("beta", 0.000001) variable
9 model = model.Operation("SOFTMAX", i1, beta).To(output)
Dlocal_response_norm_float_4.mod.py6 beta = Float32Scalar("beta", .5) variable
9 model = model.Operation("LOCAL_RESPONSE_NORMALIZATION", i1, radius, bias, alpha, beta).To(output)
Dlocal_response_norm_float_1.mod.py6 beta = Float32Scalar("beta", .5) variable
9 model = model.Operation("LOCAL_RESPONSE_NORMALIZATION", i1, radius, bias, alpha, beta).To(output)

12