Lines Matching refs:MIN
137 sao_wd_luma = MIN(ctb_size, remaining_cols); in ihevcd_sao_ctb()
138 sao_wd_chroma = MIN(ctb_size, remaining_cols); in ihevcd_sao_ctb()
141 sao_ht_luma = MIN(ctb_size, remaining_rows); in ihevcd_sao_ctb()
142 sao_ht_chroma = MIN(ctb_size, remaining_rows) / 2; 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()
266 … for(row = 0; row < MIN(min_cu, sao_ht_luma - (i - 1) * min_cu); row++) 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()
338 pu1_src_tmp += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
339 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
344 … for(row = 0; row < MIN(min_cu, sao_ht_luma - (i - 1) * min_cu); row++) in ihevcd_sao_ctb()
346 … for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++) in ihevcd_sao_ctb()
353 pu1_src_tmp += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
354 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
408 pu1_src_tmp += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
409 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
414 … for(row = 0; row < MIN(min_cu, sao_ht_chroma - (i - 1) * min_cu); row++) in ihevcd_sao_ctb()
416 … for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++) in ihevcd_sao_ctb()
423 pu1_src_tmp += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
424 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
492 pu1_src_tmp += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
493 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
498 … for(row = 0; row < MIN(min_cu, sao_ht_chroma - (i - 1) * min_cu); row++) in ihevcd_sao_ctb()
500 … for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++) in ihevcd_sao_ctb()
507 pu1_src_tmp += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
508 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb()
669 … pu1_src_tmp_luma += MIN((WORD32)(CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
670 … pu1_src_backup_luma += MIN((WORD32)(CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
678 … for(col = 0; col < MIN((WORD32)(CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); col++) in ihevcd_sao_shift_ctb()
683 … pu1_src_tmp_luma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
684 … pu1_src_backup_luma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); 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()
749 … pu1_src_backup_chroma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
757 … for(col = 0; col < MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); 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()
764 … pu1_src_backup_chroma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3392 … pu1_src_tmp_luma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3393 … pu1_src_backup_luma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3401 … for(col = 0; col < MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); col++) in ihevcd_sao_shift_ctb()
3406 … pu1_src_tmp_luma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3407 … pu1_src_backup_luma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3470 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3471 … pu1_src_backup_chroma += MIN(((WORD32)CTZ(u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3479 … for(col = 0; col < MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); col++) in ihevcd_sao_shift_ctb()
3485 … pu1_src_tmp_chroma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()
3486 … pu1_src_backup_chroma += MIN(((WORD32)CTZ(~u4_no_loop_filter_flag) << log2_min_cu), tmp_wd); in ihevcd_sao_shift_ctb()