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

  /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...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_blur.rs 56 float coeff1 = 1.0f / (sqrt( 2.0f * pi ) * sigma);
62 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
threshold.rs 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.rs 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 77 float coeff1 = 1.0f / (sqrt(2.0f * pi) * sigma); local
83 weights[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 82 float coeff1 = 1.0f / (sqrtf(2.0f * pi) * sigma); local
91 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2);

Completed in 2493 milliseconds