Searched refs:sto_res_tmp1 (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_neon_intr.c | 120 int32x4_t sto_res_tmp1; in ihevc_weighted_pred_uni_neonintr() local 158 sto_res_tmp1 = vshlq_s32(i4_tmp1_t, tmp_shift_t); in ihevc_weighted_pred_uni_neonintr() 161 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_uni_neonintr() 164 sto_res_tmp1 = vshlq_s32(i4_tmp2_t, tmp_shift_t); in ihevc_weighted_pred_uni_neonintr() 167 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_uni_neonintr() 253 int32x4_t sto_res_tmp1; in ihevc_weighted_pred_chroma_uni_neonintr() local 305 sto_res_tmp1 = vshlq_s32(i4_tmp1_t, tmp_shift_t); in ihevc_weighted_pred_chroma_uni_neonintr() 308 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_chroma_uni_neonintr() 311 sto_res_tmp1 = vshlq_s32(i4_tmp2_t, tmp_shift_t); in ihevc_weighted_pred_chroma_uni_neonintr() 314 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_chroma_uni_neonintr() [all …]
|
D | ihevc_weighted_pred_uni.s | 171 vqmovun.s32 d4,q2 @vqmovun_s32(sto_res_tmp1) 182 vqmovun.s32 d6,q3 @vqmovun_s32(sto_res_tmp1) ii iteration 187 vqmovun.s32 d10,q5 @vqmovun_s32(sto_res_tmp1) iii iteration 197 vqmovun.s32 d12,q6 @vqmovun_s32(sto_res_tmp1) iv iteration
|
D | ihevc_weighted_pred_bi.s | 211 vqmovun.s32 d4,q2 @vqmovun_s32(sto_res_tmp1) 223 vqmovun.s32 d10,q5 @vqmovun_s32(sto_res_tmp1) ii iteration 230 vqmovun.s32 d14,q7 @vqmovun_s32(sto_res_tmp1) iii iteration 242 vqmovun.s32 d18,q9 @vqmovun_s32(sto_res_tmp1) iv iteration
|
D | ihevc_intra_pred_filters_neon_intr.c | 912 uint8x8_t sto_res_tmp1; in ihevc_intra_pred_luma_dc_neonintr() local 1019 sto_res_tmp1 = vext_u8(sto_res_tmp, dc_val_t, 7); in ihevc_intra_pred_luma_dc_neonintr() 1023 vst1_u8(pu1_dst_tmp, sto_res_tmp1); in ihevc_intra_pred_luma_dc_neonintr() 1036 … sto_res_tmp1 = vreinterpret_u8_u64(vshl_n_u64(vreinterpret_u64_u8(sto_res_tmp), 32)); in ihevc_intra_pred_luma_dc_neonintr() 1037 sto_res_tmp1 = vext_u8(sto_res_tmp1, dc_val_t, 7); in ihevc_intra_pred_luma_dc_neonintr() 1043 vst1_u8(pu1_dst_tmp, sto_res_tmp1); in ihevc_intra_pred_luma_dc_neonintr()
|