Searched refs:get_chroma_mv (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c715 static av_always_inline int get_chroma_mv(int *mvx, int *mvy, int *a, int flag, int *tx, int *ty) function
797 valid_count = get_chroma_mv(mvx, mvy, intra, 0, &tx, &ty);
808 valid_count = get_chroma_mv(mvx, mvy, mv_f, dominant, &tx, &ty);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c742 static av_always_inline int get_chroma_mv(int *mvx, int *mvy, int *a, int flag, int *tx, int *ty) function
826 valid_count = get_chroma_mv(mvx, mvy, intra, 0, &tx, &ty);
838 valid_count = get_chroma_mv(mvx, mvy, mv_f, dominant, &tx, &ty);

Completed in 195 milliseconds