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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.h 96 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f);
vlc_decode.cpp 267 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f)
299 if (PV_DeScaleMVD(f_code_f, residualx, vlc_code_magx, mv_x) != PV_SUCCESS)
    [all...]
  /external/libvpx/vp8/encoder/
temporal_filter.c 210 int mv_x, mv_y; local
245 mv_x = d->bmi.mv.as_mv.col;
250 d->bmi.mv.as_mv.col = mv_x;

Completed in 42 milliseconds