Home
last modified time | relevance | path

Searched refs:rv34_mc (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Drv34.c573 static inline void rv34_mc(RV34DecContext *r, const int block_type, in rv34_mc() function
650 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, in rv34_mc_1mv()
658 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, in rv34_mc_2mv()
662 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, in rv34_mc_2mv()
673 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip()
677 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Drv34.c658 static inline void rv34_mc(RV34DecContext *r, const int block_type, in rv34_mc() function
778 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0, in rv34_mc_1mv()
809 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted, in rv34_mc_2mv()
813 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0, in rv34_mc_2mv()
817 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1, in rv34_mc_2mv()
831 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip()
835 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Drv34.c664 static inline void rv34_mc(RV34DecContext *r, const int block_type, in rv34_mc() function
784 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0, in rv34_mc_1mv()
815 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted, in rv34_mc_2mv()
819 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0, in rv34_mc_2mv()
823 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1, in rv34_mc_2mv()
837 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip()
841 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Drv34.c658 static inline void rv34_mc(RV34DecContext *r, const int block_type, in rv34_mc() function
778 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0, in rv34_mc_1mv()
809 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted, in rv34_mc_2mv()
813 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0, in rv34_mc_2mv()
817 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1, in rv34_mc_2mv()
831 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip()
835 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Drv34.c665 static inline void rv34_mc(RV34DecContext *r, const int block_type, in rv34_mc() function
785 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0, in rv34_mc_1mv()
816 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted, in rv34_mc_2mv()
820 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0, in rv34_mc_2mv()
824 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1, in rv34_mc_2mv()
838 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip()
842 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Drv34.c665 static inline void rv34_mc(RV34DecContext *r, const int block_type, in rv34_mc() function
785 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0, in rv34_mc_1mv()
816 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted, in rv34_mc_2mv()
820 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0, in rv34_mc_2mv()
824 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1, in rv34_mc_2mv()
838 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip()
842 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Drv34.c664 static inline void rv34_mc(RV34DecContext *r, const int block_type, in rv34_mc() function
784 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0, in rv34_mc_1mv()
815 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted, in rv34_mc_2mv()
819 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0, in rv34_mc_2mv()
823 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1, in rv34_mc_2mv()
837 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip()
841 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Drv34.c665 static inline void rv34_mc(RV34DecContext *r, const int block_type, in rv34_mc() function
785 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0, in rv34_mc_1mv()
816 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted, in rv34_mc_2mv()
820 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0, in rv34_mc_2mv()
824 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1, in rv34_mc_2mv()
838 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip()
842 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip()