Searched refs:discount_newmv_test (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2575 static int discount_newmv_test(const VP9_COMP *cpi, int this_mode, in discount_newmv_test() function 2697 if (discount_newmv_test(cpi, this_mode, tmp_mv, mode_mv, refs[0])) { in handle_inter_mode() 2730 if (discount_newmv_test(cpi, this_mode, frame_mv[refs[0]], mode_mv, in handle_inter_mode()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 7486 static int discount_newmv_test(const AV1_COMP *const cpi, const MACROBLOCK *x, in discount_newmv_test() function 8178 if (discount_newmv_test(cpi, x, this_mode, x->best_mv)) { in handle_newmv() 9458 if (discount_newmv_test(cpi, x, this_mode, mbmi->mv[0])) { in motion_mode_rd() 9517 if (discount_newmv_test(cpi, x, this_mode, mbmi->mv[0])) { in motion_mode_rd() 10411 if (discount_newmv_test(cpi, x, this_mode, mbmi->mv[0])) { in handle_inter_mode()
|