Home
last modified time | relevance | path

Searched refs:sto_res_tmp3 (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/common/arm/
Dihevc_weighted_pred_neon_intr.c122 uint16x8_t sto_res_tmp3; in ihevc_weighted_pred_uni_neonintr() local
162 sto_res_tmp3 = vcombine_u16(sto_res_tmp2, sto_res_tmp2); in ihevc_weighted_pred_uni_neonintr()
165 sto_res = vqmovn_u16(sto_res_tmp3); in ihevc_weighted_pred_uni_neonintr()
168 sto_res_tmp3 = vcombine_u16(sto_res_tmp2, sto_res_tmp2); in ihevc_weighted_pred_uni_neonintr()
173 sto_res = vqmovn_u16(sto_res_tmp3); in ihevc_weighted_pred_uni_neonintr()
255 uint16x8_t sto_res_tmp3; in ihevc_weighted_pred_chroma_uni_neonintr() local
309 sto_res_tmp3 = vcombine_u16(sto_res_tmp2, sto_res_tmp2); in ihevc_weighted_pred_chroma_uni_neonintr()
312 sto_res = vqmovn_u16(sto_res_tmp3); in ihevc_weighted_pred_chroma_uni_neonintr()
315 sto_res_tmp3 = vcombine_u16(sto_res_tmp2, sto_res_tmp2); in ihevc_weighted_pred_chroma_uni_neonintr()
320 sto_res = vqmovn_u16(sto_res_tmp3); in ihevc_weighted_pred_chroma_uni_neonintr()
[all …]
Dihevc_weighted_pred_uni.s179 vqmovn.u16 d4,q2 @vqmovn_u16(sto_res_tmp3)
193 vqmovn.u16 d6,q3 @vqmovn_u16(sto_res_tmp3) ii iteration
196 vqmovn.u16 d10,q5 @vqmovn_u16(sto_res_tmp3) iii iteration
201 vqmovn.u16 d12,q6 @vqmovn_u16(sto_res_tmp3) iv iteration
Dihevc_weighted_pred_bi.s220 vqmovn.u16 d4,q2 @vqmovn_u16(sto_res_tmp3)
235 vqmovn.u16 d10,q5 @vqmovn_u16(sto_res_tmp3) ii iteration
241 vqmovn.u16 d14,q7 @vqmovn_u16(sto_res_tmp3) iii iteration
245 vqmovn.u16 d18,q9 @vqmovn_u16(sto_res_tmp3) iv iteration
Dihevc_intra_pred_filters_neon_intr.c914 uint8x8_t sto_res_tmp3; in ihevc_intra_pred_luma_dc_neonintr() local
1026sto_res_tmp3 = vreinterpret_u8_u64(vshl_n_u64(vreinterpret_u64_u8(sto_res_tmp), 16)); in ihevc_intra_pred_luma_dc_neonintr()
1027 sto_res_tmp3 = vext_u8(sto_res_tmp3, dc_val_t, 7); in ihevc_intra_pred_luma_dc_neonintr()
1033 vst1_u8(pu1_dst_tmp, sto_res_tmp3); in ihevc_intra_pred_luma_dc_neonintr()
1046sto_res_tmp3 = vreinterpret_u8_u64(vshl_n_u64(vreinterpret_u64_u8(sto_res_tmp), 48)); in ihevc_intra_pred_luma_dc_neonintr()
1047 sto_res_tmp3 = vext_u8(sto_res_tmp3, dc_val_t, 7); in ihevc_intra_pred_luma_dc_neonintr()
1053 vst1_u8(pu1_dst_tmp, sto_res_tmp3); in ihevc_intra_pred_luma_dc_neonintr()