Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dsnow.c594 static int halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ in halfpel_interpol() function
672 if((ret = halfpel_interpol(s, s->halfpel_plane[0], s->current_picture)) < 0) in ff_snow_frame_start()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dsnow.c589 static int halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ in halfpel_interpol() function
658 if((ret = halfpel_interpol(s, s->halfpel_plane[0], s->current_picture)) < 0) in ff_snow_frame_start()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dsnow.c594 static int halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ in halfpel_interpol() function
672 if((ret = halfpel_interpol(s, s->halfpel_plane[0], s->current_picture)) < 0) in ff_snow_frame_start()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dsnow.c589 static int halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ in halfpel_interpol() function
658 if((ret = halfpel_interpol(s, s->halfpel_plane[0], s->current_picture)) < 0) in ff_snow_frame_start()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dsnow.c586 static int halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ in halfpel_interpol() function
664 if((ret = halfpel_interpol(s, s->halfpel_plane[0], s->current_picture)) < 0) in ff_snow_frame_start()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dsnow.c588 static int halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ in halfpel_interpol() function
666 if((ret = halfpel_interpol(s, s->halfpel_plane[0], s->current_picture)) < 0) in ff_snow_frame_start()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dsnow.c588 static int halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ in halfpel_interpol() function
666 if((ret = halfpel_interpol(s, s->halfpel_plane[0], s->current_picture)) < 0) in ff_snow_frame_start()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dsnow.c4065 static void halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ in halfpel_interpol() function
4124 halfpel_interpol(s, s->halfpel_plane[0], &s->current_picture); in frame_start()