Searched refs:vp8_mv_bit_cost (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.h | 40 extern int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
|
D | pickinter.c | 1044 rate2 += vp8_mv_bit_cost(&mode_mv[NEWMV], &best_ref_mv, in vp8_pick_inter_mode()
|
D | rdopt.c | 986 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102); in labels2mode() 2370 rd.rate2 += vp8_mv_bit_cost(&mode_mv[NEWMV], &best_ref_mv, x->mvcost, 96); in vp8_rd_pick_inter_mode()
|
D | mcomp.c | 27 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) in vp8_mv_bit_cost() function
|