HomeSort by relevance Sort by last modified time
    Searched full:wide_y (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkBitmapProcState_matrix_clamp.h 648 int32x4_t wide_y; local
696 wide_y = vorrq_s32(wide_i, wide_fy1);
704 t_x = wide_x; t_y = wide_y;
779 int32x4_t wide_x, wide_y; local
794 wide_x = q0; wide_y = q1;
829 wide_y = vsubq_s32(wide_y, vdupq_n_s32 (oneY>>1));
832 wide_i = vmaxq_s32 (vshrq_n_s32 (wide_y, 16), vdupq_n_s32 (0));
836 wide_lo = vshrq_n_s32 (wide_y, 12);
846 int32x4_t wide_fy1_1 = vaddq_s32 (wide_y, vdupq_n_s32(oneY))
    [all...]

Completed in 43 milliseconds