HomeSort by relevance Sort by last modified time
    Searched refs:best_mv (Results 26 - 33 of 33) sorted by null

12

  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 81 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  /external/libvpx/config/mips64/
vp8_rtcd.h 74 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 505 int_mv best_mv; local
521 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf,
523 vp8_clamp_mv2(&best_mv, xd);
546 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
581 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *)mvc);
    [all...]
firstpass.c 407 int_mv *ref_mv, MV *best_mv,
442 best_mv->row = tmp_mv.as_mv.row;
443 best_mv->col = tmp_mv.as_mv.col;
465 best_mv->row = tmp_mv.as_mv.row;
466 best_mv->col = tmp_mv.as_mv.col;
    [all...]
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 88 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  /external/libvpx/config/arm64/
vp8_rtcd.h 88 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 447 static void dec_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *best_mv,
454 *best_mv = mvlist[i];
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 396 const MV *ref_mv, MV *best_mv,
430 *best_mv = tmp_mv;
453 *best_mv = tmp_mv;
    [all...]

Completed in 154 milliseconds

12