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

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrix_clamp_neon.h640 int32x4_t wide_y; local
688 wide_y = vorrq_s32(wide_i, wide_fy1);
696 t_x = wide_x; t_y = wide_y;
771 int32x4_t wide_x, wide_y; local
786 wide_x = q0; wide_y = q1;
821 wide_y = vsubq_s32(wide_y, vdupq_n_s32 (oneY>>1));
824 wide_i = vmaxq_s32 (vshrq_n_s32 (wide_y, 16), vdupq_n_s32 (0));
828 wide_lo = vshrq_n_s32 (wide_y, 12);
838 int32x4_t wide_fy1_1 = vaddq_s32 (wide_y, vdupq_n_s3
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_clamp_neon.h640 int32x4_t wide_y; local
688 wide_y = vorrq_s32(wide_i, wide_fy1);
696 t_x = wide_x; t_y = wide_y;
771 int32x4_t wide_x, wide_y; local
786 wide_x = q0; wide_y = q1;
821 wide_y = vsubq_s32(wide_y, vdupq_n_s32 (oneY>>1));
824 wide_i = vmaxq_s32 (vshrq_n_s32 (wide_y, 16), vdupq_n_s32 (0));
828 wide_lo = vshrq_n_s32 (wide_y, 12);
838 int32x4_t wide_fy1_1 = vaddq_s32 (wide_y, vdupq_n_s3
[all...]

Completed in 56 milliseconds