Home | History | Annotate | Download | only in encoder

Lines Matching refs:vp8_mv_bit_cost

37 int vp8_mv_bit_cost(MV *mv, MV *ref, int *mvcost[2], int Weight)
50 //return ( (vp8_mv_bit_cost(mv, ref, mvcost, 100) + 128) * error_per_bit) >> 8;
52 //i = (vp8_mv_bit_cost(mv, ref, mvcost, 100) * error_per_bit + 128) >> 8;
54 //return (vp8_mv_bit_cost(mv, ref, mvcost, 128) * error_per_bit + 128) >> 8;