Searched refs:hout (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBitmapProcState_matrix_repeat_neon.h | 123 int32x4_t hout; in SCALE_NOFILTER_NAME() local 129 hout = vandq_s32(hbase, vdupq_n_s32(0xffff)); in SCALE_NOFILTER_NAME() 132 hout = vmulq_s32(hout, vdupq_n_s32(maxX+1)); in SCALE_NOFILTER_NAME() 136 asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (hout)); in SCALE_NOFILTER_NAME() 137 hi16 = vreinterpretq_s16_s32(hout); in SCALE_NOFILTER_NAME()
|
D | SkBitmapProcState_matrix_clamp_neon.h | 128 int32x4_t hout; in SCALE_NOFILTER_NAME() local 133 hout = hbase; in SCALE_NOFILTER_NAME() 135 asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (hout)); in SCALE_NOFILTER_NAME() 136 hi16 = vreinterpretq_s16_s32(hout); in SCALE_NOFILTER_NAME()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_repeat_neon.h | 123 int32x4_t hout; in SCALE_NOFILTER_NAME() local 129 hout = vandq_s32(hbase, vdupq_n_s32(0xffff)); in SCALE_NOFILTER_NAME() 132 hout = vmulq_s32(hout, vdupq_n_s32(maxX+1)); in SCALE_NOFILTER_NAME() 136 asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (hout)); in SCALE_NOFILTER_NAME() 137 hi16 = vreinterpretq_s16_s32(hout); in SCALE_NOFILTER_NAME()
|
D | SkBitmapProcState_matrix_clamp_neon.h | 128 int32x4_t hout; in SCALE_NOFILTER_NAME() local 133 hout = hbase; in SCALE_NOFILTER_NAME() 135 asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (hout)); in SCALE_NOFILTER_NAME() 136 hi16 = vreinterpretq_s16_s32(hout); in SCALE_NOFILTER_NAME()
|
/external/opencv/cv/src/ |
D | cvfilter.cpp | 2489 const CvMat *vin = src, *hout = dst; in icvIPPSepFilter() local 2532 hout = dst_buf; in icvIPPSepFilter() 2548 IPPI_CALL( x_func( vout.data.ptr, vout.step, hout->data.ptr + dst_y*hout->step, in icvIPPSepFilter() 2549 hout->step ? hout->step : CV_STUB_STEP, in icvIPPSepFilter()
|