Searched refs:tmp_wd (Results 1 – 1 of 1) sorted by relevance
251 WORD32 tmp_wd = sao_wd_luma; in ihevcd_sao_ctb() local253 while(tmp_wd > 0) in ihevcd_sao_ctb()258 pu1_src_tmp += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()259 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()260 tmp_wd -= CTZ(u4_no_loop_filter_flag) * min_cu; in ihevcd_sao_ctb()266 … for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++) in ihevcd_sao_ctb()273 pu1_src_tmp += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()274 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()275 tmp_wd -= (WORD32)(CTZ(~u4_no_loop_filter_flag) * min_cu); in ihevcd_sao_ctb()330 WORD32 tmp_wd = sao_wd_luma; in ihevcd_sao_ctb() local[all …]