Home
last modified time | relevance | path

Searched refs:hout (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
DSkBitmapProcState_matrix_repeat_neon.h123 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()
DSkBitmapProcState_matrix_clamp_neon.h128 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/
DSkBitmapProcState_matrix_repeat_neon.h123 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()
DSkBitmapProcState_matrix_clamp_neon.h128 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/
Dcvfilter.cpp2489 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()