Home
last modified time | relevance | path

Searched refs:best_ref_mv1_full (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c125 int_mv best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ in vp8_temporal_filter_find_matching_mb_c() local
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()
160 vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv, step_param, sadpb, in vp8_temporal_filter_find_matching_mb_c()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c513 MV best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ 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()
534 vp9_full_pixel_search(cpi, x, TF_BLOCK, &best_ref_mv1_full, step_param, 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()
565 vp9_full_pixel_search(cpi, x, TF_SUB_BLOCK, &best_ref_mv1_full, in temporal_filter_find_matching_mb_c()
Dvp9_encoder.c5596 MV best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ local
5598 best_ref_mv1_full.col = best_ref_mv1.col >> 3;
5599 best_ref_mv1_full.row = best_ref_mv1.row >> 3;
5617 vp9_full_pixel_diamond_new(cpi, x, &best_ref_mv1_full, step_param, lambda, 1,
5624 vp9_full_pixel_search(cpi, x, bsize, &best_ref_mv1_full, step_param,
/external/libaom/libaom/av1/encoder/
Dtpl_model.c81 MV best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ 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()
97 av1_full_pixel_search(cpi, x, bsize, &best_ref_mv1_full, step_param, in motion_compensated_prediction()
Dtemporal_filter.c675 MV best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ 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()
698 av1_full_pixel_search(cpi, x, TF_BLOCK, &best_ref_mv1_full, step_param, NSTEP, 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()
754 av1_full_pixel_search(cpi, x, TF_SUB_BLOCK, &best_ref_mv1_full, in temporal_filter_find_matching_mb_c()