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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.h 47 int_mv *best_mv,
98 int_mv *best_mv,
mcomp.c 852 int_mv *best_mv,
1026 best_mv->as_mv.row = br;
1027 best_mv->as_mv.col = bc;
1041 int_mv *best_mv,
1339 int_mv *best_mv = &d->bmi.mv; local
1435 int_mv *best_mv = &d->bmi.mv; local
1569 int_mv *best_mv = &d->bmi.mv; local
    [all...]
bitstream.c 614 int_mv best_mv; local
631 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
632 vp8_clamp_mv2(&best_mv, xd);
656 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
698 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *) mvc);
    [all...]
firstpass.c 435 int_mv *ref_mv, MV *best_mv,
473 best_mv->row = tmp_mv.as_mv.row;
474 best_mv->col = tmp_mv.as_mv.col;
499 best_mv->row = tmp_mv.as_mv.row;
500 best_mv->col = tmp_mv.as_mv.col;
    [all...]
  /external/libvpx/libvpx/vp8/common/
findnearmv.c 30 int_mv *best_mv,
134 best_mv->as_int = near_mvs[0].as_int;
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 232 MB_MODE_INFO *mbmi, int_mv best_mv,
296 blockmv.as_mv.row += best_mv.as_mv.row;
298 blockmv.as_mv.col += best_mv.as_mv.col;
  /external/libvpx/armv7a/
vpx_rtcd.h 321 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/generic/
vpx_rtcd.h 278 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/mips/
vpx_rtcd.h 278 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/mips-dspr2/
vpx_rtcd.h 296 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/armv7a-neon/
vpx_rtcd.h 374 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);
    [all...]

Completed in 73 milliseconds