Searched refs:vp8_mv_bit_cost (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.h | 32 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
|
D | rdopt.c | 844 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102); in labels2mode() 2141 vp8_mv_bit_cost(&mode_mv[NEWMV], &best_ref_mv, x->mvcost, 96); in vp8_rd_pick_inter_mode()
|
D | pickinter.c | 1071 vp8_mv_bit_cost(&mode_mv[NEWMV], &best_ref_mv, cpi->mb.mvcost, 128); in vp8_pick_inter_mode()
|
D | mcomp.c | 24 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) { in vp8_mv_bit_cost() function
|