HomeSort by relevance Sort by last modified time
    Searched refs:vp9_encode_mv (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.h 19 void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
vp9_bitstream.c 480 vp9_encode_mv(cpi, bc, &m->bmi[j].as_mv[0].as_mv,
484 vp9_encode_mv(cpi, bc, &m->bmi[j].as_mv[1].as_mv,
493 vp9_encode_mv(cpi, bc, &mi->mv[0].as_mv,
497 vp9_encode_mv(cpi, bc, &mi->mv[1].as_mv,
    [all...]
vp9_encodemv.c 265 void vp9_encode_mv(VP9_COMP* cpi, vp9_writer* w, function

Completed in 317 milliseconds