Home
last modified time | relevance | path

Searched refs:best_ref_mv1_full (Results 1 – 3 of 3) 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.c570 MV best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ in temporal_filter_find_matching_mb_c() local
577 best_ref_mv1_full.col = best_ref_mv1.col >> 3; in temporal_filter_find_matching_mb_c()
578 best_ref_mv1_full.row = best_ref_mv1.row >> 3; in temporal_filter_find_matching_mb_c()
591 vp9_full_pixel_search(cpi, x, TF_BLOCK, &best_ref_mv1_full, step_param, in temporal_filter_find_matching_mb_c()
610 best_ref_mv1_full.col = best_ref_mv1.col >> 3; in temporal_filter_find_matching_mb_c()
611 best_ref_mv1_full.row = best_ref_mv1.row >> 3; in temporal_filter_find_matching_mb_c()
622 vp9_full_pixel_search(cpi, x, TF_SUB_BLOCK, &best_ref_mv1_full, in temporal_filter_find_matching_mb_c()
Dvp9_encoder.c5934 MV best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ local
5936 best_ref_mv1_full.col = best_ref_mv1.col >> 3;
5937 best_ref_mv1_full.row = best_ref_mv1.row >> 3;
5952 vp9_full_pixel_diamond_new(cpi, x, bsize, &best_ref_mv1_full, step_param,
6011 MV best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ local
6013 best_ref_mv1_full.col = best_ref_mv1.col >> 3;
6014 best_ref_mv1_full.row = best_ref_mv1.row >> 3;
6027 vp9_full_pixel_search(cpi, x, bsize, &best_ref_mv1_full, step_param,