Home
last modified time | relevance | path

Searched refs:op_pix (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmpegvideo.c1990 op_pixels_func (*op_pix)[4]; in mpv_reconstruct_mb_internal() local
2045 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal() local
2048 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2049 op_pix = s->h264chroma.avg_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal()
2052 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2057 op_pix = s->hdsp.put_pixels_tab; in mpv_reconstruct_mb_internal()
2059 op_pix = s->hdsp.put_no_rnd_pixels_tab; in mpv_reconstruct_mb_internal()
2062 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
2063 op_pix = s->hdsp.avg_pixels_tab; in mpv_reconstruct_mb_internal()
2067 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
H A Dmpegvideo_enc.c2363 op_pixels_func (*op_pix)[4]; in encode_mb_internal() local
2372 op_pix = s->hdsp.put_pixels_tab; in encode_mb_internal()
2375 op_pix = s->hdsp.put_no_rnd_pixels_tab; in encode_mb_internal()
2382 op_pix, op_qpix); in encode_mb_internal()
2383 op_pix = s->hdsp.avg_pixels_tab; in encode_mb_internal()
2389 op_pix, op_qpix); in encode_mb_internal()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmpegvideo.c1782 op_pixels_func (*op_pix)[4]; in MPV_decode_mb_internal() local
1834 h264_chroma_mc_func *op_pix = s->dsp.put_h264_chroma_pixels_tab; in MPV_decode_mb_internal() local
1837 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix); in MPV_decode_mb_internal()
1838 op_pix = s->dsp.avg_h264_chroma_pixels_tab; in MPV_decode_mb_internal()
1841 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.data, op_pix); in MPV_decode_mb_internal()
1846 op_pix = s->dsp.put_pixels_tab; in MPV_decode_mb_internal()
1848 op_pix = s->dsp.put_no_rnd_pixels_tab; in MPV_decode_mb_internal()
1851 … MPV_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix, op_qpix); in MPV_decode_mb_internal()
1852 op_pix = s->dsp.avg_pixels_tab; in MPV_decode_mb_internal()
1856 … MPV_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.data, op_pix, op_qpix); in MPV_decode_mb_internal()
H A Dmpegvideo_enc.c1556 op_pixels_func (*op_pix)[4]; in encode_mb_internal() local
1565 op_pix = s->dsp.put_pixels_tab; in encode_mb_internal()
1568 op_pix = s->dsp.put_no_rnd_pixels_tab; in encode_mb_internal()
1573 MPV_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.data, op_pix, op_qpix); in encode_mb_internal()
1574 op_pix = s->dsp.avg_pixels_tab; in encode_mb_internal()
1578 MPV_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.data, op_pix, op_qpix); in encode_mb_internal()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmpegvideo.c1990 op_pixels_func (*op_pix)[4]; in mpv_reconstruct_mb_internal() local
2045 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal() local
2048 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2049 op_pix = s->h264chroma.avg_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal()
2052 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2057 op_pix = s->hdsp.put_pixels_tab; in mpv_reconstruct_mb_internal()
2059 op_pix = s->hdsp.put_no_rnd_pixels_tab; in mpv_reconstruct_mb_internal()
2062 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
2063 op_pix = s->hdsp.avg_pixels_tab; in mpv_reconstruct_mb_internal()
2067 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
H A Dmpegvideo_enc.c2368 op_pixels_func (*op_pix)[4]; in encode_mb_internal() local
2377 op_pix = s->hdsp.put_pixels_tab; in encode_mb_internal()
2380 op_pix = s->hdsp.put_no_rnd_pixels_tab; in encode_mb_internal()
2387 op_pix, op_qpix); in encode_mb_internal()
2388 op_pix = s->hdsp.avg_pixels_tab; in encode_mb_internal()
2394 op_pix, op_qpix); in encode_mb_internal()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmpegvideo.c1995 op_pixels_func (*op_pix)[4]; in mpv_reconstruct_mb_internal() local
2050 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal() local
2053 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2054 op_pix = s->h264chroma.avg_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal()
2057 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2062 op_pix = s->hdsp.put_pixels_tab; in mpv_reconstruct_mb_internal()
2064 op_pix = s->hdsp.put_no_rnd_pixels_tab; in mpv_reconstruct_mb_internal()
2067 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
2068 op_pix = s->hdsp.avg_pixels_tab; in mpv_reconstruct_mb_internal()
2072 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
H A Dmpegvideo_enc.c2327 op_pixels_func (*op_pix)[4]; in encode_mb_internal() local
2336 op_pix = s->hdsp.put_pixels_tab; in encode_mb_internal()
2339 op_pix = s->hdsp.put_no_rnd_pixels_tab; in encode_mb_internal()
2346 op_pix, op_qpix); in encode_mb_internal()
2347 op_pix = s->hdsp.avg_pixels_tab; in encode_mb_internal()
2353 op_pix, op_qpix); in encode_mb_internal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmpegvideo.c1997 op_pixels_func (*op_pix)[4]; in mpv_reconstruct_mb_internal() local
2052 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal() local
2055 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2056 op_pix = s->h264chroma.avg_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal()
2059 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2064 op_pix = s->hdsp.put_pixels_tab; in mpv_reconstruct_mb_internal()
2066 op_pix = s->hdsp.put_no_rnd_pixels_tab; in mpv_reconstruct_mb_internal()
2069 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
2070 op_pix = s->hdsp.avg_pixels_tab; in mpv_reconstruct_mb_internal()
2074 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
H A Dmpegvideo_enc.c2327 op_pixels_func (*op_pix)[4]; in encode_mb_internal() local
2336 op_pix = s->hdsp.put_pixels_tab; in encode_mb_internal()
2339 op_pix = s->hdsp.put_no_rnd_pixels_tab; in encode_mb_internal()
2346 op_pix, op_qpix); in encode_mb_internal()
2347 op_pix = s->hdsp.avg_pixels_tab; in encode_mb_internal()
2353 op_pix, op_qpix); in encode_mb_internal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmpegvideo.c1977 op_pixels_func (*op_pix)[4]; in mpv_reconstruct_mb_internal() local
2032 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal() local
2035 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2036 op_pix = s->h264chroma.avg_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal()
2039 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2044 op_pix = s->hdsp.put_pixels_tab; in mpv_reconstruct_mb_internal()
2046 op_pix = s->hdsp.put_no_rnd_pixels_tab; in mpv_reconstruct_mb_internal()
2049 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
2050 op_pix = s->hdsp.avg_pixels_tab; in mpv_reconstruct_mb_internal()
2054 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
H A Dmpegvideo_enc.c2323 op_pixels_func (*op_pix)[4]; in encode_mb_internal() local
2332 op_pix = s->hdsp.put_pixels_tab; in encode_mb_internal()
2335 op_pix = s->hdsp.put_no_rnd_pixels_tab; in encode_mb_internal()
2342 op_pix, op_qpix); in encode_mb_internal()
2343 op_pix = s->hdsp.avg_pixels_tab; in encode_mb_internal()
2349 op_pix, op_qpix); in encode_mb_internal()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmpegvideo.c3090 op_pixels_func (*op_pix)[4]; in mpv_decode_mb_internal() local
3145 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_decode_mb_internal() local
3148 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix); in mpv_decode_mb_internal()
3149 op_pix = s->h264chroma.avg_h264_chroma_pixels_tab; in mpv_decode_mb_internal()
3152 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix); in mpv_decode_mb_internal()
3157 op_pix = s->hdsp.put_pixels_tab; in mpv_decode_mb_internal()
3159 op_pix = s->hdsp.put_no_rnd_pixels_tab; in mpv_decode_mb_internal()
3162 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix, op_qpix); in mpv_decode_mb_internal()
3163 op_pix = s->hdsp.avg_pixels_tab; in mpv_decode_mb_internal()
3167 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix, op_qpix); in mpv_decode_mb_internal()
H A Dmpegvideo_enc.c2147 op_pixels_func (*op_pix)[4]; in encode_mb_internal() local
2156 op_pix = s->hdsp.put_pixels_tab; in encode_mb_internal()
2159 op_pix = s->hdsp.put_no_rnd_pixels_tab; in encode_mb_internal()
2166 op_pix, op_qpix); in encode_mb_internal()
2167 op_pix = s->hdsp.avg_pixels_tab; in encode_mb_internal()
2173 op_pix, op_qpix); in encode_mb_internal()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmpegvideo.c3090 op_pixels_func (*op_pix)[4]; in mpv_decode_mb_internal() local
3145 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_decode_mb_internal() local
3148 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix); in mpv_decode_mb_internal()
3149 op_pix = s->h264chroma.avg_h264_chroma_pixels_tab; in mpv_decode_mb_internal()
3152 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix); in mpv_decode_mb_internal()
3157 op_pix = s->hdsp.put_pixels_tab; in mpv_decode_mb_internal()
3159 op_pix = s->hdsp.put_no_rnd_pixels_tab; in mpv_decode_mb_internal()
3162 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix, op_qpix); in mpv_decode_mb_internal()
3163 op_pix = s->hdsp.avg_pixels_tab; in mpv_decode_mb_internal()
3167 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix, op_qpix); in mpv_decode_mb_internal()
H A Dmpegvideo_enc.c2147 op_pixels_func (*op_pix)[4]; in encode_mb_internal() local
2156 op_pix = s->hdsp.put_pixels_tab; in encode_mb_internal()
2159 op_pix = s->hdsp.put_no_rnd_pixels_tab; in encode_mb_internal()
2166 op_pix, op_qpix); in encode_mb_internal()
2167 op_pix = s->hdsp.avg_pixels_tab; in encode_mb_internal()
2173 op_pix, op_qpix); in encode_mb_internal()