Searched refs:wide_out2 (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp195 int32x4_t wide_out2; local
200 wide_out2 = vshlq_n_s32(vshrq_n_s32(wide_fx2, 12), 14);
201 wide_out2 = wide_out2 | (vshrq_n_s32(wide_fx2,16) + vdupq_n_s32(1));
204 vst1q_u32(dst+4, vreinterpretq_u32_s32(wide_out2));
/external/skqp/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp195 int32x4_t wide_out2; local
200 wide_out2 = vshlq_n_s32(vshrq_n_s32(wide_fx2, 12), 14);
201 wide_out2 = wide_out2 | (vshrq_n_s32(wide_fx2,16) + vdupq_n_s32(1));
204 vst1q_u32(dst+4, vreinterpretq_u32_s32(wide_out2));

Completed in 249 milliseconds