Searched refs:sto_res_tmp3 (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_neon_intr.c | 122 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 …]
|
D | ihevc_weighted_pred_uni.s | 187 vqmovn.u16 d4,q2 @vqmovn_u16(sto_res_tmp3) 201 vqmovn.u16 d6,q3 @vqmovn_u16(sto_res_tmp3) ii iteration 204 vqmovn.u16 d10,q5 @vqmovn_u16(sto_res_tmp3) iii iteration 209 vqmovn.u16 d12,q6 @vqmovn_u16(sto_res_tmp3) iv iteration
|
D | ihevc_weighted_pred_bi.s | 233 vqmovn.u16 d4,q2 @vqmovn_u16(sto_res_tmp3) 248 vqmovn.u16 d10,q5 @vqmovn_u16(sto_res_tmp3) ii iteration 254 vqmovn.u16 d14,q7 @vqmovn_u16(sto_res_tmp3) iii iteration 258 vqmovn.u16 d18,q9 @vqmovn_u16(sto_res_tmp3) iv iteration
|
D | ihevc_intra_pred_filters_neon_intr.c | 915 uint8x8_t sto_res_tmp3; in ihevc_intra_pred_luma_dc_neonintr() local 1027 … sto_res_tmp3 = vreinterpret_u8_u64(vshl_n_u64(vreinterpret_u64_u8(sto_res_tmp), 16)); in ihevc_intra_pred_luma_dc_neonintr() 1028 sto_res_tmp3 = vext_u8(sto_res_tmp3, dc_val_t, 7); in ihevc_intra_pred_luma_dc_neonintr() 1034 vst1_u8(pu1_dst_tmp, sto_res_tmp3); in ihevc_intra_pred_luma_dc_neonintr() 1047 … sto_res_tmp3 = vreinterpret_u8_u64(vshl_n_u64(vreinterpret_u64_u8(sto_res_tmp), 48)); in ihevc_intra_pred_luma_dc_neonintr() 1048 sto_res_tmp3 = vext_u8(sto_res_tmp3, dc_val_t, 7); in ihevc_intra_pred_luma_dc_neonintr() 1054 vst1_u8(pu1_dst_tmp, sto_res_tmp3); in ihevc_intra_pred_luma_dc_neonintr()
|