Home
last modified time | relevance | path

Searched refs:vp8_mv_bit_cost (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.h40 extern int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
Dpickinter.c1044 rate2 += vp8_mv_bit_cost(&mode_mv[NEWMV], &best_ref_mv, in vp8_pick_inter_mode()
Drdopt.c986 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()
Dmcomp.c27 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) in vp8_mv_bit_cost() function