Home | History | Annotate | Download | only in encoder

Lines Matching refs:VPXMIN

194     const int64_t low_dc_thr = VPXMIN(50, dc_thr >> 2);
195 const int64_t low_ac_thr = VPXMIN(80, ac_thr >> 2);
484 int max_r = VPXMIN(b4x4s_to_bottom_edge, tx_4x4_h);
485 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w);
522 int max_r = VPXMIN(b4x4s_to_bottom_edge, tx_4x4_h);
523 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w);
761 rd = VPXMIN(rd1, rd2);
825 mi->tx_size = VPXMIN(max_tx_size, largest_tx_size);
862 VPXMIN(max_tx_size, tx_mode_to_biggest_tx_size[cm->tx_mode]);
897 rd[n][0] = VPXMIN(rd[n][0], RDCOST(x->rdmult, x->rddiv, s1, sse[n]));
898 rd[n][1] = VPXMIN
1596 rd = VPXMIN(rd1, rd2);
2372 VPXMIN(b_height_log2_lookup[bsize], b_width_log2_lookup[bsize]));
2612 VPXMIN(cost_mv_ref(cpi, this_mode, mbmi_ext->mode_context[refs[0]]),
2653 VPXMIN(filter_cache[SWITCHABLE_FILTERS], rd + rs_rd);
2684 VPXMIN(filter_cache[SWITCHABLE_FILTERS], rd + rs_rd);
2795 rdcosty = VPXMIN(rdcosty, RDCOST(x->rdmult, x->rddiv, 0, *psse));
2934 src_rec_min = VPXMIN(source_variance, rec_variance);
2945 var_factor = VPXMIN(adj_max, var_factor);
3266 const int mi_width = VPXMIN(num_8x8_blocks_wide_lookup[bsize],
3268 const int mi_height = VPXMIN(num_8x8_blocks_high_lookup[bsize],
3479 best_pred_rd[i] = VPXMIN(best_pred_rd[i], this_rd);
3481 best_filter_rd[i] = VPXMIN(best_filter_rd[i], this_rd);
3583 best_filter_rd[i] = VPXMIN(best_filter_rd[i], adj_rd);
4087 VPXMIN(filter_cache[SWITCHABLE_FILTERS], tmp_rd + rs_rd);
4163 best_rd - VPXMIN(RDCOST(x->rdmult, x->rddiv, rate2, distortion2),
4243 best_pred_rd[i] = VPXMIN(best_pred_rd[i], this_rd);
4245 best_filter_rd[i] = VPXMIN(best_filter_rd[i], this_rd);
4346 best_filter_rd[i] = VPXMIN(best_filter_rd[i], adj_rd);