Searched defs:shift_res (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/common/arm/
H A Dihevc_intra_pred_filters_neon_intr.c479 uint8x8_t src_val_1, shift_res; local
486 shift_res = vdup_n_u8(0);
606 vst1_u8(pu1_dst_tmp_0, shift_res);
613 shift_res = vrshrn_n_u16(mul_res, 2);
616 vst1_u8(pu1_dst_tmp_0, shift_res);
1305 int16x8_t shift_res, add_res; local
1319 shift_res = vshrq_n_s16(vreinterpretq_s16_u16(sub_res), 1);
1320 add_res = vqaddq_s16(shift_res, vreinterpretq_s16_u16(dup_add));
1743 uint64x1_t shift_res; local
1752 shift_res
2125 uint8x8_t shift_res; local
2211 uint8x8_t dup_fract, dup_32_fract, shift_res; local
2336 uint8x8_t ref_main_idx, ref_main_idx_1, shift_res; local
2594 uint8x8_t ref_main_idx, ref_main_idx_1, shift_res; local
2817 uint8x8_t shift_res; local
2874 uint8x8_t dup_fract, dup_32_fract, shift_res; local
[all...]

Completed in 116 milliseconds