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

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

Completed in 51 milliseconds