Searched refs:coeff2 (Results 1 – 8 of 8) sorted by relevance
/aosp12/bionic/libm/x86_64/ |
H A D | s_log1p.S | 203 movapd coeff2(%rip), %xmm1 205 movapd 16+coeff2(%rip), %xmm2 207 movapd 32+coeff2(%rip), %xmm3 793 coeff2: label 806 .type coeff2,@object 807 .size coeff2,48
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_metrics.h | 42 double one_plus_r2s,half_dfu_dx,half_dfu_dy,coeff,coeff2,coeff3; in db_CauchyDerivative() local 96 coeff2=one_over_r_fu*half_dfu_dx; in db_CauchyDerivative() 99 J[0]=coeff2*f[0]+r_fu; in db_CauchyDerivative() 101 J[2]=coeff2*f[1]; in db_CauchyDerivative()
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | Blur.cpp | 78 float coeff2 = -1.0f / (2.0f * sigma * sigma); in generateGaussianWeights() local 83 weights[r + intRadius] = coeff1 * pow(e, floatR * floatR * coeff2); in generateGaussianWeights()
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
H A D | threshold.rscript | 55 float coeff2 = - 1.0f / (2.0f * sigma * sigma); 61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
H A D | threshold.rscript | 55 float coeff2 = - 1.0f / (2.0f * sigma * sigma); 61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | threshold.rscript | 55 float coeff2 = - 1.0f / (2.0f * sigma * sigma); 61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
|
H A D | threshold_half.rscript | 55 half coeff2 = - 1.0f / (2.0f * sigma * sigma); 61 gaussian[r + radius] = coeff1 * pow(e, halfR * halfR * coeff2);
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicBlur.cpp | 80 float coeff2 = - 1.0f / (2.0f * sigma * sigma); in ComputeGaussianWeights() local 88 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()
|