Searched refs:this_rd_thresh (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c2180 int this_rd_thresh; local
2183 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 1) ?
2185 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 2) ?
2186 x->rd_threshes[THR_NEW2] : this_rd_thresh;
2190 &rate, &rd.rate_y, &distortion, this_rd_thresh) ;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3941 int64_t this_rd_thresh; local
3974 this_rd_thresh = (ref_frame == LAST_FRAME) ?
3977 this_rd_thresh = (ref_frame == GOLDEN_FRAME) ?
3978 rd_opt->threshes[segment_id][bsize][THR_GOLD] : this_rd_thresh;
4005 (int) this_rd_thresh, seg_mvs,
4069 (int) this_rd_thresh, seg_mvs, bsi, 0,

Completed in 61 milliseconds