Home
last modified time | relevance | path

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

/external/libhevc/common/arm/
Dihevc_intra_pred_filters_neon_intr.c1295 UWORD8 *pu1_ref_tmp_1 = pu1_ref; in ihevc_intra_pred_luma_horz_neonintr() local
1309 pu1_ref_tmp_1 += (two_nt + 1); in ihevc_intra_pred_luma_horz_neonintr()
1314 src_tmp = vld1_u8(pu1_ref_tmp_1); in ihevc_intra_pred_luma_horz_neonintr()
1315 pu1_ref_tmp_1 += 8; in ihevc_intra_pred_luma_horz_neonintr()
1432 UWORD8 *pu1_ref_tmp_1 = pu1_ref + two_nt + 1; in ihevc_intra_pred_luma_ver_neonintr() local
1441 pu1_val_two_nt_1_col = vld1_u8(pu1_ref_tmp_1); in ihevc_intra_pred_luma_ver_neonintr()
1442 pu1_ref_tmp_1 += 8; in ihevc_intra_pred_luma_ver_neonintr()
1446 pu1_ref_tmp_1 -= nt; in ihevc_intra_pred_luma_ver_neonintr()
1560 UWORD8 *pu1_ref_tmp_1 = pu1_ref; in ihevc_intra_pred_luma_ver_neonintr() local
1579 pu1_ref_tmp_1 += (two_nt); in ihevc_intra_pred_luma_ver_neonintr()
[all …]