Searched refs:rd_less_than_thresh (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 191 static INLINE int rd_less_than_thresh(int64_t best_rd, int thresh, in rd_less_than_thresh() function
|
D | vp9_pickmode.c | 2237 rd_less_than_thresh(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()
|
D | vp9_rdopt.c | 4266 rd_less_than_thresh(best_rd, in vp9_rd_pick_inter_mode_sub8x8()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.h | 274 static INLINE int rd_less_than_thresh(int64_t best_rd, int thresh, in rd_less_than_thresh() function
|
D | nonrd_pickmode.c | 1793 if (rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh, 2031 if (rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh,
|