Lines Matching refs:pu1_src_tmp_chroma
707 UWORD8 *pu1_src_tmp_chroma = pu1_src_chroma; in ihevcd_sao_shift_ctb() local
720 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_x ? SAO_SHIFT_CTB * 2 : 0; in ihevcd_sao_shift_ctb()
721 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_y ? SAO_SHIFT_CTB * src_strd : 0; in ihevcd_sao_shift_ctb()
749 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
760 … pu1_src_backup_chroma[row * backup_strd + col] = pu1_src_tmp_chroma[row * src_strd + col]; in ihevcd_sao_shift_ctb()
764 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
771 pu1_src_tmp_chroma -= sao_blk_wd; in ihevcd_sao_shift_ctb()
775 pu1_src_tmp_chroma += ((src_strd / 2) << log2_min_cu); in ihevcd_sao_shift_ctb()
3430 UWORD8 *pu1_src_tmp_chroma = pu1_src_chroma; in ihevcd_sao_shift_ctb() local
3443 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_x ? SAO_SHIFT_CTB * 2 : 0; in ihevcd_sao_shift_ctb()
3444 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_y ? SAO_SHIFT_CTB * src_strd : 0; in ihevcd_sao_shift_ctb()
3471 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3482 … pu1_src_tmp_chroma[row * src_strd + col] = pu1_src_backup_chroma[row * backup_strd + col]; in ihevcd_sao_shift_ctb()
3486 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3493 pu1_src_tmp_chroma -= sao_blk_wd; in ihevcd_sao_shift_ctb()
3497 pu1_src_tmp_chroma += ((src_strd / 2) << log2_min_cu); in ihevcd_sao_shift_ctb()