Lines Matching refs:pu1_src_tmp_chroma
701 UWORD8 *pu1_src_tmp_chroma = pu1_src_chroma; in ihevcd_sao_shift_ctb() local
714 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_x ? SAO_SHIFT_CTB * 2 : 0; in ihevcd_sao_shift_ctb()
715 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_y ? SAO_SHIFT_CTB * src_strd : 0; in ihevcd_sao_shift_ctb()
743 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
754 … pu1_src_backup_chroma[row * backup_strd + col] = pu1_src_tmp_chroma[row * src_strd + col]; in ihevcd_sao_shift_ctb()
758 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
765 pu1_src_tmp_chroma -= sao_blk_wd; in ihevcd_sao_shift_ctb()
769 pu1_src_tmp_chroma += ((src_strd / 2) << log2_min_cu); in ihevcd_sao_shift_ctb()
3424 UWORD8 *pu1_src_tmp_chroma = pu1_src_chroma; in ihevcd_sao_shift_ctb() local
3437 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_x ? SAO_SHIFT_CTB * 2 : 0; in ihevcd_sao_shift_ctb()
3438 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_y ? SAO_SHIFT_CTB * src_strd : 0; in ihevcd_sao_shift_ctb()
3465 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3476 … pu1_src_tmp_chroma[row * src_strd + col] = pu1_src_backup_chroma[row * backup_strd + col]; in ihevcd_sao_shift_ctb()
3480 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3487 pu1_src_tmp_chroma -= sao_blk_wd; in ihevcd_sao_shift_ctb()
3491 pu1_src_tmp_chroma += ((src_strd / 2) << log2_min_cu); in ihevcd_sao_shift_ctb()