Searched refs:sto_res_tmp2 (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_neon_intr.c | 121 uint16x4_t sto_res_tmp2; in ihevc_weighted_pred_uni_neonintr() local 161 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_uni_neonintr() 162 sto_res_tmp3 = vcombine_u16(sto_res_tmp2, sto_res_tmp2); in ihevc_weighted_pred_uni_neonintr() 167 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_uni_neonintr() 168 sto_res_tmp3 = vcombine_u16(sto_res_tmp2, sto_res_tmp2); in ihevc_weighted_pred_uni_neonintr() 254 uint16x4_t sto_res_tmp2; in ihevc_weighted_pred_chroma_uni_neonintr() local 308 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_chroma_uni_neonintr() 309 sto_res_tmp3 = vcombine_u16(sto_res_tmp2, sto_res_tmp2); in ihevc_weighted_pred_chroma_uni_neonintr() 314 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); 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() [all …]
|
D | ihevc_weighted_pred_uni.s | 174 vmov.s32 d5,d4 @vcombine_u16(sto_res_tmp2, sto_res_tmp2) 185 vmov.s32 d7,d6 @vcombine_u16(sto_res_tmp2, sto_res_tmp2) ii iteration 191 vmov.s32 d11,d10 @vcombine_u16(sto_res_tmp2, sto_res_tmp2) iii iteration 199 vmov.s32 d13,d12 @vcombine_u16(sto_res_tmp2, sto_res_tmp2) iv iteration
|
D | ihevc_weighted_pred_bi.s | 215 vmov.s32 d5,d4 @vcombine_u16(sto_res_tmp2, sto_res_tmp2) 227 vmov.s32 d11,d10 @vcombine_u16(sto_res_tmp2, sto_res_tmp2) ii iteration 240 vmov.s32 d15,d14 @vcombine_u16(sto_res_tmp2, sto_res_tmp2) iii iteration 243 vmov.s32 d19,d18 @vcombine_u16(sto_res_tmp2, sto_res_tmp2)
|
D | ihevc_intra_pred_filters_neon_intr.c | 913 uint8x8_t sto_res_tmp2; in ihevc_intra_pred_luma_dc_neonintr() local 1021 sto_res_tmp2 = vreinterpret_u8_u64(vshl_n_u64(vreinterpret_u64_u8(sto_res_tmp), 8)); in ihevc_intra_pred_luma_dc_neonintr() 1022 sto_res_tmp2 = vext_u8(sto_res_tmp2, dc_val_t, 7); in ihevc_intra_pred_luma_dc_neonintr() 1028 vst1_u8(pu1_dst_tmp, sto_res_tmp2); in ihevc_intra_pred_luma_dc_neonintr() 1041 … sto_res_tmp2 = vreinterpret_u8_u64(vshl_n_u64(vreinterpret_u64_u8(sto_res_tmp), 40)); in ihevc_intra_pred_luma_dc_neonintr() 1042 sto_res_tmp2 = vext_u8(sto_res_tmp2, dc_val_t, 7); in ihevc_intra_pred_luma_dc_neonintr() 1048 vst1_u8(pu1_dst_tmp, sto_res_tmp2); in ihevc_intra_pred_luma_dc_neonintr()
|