Searched refs:dup_val (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/common/arm/
H A Dihevc_intra_pred_filters_neon_intr.c1238 uint8x8_t dup_sub, round_val, dup_val; local
1267 dup_val = vdup_lane_u8(vreinterpret_u8_u32(pu1_ref_val2), 2);
1268 vst1_lane_u32((uint32_t *)pu1_dst_4, vreinterpret_u32_u8(dup_val), 0);
1271 dup_val = vdup_lane_u8(vreinterpret_u8_u32(pu1_ref_val2), 1);
1272 vst1_lane_u32((uint32_t *)pu1_dst_4, vreinterpret_u32_u8(dup_val), 0);
1275 dup_val = vdup_lane_u8(vreinterpret_u8_u32(pu1_ref_val2), 0);
1276 vst1_lane_u32((uint32_t *)pu1_dst_4, vreinterpret_u32_u8(dup_val), 0);

Completed in 51 milliseconds