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 510 vp9_encode_mv(cpi, bc, &blockmv.as_mv, &mi->best_mv.as_mv,
514 vp9_encode_mv(cpi, bc,
525 vp9_encode_mv(cpi, bc, &mi->mv[0].as_mv, &mi->best_mv.as_mv,
529 vp9_encode_mv(cpi, bc, &mi->mv[1].as_mv, &mi->best_second_mv.as_mv,
    [all...]
vp9_encodemv.c 280 void vp9_encode_mv(VP9_COMP* cpi, vp9_writer* w, function

Completed in 25 milliseconds