Lines Matching refs:VPXMIN

983   const int x_mis = VPXMIN(bw, cm->mi_cols - mi_col);  in update_state()
984 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in update_state()
1137 VPXMIN(max_txsize_lookup[bsize], tx_mode_to_biggest_tx_size[tx_mode]); in set_mode_info_seg_skip()
1500 return VPXMIN(bsize, BLOCK_8X8); in find_partition_size()
1676 const int x_mis = VPXMIN(bw, cm->mi_cols - mi_col); in update_state_rt()
1677 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in update_state_rt()
2139 *min_block_size = VPXMIN(*min_block_size, sb_type); in get_sb_partition_size_range()
2218 VPXMIN(cpi->sf.rd_auto_partition_min_limit, VPXMIN(min_size, max_size)); in rd_auto_partition_range()
2254 min_size = VPXMIN(min_size, bs); in set_partition_range()
2264 min_size = VPXMIN(min_size, bs); in set_partition_range()
2273 min_size = VPXMIN(min_size, bs); in set_partition_range()
2450 VPXMIN(mb_row + num_16x16_blocks_high_lookup[bsize], cm->mb_rows); in rd_pick_partition()
2452 VPXMIN(mb_col + num_16x16_blocks_wide_lookup[bsize], cm->mb_cols); in rd_pick_partition()
2531 VPXMIN(mb_row + num_16x16_blocks_high_lookup[bsize], cm->mb_rows); in rd_pick_partition()
2533 VPXMIN(mb_col + num_16x16_blocks_wide_lookup[bsize], cm->mb_cols); in rd_pick_partition()
3666 const int cutoff = (VPXMIN(cm->width, cm->height) >= 720) ? in set_var_thresh_from_histogram()
3967 if (VPXMIN(cpi->oxcf.max_threads, 1 << cm->log2_tile_cols) > 1) in encode_frame_internal()
4219 tx_size = VPXMIN(tx_mode_to_biggest_tx_size[cm->tx_mode], in encode_superblock()