Home
last modified time | relevance | path

Searched refs:dest_v (Results 26 – 50 of 124) sorted by relevance

12345

/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_Atomic_Fetch_Or.hpp165 T atomic_fetch_or(volatile T* const dest_v, const T val) { in atomic_fetch_or() argument
166 T* dest = const_cast<T*>(dest_v); in atomic_fetch_or()
H A DKokkos_Atomic_Fetch_And.hpp164 T atomic_fetch_and(volatile T* const dest_v, const T val) { in atomic_fetch_and() argument
165 T* dest = const_cast<T*>(dest_v); in atomic_fetch_and()
H A DKokkos_Atomic_Fetch_Sub.hpp313 T atomic_fetch_sub(volatile T* const dest_v, const T val) { in atomic_fetch_sub() argument
314 T* dest = const_cast<T*>(dest_v); in atomic_fetch_sub()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_Atomic_Fetch_And.hpp164 T atomic_fetch_and(volatile T* const dest_v, const T val) { in atomic_fetch_and() argument
165 T* dest = const_cast<T*>(dest_v); in atomic_fetch_and()
H A DKokkos_Atomic_Fetch_Or.hpp165 T atomic_fetch_or(volatile T* const dest_v, const T val) { in atomic_fetch_or() argument
166 T* dest = const_cast<T*>(dest_v); in atomic_fetch_or()
H A DKokkos_Atomic_Fetch_Sub.hpp313 T atomic_fetch_sub(volatile T* const dest_v, const T val) { in atomic_fetch_sub() argument
314 T* dest = const_cast<T*>(dest_v); in atomic_fetch_sub()
/dports/audio/gmpc/gmpc-11.8.16/src/Tools/
H A Dgmpc-liststore-sort.c120 gboolean dest_v; in gmpc_tools_liststore_sort_real_drag_data_received() local
126 dest_v = _tmp6_; in gmpc_tools_liststore_sort_real_drag_data_received()
131 if (dest_v) { in gmpc_tools_liststore_sort_real_drag_data_received()
H A Dgmpc-liststore-sort.vala63 var dest_v = model.get_iter(out dest_iter, dest);
67 if(dest_v)
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/xvmc/
H A Di915_xvmc.c436 buffer_info->dest_v.dw0.type = CMD_3D; in i915_mc_static_indirect_state_set()
437 buffer_info->dest_v.dw0.opcode = OPC_3DSTATE_BUFFER_INFO; in i915_mc_static_indirect_state_set()
438 buffer_info->dest_v.dw0.length = 1; in i915_mc_static_indirect_state_set()
439 buffer_info->dest_v.dw1.aux_id = 1; in i915_mc_static_indirect_state_set()
440 buffer_info->dest_v.dw1.buffer_id = BUFFERID_COLOR_AUX; in i915_mc_static_indirect_state_set()
441 buffer_info->dest_v.dw1.fence_regs = 0; in i915_mc_static_indirect_state_set()
442 buffer_info->dest_v.dw1.tiled_surface = 0; in i915_mc_static_indirect_state_set()
443 buffer_info->dest_v.dw1.walk = TILEWALK_XMAJOR; in i915_mc_static_indirect_state_set()
444 buffer_info->dest_v.dw1.pitch = (pI915XvMC->uvStride >> 2); /* in Dwords */ in i915_mc_static_indirect_state_set()
445 buffer_info->dest_v.dw2.base_address = in i915_mc_static_indirect_state_set()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/lc/
H A Dlocalcontrastfilter.cpp291 float dest_h, dest_s, dest_v; in saturationMultithreaded() local
301 rgb2hsv(img[pos], img[pos + 1], img[pos + 2], dest_h, dest_s, dest_v); in saturationMultithreaded()
305 if (dest_v > src_v) in saturationMultithreaded()
307 s1 = (float)(destSaturation * src_v / (dest_v + 1.0 / 255.0)); in saturationMultithreaded()
311 hsv2rgb(dest_h, destSaturation, dest_v, img[pos], img[pos + 1], img[pos + 2]); in saturationMultithreaded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/vaapi/
H A Dvaapi_jpeg_decoder_unittest.cc95 std::vector<uint8_t>* dest_v) { in GetSwDecode() argument
96 DCHECK(dest_y && dest_u && dest_v); in GetSwDecode()
114 dest_v->resize(half_jpeg_size.GetArea()); in GetSwDecode()
119 dest_v->data(), half_jpeg_size.width(), 0, 0, jpeg_size.width(), in GetSwDecode()
133 sw_decoded_jpeg->planes[2].data = dest_v->data(); in GetSwDecode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/vaapi/
H A Dvaapi_jpeg_decoder_unittest.cc95 std::vector<uint8_t>* dest_v) { in GetSwDecode() argument
96 DCHECK(dest_y && dest_u && dest_v); in GetSwDecode()
114 dest_v->resize(half_jpeg_size.GetArea()); in GetSwDecode()
119 dest_v->data(), half_jpeg_size.width(), 0, 0, jpeg_size.width(), in GetSwDecode()
133 sw_decoded_jpeg->planes[2].data = dest_v->data(); in GetSwDecode()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dproresdec2.c525 uint8_t *dest_y, *dest_u, *dest_v, *dest_a; in decode_slice_thread() local
577 dest_v = pic->data[2] + (slice->mb_y << 4) * chroma_stride + (slice->mb_x << mb_x_shift); in decode_slice_thread()
583 dest_v += pic->linesize[2]; in decode_slice_thread()
599 ret = decode_slice_chroma(avctx, slice, (uint16_t*)dest_v, chroma_stride, in decode_slice_thread()
611 *(uint16_t*)(dest_v + (i * chroma_stride) + (j << 1)) = 511; in decode_slice_thread()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libmpeg2new/libmpeg2/
H A Dslice.c1847 uint8_t * dest_v = decoder->dest[2] + (offset >> 1); in mpeg2_slice() local
1851 slice_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
1856 uint8_t * dest_v = decoder->dest[2] + offset; in mpeg2_slice() local
1858 slice_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
1862 slice_intra_DCT (decoder, 2, dest_v + 8, DCT_stride); in mpeg2_slice()
1865 slice_intra_DCT (decoder, 2, dest_v + DCT_offset + 8, in mpeg2_slice()
1955 uint8_t * dest_y, * dest_u, * dest_v; in mpeg2_slice() local
1963 dest_v = decoder->dest[2] + offset; in mpeg2_slice()
1981 slice_non_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
1992 slice_non_intra_DCT (decoder, 2, dest_v + 8, in mpeg2_slice()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/operations/layer-modes/
H A Dgimpoperationlayermode-blend.c558 gfloat dest_v; in gimp_operation_layer_mode_blend_hsv_value() local
561 dest_v = MAX (in[0], in[1]); in gimp_operation_layer_mode_blend_hsv_value()
562 dest_v = MAX (dest_v, in[2]); in gimp_operation_layer_mode_blend_hsv_value()
567 if (fabs (dest_v) > EPSILON) in gimp_operation_layer_mode_blend_hsv_value()
569 gfloat ratio = src_v / dest_v; in gimp_operation_layer_mode_blend_hsv_value()
/dports/emulators/mess/mame-mame0226/src/osd/modules/render/
H A Ddrawsdl.cpp547 uint8_t *dest_v = pixels[1] + (y>>1) * pitch / 2; in yuv_RGB_to_YV12() local
578 dest_v[x>>1] = (v1+v2+v3+v4)/4; in yuv_RGB_to_YV12()
602 uint8_t *dest_v = pixels[1] + y * p2; in yuv_RGB_to_YV12X2() local
614 dest_v[x] = v1; in yuv_RGB_to_YV12X2()
/dports/emulators/mame/mame-mame0226/src/osd/modules/render/
H A Ddrawsdl.cpp547 uint8_t *dest_v = pixels[1] + (y>>1) * pitch / 2; in yuv_RGB_to_YV12() local
578 dest_v[x>>1] = (v1+v2+v3+v4)/4; in yuv_RGB_to_YV12()
602 uint8_t *dest_v = pixels[1] + y * p2; in yuv_RGB_to_YV12X2() local
614 dest_v[x] = v1; in yuv_RGB_to_YV12X2()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_Atomic_Fetch_Sub.hpp313 T atomic_fetch_sub(volatile T* const dest_v, const T val) { in atomic_fetch_sub() argument
314 T* dest = const_cast<T*>(dest_v); in atomic_fetch_sub()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dproresenc_anatoliy.c545 uint8_t *dest_y, *dest_u, *dest_v; in encode_slice() local
565 dest_v = pic->data[2] + (mb_y << 4) * chroma_stride + (mb_x << (5 - ctx->is_422)); in encode_slice()
569 dest_v = pic->data[2] + (mb_y << 4) * chroma_stride * 2 + (mb_x << (5 - ctx->is_422)); in encode_slice()
573 dest_v += chroma_stride; in encode_slice()
601 calc_plane_dct(fdsp, dest_v, blocks_v, chroma_stride, mb_count, 1, ctx->is_422); in encode_slice()
605 calc_plane_dct(fdsp, dest_v, blocks_v, chroma_stride * 2, mb_count, 1, ctx->is_422); in encode_slice()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dproresenc_anatoliy.c545 uint8_t *dest_y, *dest_u, *dest_v; in encode_slice() local
565 dest_v = pic->data[2] + (mb_y << 4) * chroma_stride + (mb_x << (5 - ctx->is_422)); in encode_slice()
569 dest_v = pic->data[2] + (mb_y << 4) * chroma_stride * 2 + (mb_x << (5 - ctx->is_422)); in encode_slice()
573 dest_v += chroma_stride; in encode_slice()
601 calc_plane_dct(fdsp, dest_v, blocks_v, chroma_stride, mb_count, 1, ctx->is_422); in encode_slice()
605 calc_plane_dct(fdsp, dest_v, blocks_v, chroma_stride * 2, mb_count, 1, ctx->is_422); in encode_slice()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c543 uint8_t *dest_y, *dest_u, *dest_v; in encode_slice() local
563 dest_v = pic->data[2] + (mb_y << 4) * chroma_stride + (mb_x << (5 - ctx->is_422)); in encode_slice()
567 dest_v = pic->data[2] + (mb_y << 4) * chroma_stride * 2 + (mb_x << (5 - ctx->is_422)); in encode_slice()
571 dest_v += chroma_stride; in encode_slice()
599 calc_plane_dct(fdsp, dest_v, blocks_v, chroma_stride, mb_count, 1, ctx->is_422); in encode_slice()
603 calc_plane_dct(fdsp, dest_v, blocks_v, chroma_stride * 2, mb_count, 1, ctx->is_422); in encode_slice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c544 uint8_t *dest_y, *dest_u, *dest_v; in encode_slice() local
564 dest_v = pic->data[2] + (mb_y << 4) * chroma_stride + (mb_x << (5 - ctx->is_422)); in encode_slice()
568 dest_v = pic->data[2] + (mb_y << 4) * chroma_stride * 2 + (mb_x << (5 - ctx->is_422)); in encode_slice()
572 dest_v += chroma_stride; in encode_slice()
600 calc_plane_dct(fdsp, dest_v, blocks_v, chroma_stride, mb_count, 1, ctx->is_422); in encode_slice()
604 calc_plane_dct(fdsp, dest_v, blocks_v, chroma_stride * 2, mb_count, 1, ctx->is_422); in encode_slice()
/dports/multimedia/libmpeg2/libmpeg2-0.5.1/libmpeg2/
H A Dslice.c1859 uint8_t * dest_v = decoder->dest[2] + (offset >> 1); in mpeg2_slice() local
1863 slice_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
1868 uint8_t * dest_v = decoder->dest[2] + offset; in mpeg2_slice() local
1870 slice_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
1874 slice_intra_DCT (decoder, 2, dest_v + 8, DCT_stride); in mpeg2_slice()
1877 slice_intra_DCT (decoder, 2, dest_v + DCT_offset + 8, in mpeg2_slice()
1975 uint8_t * dest_y, * dest_u, * dest_v; in mpeg2_slice() local
1983 dest_v = decoder->dest[2] + offset; in mpeg2_slice()
2001 slice_non_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
2012 slice_non_intra_DCT (decoder, 2, dest_v + 8, in mpeg2_slice()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/libmpeg2/libmpeg2/
H A Dslice.c1859 uint8_t * dest_v = decoder->dest[2] + (offset >> 1); in mpeg2_slice() local
1863 slice_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
1868 uint8_t * dest_v = decoder->dest[2] + offset; in mpeg2_slice() local
1870 slice_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
1874 slice_intra_DCT (decoder, 2, dest_v + 8, DCT_stride); in mpeg2_slice()
1877 slice_intra_DCT (decoder, 2, dest_v + DCT_offset + 8, in mpeg2_slice()
1975 uint8_t * dest_y, * dest_u, * dest_v; in mpeg2_slice() local
1983 dest_v = decoder->dest[2] + offset; in mpeg2_slice()
2001 slice_non_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
2012 slice_non_intra_DCT (decoder, 2, dest_v + 8, in mpeg2_slice()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpeg2/
H A Dslice.c1882 uint8_t * dest_v = decoder->dest[2] + (offset >> 1); in mpeg2_slice() local
1886 slice_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
1891 uint8_t * dest_v = decoder->dest[2] + offset; in mpeg2_slice() local
1893 slice_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
1897 slice_intra_DCT (decoder, 2, dest_v + 8, DCT_stride); in mpeg2_slice()
1900 slice_intra_DCT (decoder, 2, dest_v + DCT_offset + 8, in mpeg2_slice()
1998 uint8_t * dest_y, * dest_u, * dest_v; in mpeg2_slice() local
2006 dest_v = decoder->dest[2] + offset; in mpeg2_slice()
2024 slice_non_intra_DCT (decoder, 2, dest_v, DCT_stride); in mpeg2_slice()
2035 slice_non_intra_DCT (decoder, 2, dest_v + 8, in mpeg2_slice()
[all …]

12345