Searched refs:tmp_wd (Results 1 – 1 of 1) sorted by relevance
253 WORD32 tmp_wd = sao_wd_luma; in ihevcd_sao_ctb() local255 while(tmp_wd > 0) in ihevcd_sao_ctb()260 pu1_src_tmp += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()261 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()262 tmp_wd -= CTZ(u4_no_loop_filter_flag) * min_cu; in ihevcd_sao_ctb()268 … for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++) in ihevcd_sao_ctb()275 pu1_src_tmp += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()276 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()277 tmp_wd -= CTZ(~u4_no_loop_filter_flag) * min_cu; in ihevcd_sao_ctb()332 WORD32 tmp_wd = sao_wd_luma; in ihevcd_sao_ctb() local[all …]