Searched refs:best_ref_mv1 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 124 int_mv best_ref_mv1; in vp8_temporal_filter_find_matching_mb_c() local 137 best_ref_mv1.as_int = 0; in vp8_temporal_filter_find_matching_mb_c() 138 best_ref_mv1_full.as_mv.col = best_ref_mv1.as_mv.col >> 3; in vp8_temporal_filter_find_matching_mb_c() 139 best_ref_mv1_full.as_mv.row = best_ref_mv1.as_mv.row >> 3; in vp8_temporal_filter_find_matching_mb_c() 161 &cpi->fn_ptr[BLOCK_16X16], NULL, NULL, &best_ref_mv1); in vp8_temporal_filter_find_matching_mb_c() 171 x, b, d, &d->bmi.mv, &best_ref_mv1, x->errorperbit, in vp8_temporal_filter_find_matching_mb_c()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 512 MV best_ref_mv1 = { 0, 0 }; in temporal_filter_find_matching_mb_c() local 520 best_ref_mv1_full.col = best_ref_mv1.col >> 3; in temporal_filter_find_matching_mb_c() 521 best_ref_mv1_full.row = best_ref_mv1.row >> 3; in temporal_filter_find_matching_mb_c() 532 vp9_set_mv_search_range(&x->mv_limits, &best_ref_mv1); in temporal_filter_find_matching_mb_c() 536 &best_ref_mv1, ref_mv, 0, 0); in temporal_filter_find_matching_mb_c() 545 x, ref_mv, &best_ref_mv1, cpi->common.allow_high_precision_mv, in temporal_filter_find_matching_mb_c() 551 best_ref_mv1.row = ref_mv->row; in temporal_filter_find_matching_mb_c() 552 best_ref_mv1.col = ref_mv->col; in temporal_filter_find_matching_mb_c() 553 best_ref_mv1_full.col = best_ref_mv1.col >> 3; in temporal_filter_find_matching_mb_c() 554 best_ref_mv1_full.row = best_ref_mv1.row >> 3; in temporal_filter_find_matching_mb_c() [all …]
|
D | vp9_encoder.c | 5595 MV best_ref_mv1 = { 0, 0 }; local 5598 best_ref_mv1_full.col = best_ref_mv1.col >> 3; 5599 best_ref_mv1_full.row = best_ref_mv1.row >> 3; 5610 vp9_set_mv_search_range(&x->mv_limits, &best_ref_mv1); 5626 &best_ref_mv1, mv, 0, 0); 5635 x, mv, &best_ref_mv1, cpi->common.allow_high_precision_mv, x->errorperbit,
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 674 MV best_ref_mv1 = kZeroMv; in temporal_filter_find_matching_mb_c() local 681 best_ref_mv1_full.col = best_ref_mv1.col >> 3; in temporal_filter_find_matching_mb_c() 682 best_ref_mv1_full.row = best_ref_mv1.row >> 3; in temporal_filter_find_matching_mb_c() 693 av1_set_mv_search_range(&x->mv_limits, &best_ref_mv1); in temporal_filter_find_matching_mb_c() 699 1, sadpb, cond_cost_list(cpi, cost_list), &best_ref_mv1, in temporal_filter_find_matching_mb_c() 731 x, &cpi->common, 0, 0, &best_ref_mv1, cpi->common.allow_high_precision_mv, in temporal_filter_find_matching_mb_c() 740 best_ref_mv1.row = x->e_mbd.mi[0]->mv[0].as_mv.row; in temporal_filter_find_matching_mb_c() 741 best_ref_mv1.col = x->e_mbd.mi[0]->mv[0].as_mv.col; in temporal_filter_find_matching_mb_c() 742 best_ref_mv1_full.col = best_ref_mv1.col >> 3; in temporal_filter_find_matching_mb_c() 743 best_ref_mv1_full.row = best_ref_mv1.row >> 3; in temporal_filter_find_matching_mb_c() [all …]
|
D | tpl_model.c | 80 MV best_ref_mv1 = { 0, 0 }; in motion_compensated_prediction() local 83 best_ref_mv1_full.col = best_ref_mv1.col >> 3; in motion_compensated_prediction() 84 best_ref_mv1_full.row = best_ref_mv1.row >> 3; in motion_compensated_prediction() 95 av1_set_mv_search_range(&x->mv_limits, &best_ref_mv1); in motion_compensated_prediction() 99 &best_ref_mv1, INT_MAX, 0, (MI_SIZE * mi_col), in motion_compensated_prediction() 108 x, cm, mi_row, mi_col, &best_ref_mv1, cpi->common.allow_high_precision_mv, in motion_compensated_prediction()
|