Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c1684 int mode_rd_thresh; local
1781 mode_rd_thresh = best_pickmode.best_mode_skip_txfm
1788 mode_rd_thresh = mode_rd_thresh << 1;
1790 mode_rd_thresh = mode_rd_thresh << 1;
1793 if (rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh,
2026 const int mode_rd_thresh = rd_threshes[mode_index]; local
2031 if (rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c2035 int mode_rd_thresh; in vp9_pick_inter_mode() local
2223 mode_rd_thresh = best_pickmode.best_mode_skip_txfm in vp9_pick_inter_mode()
2231 mode_rd_thresh = mode_rd_thresh << 3; in vp9_pick_inter_mode()
2234 rd_less_than_thresh_row_mt(best_rdc.rdcost, mode_rd_thresh, in vp9_pick_inter_mode()
2237 rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh, in vp9_pick_inter_mode()
2551 int mode_rd_thresh = rd_threshes[mode_index]; in vp9_pick_inter_mode() local
2568 rd_less_than_thresh_row_mt(best_rdc.rdcost, mode_rd_thresh, in vp9_pick_inter_mode()
2571 rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh, in vp9_pick_inter_mode()