Lines Matching refs:this_rd_thresh
2176 int this_rd_thresh;2179 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 1) ?2181 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 2) ?2182 x->rd_threshes[THR_NEW2] : this_rd_thresh;2186 &rate, &rd.rate_y, &distortion, this_rd_thresh) ;