Searched refs:vp9_encode_mv (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.h | 25 void vp9_encode_mv(VP9_COMP *cpi, vpx_writer *w, const MV *mv, const MV *ref,
|
D | vp9_encodemv.c | 210 void vp9_encode_mv(VP9_COMP *cpi, vpx_writer *w, const MV *mv, const MV *ref, in vp9_encode_mv() function
|
D | vp9_bitstream.c | 325 vp9_encode_mv(cpi, w, &mi->bmi[j].as_mv[ref].as_mv, in pack_inter_mode_mvs() 334 vp9_encode_mv(cpi, w, &mi->mv[ref].as_mv, in pack_inter_mode_mvs()
|