HomeSort by relevance Sort by last modified time
    Searched refs:mv_y (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)
304 if (PV_DeScaleMVD(f_code_f, residualy, vlc_code_magy, mv_y) != PV_SUCCESS)
    [all...]
  /external/libvpx/vp8/encoder/
temporal_filter.c 210 int mv_x, mv_y; local
244 mv_y = d->bmi.mv.as_mv.row;
249 d->bmi.mv.as_mv.row = mv_y;

Completed in 498 milliseconds