OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hout
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h
123
int32x4_t
hout
;
local
129
hout
= vandq_s32(hbase, vdupq_n_s32(0xffff));
132
hout
= vmulq_s32(
hout
, vdupq_n_s32(maxX+1));
135
/* this is ok -- we want all hi(lout)s then all hi(
hout
)s */
136
asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (
hout
));
137
hi16 = vreinterpretq_s16_s32(
hout
);
SkBitmapProcState_matrix_clamp_neon.h
128
int32x4_t
hout
;
local
133
hout
= hbase;
134
/* this sets up all lout's then all
hout
's in
hout
*/
135
asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (
hout
));
136
hi16 = vreinterpretq_s16_s32(
hout
);
/external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h
123
int32x4_t
hout
;
local
129
hout
= vandq_s32(hbase, vdupq_n_s32(0xffff));
132
hout
= vmulq_s32(
hout
, vdupq_n_s32(maxX+1));
135
/* this is ok -- we want all hi(lout)s then all hi(
hout
)s */
136
asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (
hout
));
137
hi16 = vreinterpretq_s16_s32(
hout
);
SkBitmapProcState_matrix_clamp_neon.h
128
int32x4_t
hout
;
local
133
hout
= hbase;
134
/* this sets up all lout's then all
hout
's in
hout
*/
135
asm ("vuzpq.16 %q0, %q1" : "+w" (lout), "+w" (
hout
));
136
hi16 = vreinterpretq_s16_s32(
hout
);
/external/opencv/cv/src/
cvfilter.cpp
[
all
...]
Completed in 2808 milliseconds