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

  /external/skia/src/core/
SkBitmapProcState_matrix_repeat.h 129 int32x4_t hout; local
135 hout = vandq_s32(hbase, vdupq_n_s32(0xffff));
138 hout = vmulq_s32(hout, vdupq_n_s32(maxX+1));
141 /* this is ok -- we want all hi(lout)s then all hi(hout)s */
142 asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (hout));
143 hi16 = vreinterpretq_s16_s32(hout);
SkBitmapProcState_matrixProcs.cpp 190 int32x4_t lout, hout; local
194 hout = hbase;
196 asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (hout));
197 hi16 = vreinterpretq_u16_s32(hout);
SkBitmapProcState_matrix_clamp.h 133 int32x4_t hout; local
138 hout = hbase;
139 /* this sets up all lout's then all hout's in hout */
140 asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (hout));
141 hi16 = vreinterpretq_s16_s32(hout);
  /external/opencv/cv/src/
cvfilter.cpp     [all...]

Completed in 324 milliseconds