OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v_quant
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_quantize_neon.c
45
int16x8_t
v_quant
= vmovq_n_s16(quant_ptr[1]);
local
49
v_quant
= vsetq_lane_s16(quant_ptr[0],
v_quant
, 0);
58
vget_low_s16(
v_quant
));
60
vget_high_s16(
v_quant
));
73
v_quant
= vmovq_n_s16(quant_ptr[1]);
83
vget_low_s16(
v_quant
));
85
vget_high_s16(
v_quant
));
Completed in 1580 milliseconds