OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_one
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_quantize_neon.c
42
const int16x8_t
v_one
= vdupq_n_s16(1);
local
64
const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan,
v_one
);
89
const int16x8_t v_iscan_plus1 = vaddq_s16(v_iscan,
v_one
);
/external/opencv3/modules/core/src/
copy.cpp
118
uint8x16_t
v_one
= vdupq_n_u8(1);
local
121
uint8x16_t v_mask = vcgeq_u8(vld1q_u8(mask + x),
v_one
);
168
uint8x8_t
v_one
= vdup_n_u8(1);
local
171
uint8x8_t v_mask = vcge_u8(vld1_u8(mask + x),
v_one
);
[
all
...]
/external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c
778
struct vertex4f
v_one
= { 1.0f, 1.0f, 1.0f, 1.0f };
local
790
s->layers[i].colors[j] =
v_one
;
[
all
...]
Completed in 293 milliseconds