Home
last modified time | relevance | path

Searched refs:dstc (Results 51 – 75 of 193) sorted by relevance

12345678

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Ddiracdsp.c31 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument
41 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
49 dstc += stride; in dirac_hpel_filter()
H A Ddiracdsp.h30 …void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int str…
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Ddiracdsp.c31 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument
41 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
49 dstc += stride; in dirac_hpel_filter()
H A Ddiracdsp.h30 …void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int str…
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/arm/
H A Dmc-c.c78 pixel *dstc, intptr_t i_dstc,
272 static void hpel_filter_neon( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, in hpel_filter_neon() argument
278 dstc -= realign; in hpel_filter_neon()
284 x264_hpel_filter_c_neon( dstc, buf+8, width ); in hpel_filter_neon()
288 dstc += stride; in hpel_filter_neon()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/arm/
H A Dmc-c.c78 pixel *dstc, intptr_t i_dstc,
272 static void hpel_filter_neon( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, in hpel_filter_neon() argument
278 dstc -= realign; in hpel_filter_neon()
284 x264_hpel_filter_c_neon( dstc, buf+8, width ); in hpel_filter_neon()
288 dstc += stride; in hpel_filter_neon()
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/x86/
H A Dmc-c.c121 pixel *dstc, intptr_t i_dstc,
125 pixel *dstc, intptr_t i_dstc,
184 …264_frame_init_lowres_core_##cpu( pixel *src0, pixel *dst0, pixel *dsth, pixel *dstv, pixel *dstc,\ in MC_CHROMA()
455 static void x264_hpel_filter_##cpu( pixel *dsth, pixel *dstv, pixel *dstc, pixel *src,\
461 dstc -= realign;\
467 x264_hpel_filter_c_##cpuc( dstc, buf+16, width );\
471 dstc += stride;\
483 void x264_hpel_filter_sse2 ( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
484 void x264_hpel_filter_ssse3( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
485 void x264_hpel_filter_avx ( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/x86/
H A Dmc-c.c121 pixel *dstc, intptr_t i_dstc,
125 pixel *dstc, intptr_t i_dstc,
184 …264_frame_init_lowres_core_##cpu( pixel *src0, pixel *dst0, pixel *dsth, pixel *dstv, pixel *dstc,\ in MC_CHROMA()
455 static void x264_hpel_filter_##cpu( pixel *dsth, pixel *dstv, pixel *dstc, pixel *src,\
461 dstc -= realign;\
467 x264_hpel_filter_c_##cpuc( dstc, buf+16, width );\
471 dstc += stride;\
483 void x264_hpel_filter_sse2 ( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
484 void x264_hpel_filter_ssse3( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
485 void x264_hpel_filter_avx ( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Ddiracdsp.c30 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument
40 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
48 dstc += stride; in dirac_hpel_filter()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Ddiracdsp.c30 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument
40 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
48 dstc += stride; in dirac_hpel_filter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Ddiracdsp.c30 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument
40 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
48 dstc += stride; in dirac_hpel_filter()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/x86/
H A Dmc-c.c213 pixel *dstc, intptr_t i_dstc,
218 pixel *dstc, intptr_t i_dstc,
223 pixel *dstc, intptr_t i_dstc,
356 …264_frame_init_lowres_core_##cpu( pixel *src0, pixel *dst0, pixel *dsth, pixel *dstv, pixel *dstc,\ in MC_CHROMA()
676 static void x264_hpel_filter_##cpu( pixel *dsth, pixel *dstv, pixel *dstc, pixel *src,\
682 dstc -= realign;\
688 x264_hpel_filter_c_##cpuc( dstc, buf+16, width );\
692 dstc += stride;\
704 void x264_hpel_filter_sse2 ( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
705 void x264_hpel_filter_ssse3( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/x86/
H A Dmc-c.c213 pixel *dstc, intptr_t i_dstc,
218 pixel *dstc, intptr_t i_dstc,
223 pixel *dstc, intptr_t i_dstc,
356 …264_frame_init_lowres_core_##cpu( pixel *src0, pixel *dst0, pixel *dsth, pixel *dstv, pixel *dstc,\ in MC_CHROMA()
676 static void x264_hpel_filter_##cpu( pixel *dsth, pixel *dstv, pixel *dstc, pixel *src,\
682 dstc -= realign;\
688 x264_hpel_filter_c_##cpuc( dstc, buf+16, width );\
692 dstc += stride;\
704 void x264_hpel_filter_sse2 ( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
705 void x264_hpel_filter_ssse3( uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, intptr_t st…
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Ddiracdsp.c30 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument
40 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
48 dstc += stride; in dirac_hpel_filter()
/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_icmp.c314 iov[ioi].dst.dstc,
339 for (dsti = 0; dsti < iov[ioi].dst.dstc; ++dsti) {
353 SASSERTX(dsti < iov[ioi].dst.dstc);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Ddiracdsp.c30 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument
40 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
48 dstc += stride; in dirac_hpel_filter()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/x86/
H A Dmc.h28 …_init_lowres_core_ ## cpu)(const pixel* src0, pixel* dst0, pixel* dsth, pixel* dstv, pixel* dstc, \
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmc.h302 … pixel *dstc, intptr_t i_dstc, pixel *src, intptr_t i_src, int pw, int w, int h );
304 pixel *dstc, intptr_t i_dstc,
306 void (*hpel_filter)( pixel *dsth, pixel *dstv, pixel *dstc, pixel *src,
326 void (*frame_init_lowres_core)( pixel *src0, pixel *dst0, pixel *dsth, pixel *dstv, pixel *dstc,
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmc.h302 … pixel *dstc, intptr_t i_dstc, pixel *src, intptr_t i_src, int pw, int w, int h );
304 pixel *dstc, intptr_t i_dstc,
306 void (*hpel_filter)( pixel *dsth, pixel *dstv, pixel *dstc, pixel *src,
326 void (*frame_init_lowres_core)( pixel *src0, pixel *dst0, pixel *dsth, pixel *dstv, pixel *dstc,
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/
H A Dcheckasm.c1654 pixel *dstc[3] = { pbuf3+8, pbuf3+8+16*64, pbuf3+8+32*64 }; in check_mc() local
1661 call_c( mc_c.hpel_filter, dstc[0], dstc[1], dstc[2], srchpel, (intptr_t)64, 48, 10, tmp ); in check_mc()
1683 pixel *dstc[4] = { pbuf3, pbuf3+1024, pbuf3+2048, pbuf3+3072 }; in check_mc() local
1691 …call_c( mc_c.frame_init_lowres_core, pbuf1, dstc[0], dstc[1], dstc[2], dstc[3], stride, stride_low… in check_mc()
1701 printf( "%d ", dstc[j][k+i*stride_lowres] ); in check_mc()
1748 int16_t *dstc = dsta+400; in check_mc() local
1768 ok &= abs( dstc[j]-dsta[j] ) <= 1 || fabs( (double)dstc[j]/dsta[j]-1 ) < 1e-4; in check_mc()
1831 uint16_t *dstc = (uint16_t*)buf3; in check_mc() local
1841 call_c( mc_c.mbtree_fix8_pack, dstc, fix8_src, count ); in check_mc()
1858 float *dstc = (float*)buf3; in check_mc() local
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/
H A Dcheckasm.c1654 pixel *dstc[3] = { pbuf3+8, pbuf3+8+16*64, pbuf3+8+32*64 }; in check_mc() local
1661 call_c( mc_c.hpel_filter, dstc[0], dstc[1], dstc[2], srchpel, (intptr_t)64, 48, 10, tmp ); in check_mc()
1683 pixel *dstc[4] = { pbuf3, pbuf3+1024, pbuf3+2048, pbuf3+3072 }; in check_mc() local
1691 …call_c( mc_c.frame_init_lowres_core, pbuf1, dstc[0], dstc[1], dstc[2], dstc[3], stride, stride_low… in check_mc()
1701 printf( "%d ", dstc[j][k+i*stride_lowres] ); in check_mc()
1748 int16_t *dstc = dsta+400; in check_mc() local
1768 ok &= abs( dstc[j]-dsta[j] ) <= 1 || fabs( (double)dstc[j]/dsta[j]-1 ) < 1e-4; in check_mc()
1831 uint16_t *dstc = (uint16_t*)buf3; in check_mc() local
1841 call_c( mc_c.mbtree_fix8_pack, dstc, fix8_src, count ); in check_mc()
1858 float *dstc = (float*)buf3; in check_mc() local
[all …]
/dports/multimedia/x265/source/common/x86/
H A Dmc.h28 …_init_lowres_core_ ## cpu)(const pixel* src0, pixel* dst0, pixel* dsth, pixel* dstv, pixel* dstc, \
/dports/multimedia/handbrake/x265_3.5/source/common/x86/
H A Dmc.h28 …_init_lowres_core_ ## cpu)(const pixel* src0, pixel* dst0, pixel* dsth, pixel* dstv, pixel* dstc, \
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/SDLVideo/
H A DSDLVideo.cpp618 Color& dstc = reinterpret_cast<Color&>(pal->colors[i]); in RenderSpriteVersion() local
622 ShaderTint(*tint, dstc); in RenderSpriteVersion()
628 dstc.a = tint->a; in RenderSpriteVersion()
633 ShaderGreyscale(dstc); in RenderSpriteVersion()
635 ShaderSepia(dstc); in RenderSpriteVersion()
/dports/games/corsix-th/CorsixTH-0.65.1/AnimView/
H A Dth.cpp494 th_colour_t dstc = pCanvas[iDstY * iCanvasWidth + iDstX]; in blit() local
497 merge_colour(srcc, dstc); in blit()
500 merge_colour(srcc, dstc); in blit()

12345678