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

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 142 int_mv *nearest_mv, int_mv *near_mv) {
149 *nearest_mv = mvlist[0];
155 int_mv *nearest_mv, int_mv *near_mv,
170 nearest_mv->as_int = mv_list[0].as_int;
175 nearest_mv->as_int = bmi[0].as_mv[ref].as_int;
177 if (nearest_mv->as_int != mv_list[n].as_int) {
189 nearest_mv->as_int = bmi[2].as_mv[ref].as_int;
191 if (nearest_mv->as_int != candidates[n].as_int) {
vp9_mvref_common.h 312 int_mv *nearest_mv, int_mv *near_mv);
316 int_mv *nearest_mv, int_mv *near_mv,
  /external/libaom/libaom/av1/encoder/
encodemv.h 40 int_mv *nearest_mv, int_mv *near_mv,
encodemv.c 231 int_mv *nearest_mv, int_mv *near_mv,
235 *nearest_mv = av1_get_ref_mv_from_stack(ref_idx, ref_frames, 0, mbmi_ext);
236 lower_mv_precision(&nearest_mv->as_mv, allow_hp, is_integer);
rdopt.c 7498 int_mv nearest_mv; local
11299 int_mv near_mv, nearest_mv, global_mv; local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c     [all...]
  /external/libaom/libaom/av1/common/
mvref_common.h 261 void av1_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *nearest_mv,
mvref_common.c     [all...]

Completed in 254 milliseconds