OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:left_s16
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c
908
const int16x4_t
left_s16
= vld1_s16((const int16_t *)left);
local
948
const int16x8_t
left_s16
= vld1q_s16((const int16_t *)left);
local
[
all
...]
intrapred_neon.c
885
const int16x4_t
left_s16
= vget_low_s16(convert_u8_to_s16(left_u8));
local
894
sum = vcombine_s16(vdup_lane_s16(
left_s16
, 0), vdup_lane_s16(
left_s16
, 1));
902
sum = vcombine_s16(vdup_lane_s16(
left_s16
, 2), vdup_lane_s16(
left_s16
, 3));
[
all
...]
Completed in 45 milliseconds