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.c1296 UWORD8 *pu1_ref_tmp_1 = pu1_ref; in ihevc_intra_pred_luma_horz_neonintr() local
1310 pu1_ref_tmp_1 += (two_nt + 1); in ihevc_intra_pred_luma_horz_neonintr()
1315 src_tmp = vld1_u8(pu1_ref_tmp_1); in ihevc_intra_pred_luma_horz_neonintr()
1316 pu1_ref_tmp_1 += 8; in ihevc_intra_pred_luma_horz_neonintr()
1433 UWORD8 *pu1_ref_tmp_1 = pu1_ref + two_nt + 1; in ihevc_intra_pred_luma_ver_neonintr() local
1442 pu1_val_two_nt_1_col = vld1_u8(pu1_ref_tmp_1); in ihevc_intra_pred_luma_ver_neonintr()
1443 pu1_ref_tmp_1 += 8; in ihevc_intra_pred_luma_ver_neonintr()
1447 pu1_ref_tmp_1 -= nt; in ihevc_intra_pred_luma_ver_neonintr()
1561 UWORD8 *pu1_ref_tmp_1 = pu1_ref; in ihevc_intra_pred_luma_ver_neonintr() local
1580 pu1_ref_tmp_1 += (two_nt); in ihevc_intra_pred_luma_ver_neonintr()
[all …]