Searched refs:best_ref_mv1_full (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 125 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/ |
D | vp9_temporal_filter.c | 513 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()
|
D | vp9_encoder.c | 5596 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/ |
D | tpl_model.c | 81 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()
|
D | temporal_filter.c | 675 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()
|