Searched refs:mv_mode (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 6436 static int_mv find_ref_mv(int mv_mode, VP9_COMP *cpi, TplDepFrame *tpl_frame, argument 6472 if (mv_mode == NEAREST_MV_MODE) { 6475 if (mv_mode == NEAR_MV_MODE) { 6482 static int_mv get_mv_from_mv_mode(int mv_mode, VP9_COMP *cpi, argument 6487 switch (mv_mode) { 6496 mv = find_ref_mv(mv_mode, cpi, tpl_frame, bsize, mi_row, mi_col); 6499 mv = find_ref_mv(mv_mode, cpi, tpl_frame, bsize, mi_row, mi_col); 6509 static double get_mv_dist(int mv_mode, VP9_COMP *cpi, MACROBLOCKD *xd, argument 6518 *mv = get_mv_from_mv_mode(mv_mode, cpi, motion_field, tpl_frame, bsize, 6533 static int get_mv_mode_cost(int mv_mode) { argument [all …]
|
D | vp9_rdopt.c | 2693 const int mv_mode = in discount_newmv_test() local 2696 if (mv_mode == NEW_MV_MODE) { in discount_newmv_test()
|