Home
last modified time | relevance | path

Searched refs:mode_rd_thresh (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1220 int mode_rd_thresh; in vp9_pick_inter_mode() local
1258 mode_rd_thresh = best_mode_skip_txfm ? in vp9_pick_inter_mode()
1260 if (rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh, in vp9_pick_inter_mode()
1568 int mode_rd_thresh = rd_threshes[mode_index]; in vp9_pick_inter_mode() local
1573 if (rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh, in vp9_pick_inter_mode()