Searched refs:pu1_src_tmp_chroma (Results 1 – 1 of 1) sorted by relevance
706 UWORD8 *pu1_src_tmp_chroma = pu1_src_chroma; in ihevcd_sao_shift_ctb() local719 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_x ? SAO_SHIFT_CTB * 2 : 0; in ihevcd_sao_shift_ctb()720 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_y ? SAO_SHIFT_CTB * src_strd : 0; in ihevcd_sao_shift_ctb()748 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()759 … pu1_src_backup_chroma[row * backup_strd + col] = pu1_src_tmp_chroma[row * src_strd + col]; in ihevcd_sao_shift_ctb()763 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()770 pu1_src_tmp_chroma -= sao_blk_wd; in ihevcd_sao_shift_ctb()774 pu1_src_tmp_chroma += ((src_strd / 2) << log2_min_cu); in ihevcd_sao_shift_ctb()3429 UWORD8 *pu1_src_tmp_chroma = pu1_src_chroma; in ihevcd_sao_shift_ctb() local3442 pu1_src_tmp_chroma -= ps_sao_ctxt->i4_ctb_x ? SAO_SHIFT_CTB * 2 : 0; in ihevcd_sao_shift_ctb()[all …]