HomeSort by relevance Sort by last modified time
    Searched refs:best_ref_mv1_full (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 156 int_mv best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ local
167 best_ref_mv1_full.as_mv.col = best_ref_mv1.as_mv.col >>3;
168 best_ref_mv1_full.as_mv.row = best_ref_mv1.as_mv.row >>3;
191 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 129 int_mv best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */ local
137 best_ref_mv1_full.as_mv.col = best_ref_mv1.as_mv.col >> 3;
138 best_ref_mv1_full.as_mv.row = best_ref_mv1.as_mv.row >> 3;
156 bestsme = vp9_hex_search(x, &best_ref_mv1_full.as_mv,

Completed in 73 milliseconds