OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v_coeff
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
vp9_quantize_neon.c
55
const int16x8_t
v_coeff
= vld1q_s16(&coeff_ptr[0]);
local
56
const int16x8_t v_coeff_sign = vshrq_n_s16(
v_coeff
, 15);
57
const int16x8_t v_tmp = vabaq_s16(v_round,
v_coeff
, v_zero);
80
const int16x8_t
v_coeff
= vld1q_s16(&coeff_ptr[i]);
local
81
const int16x8_t v_coeff_sign = vshrq_n_s16(
v_coeff
, 15);
82
const int16x8_t v_tmp = vabaq_s16(v_round,
v_coeff
, v_zero);
Completed in 146 milliseconds