Home
last modified time | relevance | path

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

/external/libhevc/common/arm/
Dihevc_intra_pred_filters_neon_intr.c919 UWORD8 *pu1_ref_tmp; in ihevc_intra_pred_luma_dc_neonintr() local
940 pu1_ref_tmp = pu1_ref + nt; in ihevc_intra_pred_luma_dc_neonintr()
945 ref_load1 = vld1_u8(pu1_ref_tmp); in ihevc_intra_pred_luma_dc_neonintr()
946 pu1_ref_tmp += 8; in ihevc_intra_pred_luma_dc_neonintr()
967 pu1_ref_tmp = pu1_ref + two_nt + 1 + 0; in ihevc_intra_pred_luma_dc_neonintr()
988 ref_load1 = vld1_u8(pu1_ref_tmp); in ihevc_intra_pred_luma_dc_neonintr()
989 pu1_ref_tmp += 8; in ihevc_intra_pred_luma_dc_neonintr()
998 pu1_ref_tmp = pu1_ref + two_nt - 9; in ihevc_intra_pred_luma_dc_neonintr()
1013 ref_load1 = vld1_u8(pu1_ref_tmp); in ihevc_intra_pred_luma_dc_neonintr()
1014 pu1_ref_tmp -= 8; in ihevc_intra_pred_luma_dc_neonintr()
[all …]