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);
605 vst1_u8(pu1_dst_tmp_0, shift_res);
612 shift_res = vrshrn_n_u16(mul_res, 2);
615 vst1_u8(pu1_dst_tmp_0, shift_res);
1304 int16x8_t shift_res, add_res; local
1318 shift_res = vshrq_n_s16(vreinterpretq_s16_u16(sub_res), 1);
1319 add_res = vqaddq_s16(shift_res, vreinterpretq_s16_u16(dup_add));
1742 uint64x1_t shift_res; local
1751 shift_res
2124 uint8x8_t shift_res; local
2210 uint8x8_t dup_fract, dup_32_fract, shift_res; local
2335 uint8x8_t ref_main_idx, ref_main_idx_1, shift_res; local
2593 uint8x8_t ref_main_idx, ref_main_idx_1, shift_res; local
2816 uint8x8_t shift_res; local
2873 uint8x8_t dup_fract, dup_32_fract, shift_res; local
[all...]

Completed in 69 milliseconds