Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c347 static void write_mv(vp8_writer *w, const MV *mv, const int_mv *ref, in write_mv() function
513 case NEWMV: write_mv(w, &mi->mv.as_mv, &best_mv, mvc); break; in pack_inter_mode_mvs()
544 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *)mvc); in pack_inter_mode_mvs()