Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_sao.c233 UWORD8 *pu1_src_copy = au1_src_copy + (MAX_CTB_SIZE + 2) + 1; in ihevcd_sao_ctb() local
259 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
268pu1_src_copy[row * src_strd + col] = pu1_src_tmp[row * tmp_strd + col]; in ihevcd_sao_ctb()
274 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
283 pu1_src_copy += min_cu * tmp_strd; in ihevcd_sao_ctb()
337 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
346 … pu1_src_tmp[row * src_strd + col] = pu1_src_copy[row * tmp_strd + col]; in ihevcd_sao_ctb()
352 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
361 pu1_src_copy += min_cu * tmp_strd; in ihevcd_sao_ctb()
382 UWORD8 *pu1_src_copy = au1_src_copy + (MAX_CTB_SIZE + 4) + 2; in ihevcd_sao_ctb() local
[all …]
/external/libhevc/common/x86/
Dihevc_inter_pred_filters_ssse3_intr.c764 UWORD8 *pu1_src_copy; in ihevc_inter_pred_luma_vert_ssse3() local
811 pu1_src_copy = pu1_src; in ihevc_inter_pred_luma_vert_ssse3()
817 pu1_src = pu1_src_copy + col; in ihevc_inter_pred_luma_vert_ssse3()
1118 pu1_src_copy = pu1_src; in ihevc_inter_pred_luma_vert_ssse3()
1124 pu1_src = pu1_src_copy + col; in ihevc_inter_pred_luma_vert_ssse3()
2062 UWORD8 *pu1_src_copy; in ihevc_inter_pred_luma_vert_w16out_ssse3() local
2095 pu1_src_copy = pu1_src; in ihevc_inter_pred_luma_vert_w16out_ssse3()
2101 pu1_src = pu1_src_copy + col; in ihevc_inter_pred_luma_vert_w16out_ssse3()
2342 pu1_src_copy = pu1_src; in ihevc_inter_pred_luma_vert_w16out_ssse3()
2348 pu1_src = pu1_src_copy + col; in ihevc_inter_pred_luma_vert_w16out_ssse3()
[all …]