/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_arm_neon.cpp | 125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; local 128 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); 143 int32x4_t p1 = vmull_s16(p1_src, coeff1); 165 int16x4_t coeff0, coeff1, coeff2; local 169 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask1)); 177 int32x4_t p1 = vmull_s16(vget_high_s16(p01_16), coeff1); 415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; local 419 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); 433 p1 = vmull_s16(vget_high_s16(p01_16), coeff1); \ 452 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3 local [all...] |
/external/skia/src/opts/ |
SkBitmapProcState_arm_neon.cpp | 125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; local 128 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); 143 int32x4_t p1 = vmull_s16(p1_src, coeff1); 165 int16x4_t coeff0, coeff1, coeff2; local 169 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask1)); 177 int32x4_t p1 = vmull_s16(vget_high_s16(p01_16), coeff1); 415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; local 419 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); 433 p1 = vmull_s16(vget_high_s16(p01_16), coeff1); \ 452 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3 local [all...] |
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
threshold.fs | 54 float coeff1 = 1.0f / (sqrt( 2.0f * pi ) * sigma); 61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
threshold.fs | 54 float coeff1 = 1.0f / (sqrt( 2.0f * pi ) * sigma); 61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
threshold.fs | 54 float coeff1 = 1.0f / (sqrt( 2.0f * pi ) * sigma); 61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
|
/frameworks/base/libs/hwui/utils/ |
Blur.cpp | 46 float coeff1 = 1.0f / (sqrt(2.0f * pi) * sigma); local 52 weights[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicBlur.cpp | 81 float coeff1 = 1.0f / (sqrtf(2.0f * pi) * sigma); local 90 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2);
|