Searched refs:x264_plane_copy_c (Results 1 – 8 of 8) sorted by relevance
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/ |
H A D | mc.h | 104 #define x264_plane_copy_c x264_template(plane_copy_c) macro 105 void x264_plane_copy_c( pixel *, intptr_t, pixel *, intptr_t, int w, int h ); 112 x264_plane_copy_c( dst, i_dst, src, i_src, w, h );\
|
H A D | mc.c | 291 void x264_plane_copy_c( pixel *dst, intptr_t i_dst, in x264_plane_copy_c() function 644 pf->plane_copy = x264_plane_copy_c; in x264_mc_init()
|
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/ |
H A D | mc.h | 104 #define x264_plane_copy_c x264_template(plane_copy_c) macro 105 void x264_plane_copy_c( pixel *, intptr_t, pixel *, intptr_t, int w, int h ); 112 x264_plane_copy_c( dst, i_dst, src, i_src, w, h );\
|
H A D | mc.c | 291 void x264_plane_copy_c( pixel *dst, intptr_t i_dst, in x264_plane_copy_c() function 644 pf->plane_copy = x264_plane_copy_c; in x264_mc_init()
|
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/ |
H A D | mc.c | 313 void x264_plane_copy_c( pixel *dst, intptr_t i_dst, in x264_plane_copy_c() function 680 pf->plane_copy = x264_plane_copy_c; in x264_mc_init()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/ |
H A D | mc.c | 313 void x264_plane_copy_c( pixel *dst, intptr_t i_dst, in x264_plane_copy_c() function 680 pf->plane_copy = x264_plane_copy_c; in x264_mc_init()
|
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/x86/ |
H A D | mc-c.c | 94 void x264_plane_copy_c( pixel *, intptr_t, pixel *, intptr_t, int w, int h ); 499 x264_plane_copy_c( dst, i_dst, src, i_src, w, h );
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/x86/ |
H A D | mc-c.c | 94 void x264_plane_copy_c( pixel *, intptr_t, pixel *, intptr_t, int w, int h ); 499 x264_plane_copy_c( dst, i_dst, src, i_src, w, h );
|