Home
last modified time | relevance | path

Searched refs:dst_index (Results 126 – 150 of 654) sorted by relevance

12345678910>>...27

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavresample/
H A Dresample.h46 int dst_index, const void *src0,
48 void (*resample_nearest)(void *dst0, int dst_index,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavresample/
H A Dresample.h46 int dst_index, const void *src0,
48 void (*resample_nearest)(void *dst0, int dst_index,
/dports/multimedia/handbrake/ffmpeg-4.4/libavresample/
H A Dresample.h46 int dst_index, const void *src0,
48 void (*resample_nearest)(void *dst0, int dst_index,
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackGraphManager.cpp265 jack_port_id_t dst_index; in ComputeTotalLatencyAux() local
270 for (int i = 0; (i < CONNECTION_NUM_FOR_PORT) && ((dst_index = connections[i]) != EMPTY); i++) { in ComputeTotalLatencyAux()
271 if (src_port_index != dst_index) { in ComputeTotalLatencyAux()
272 AssertPort(dst_index); in ComputeTotalLatencyAux()
273 JackPort* dst_port = GetPort(dst_index); in ComputeTotalLatencyAux()
276 … : ComputeTotalLatencyAux(dst_index, port_index, manager, hop_count + 1); in ComputeTotalLatencyAux()
320 jack_port_id_t dst_index; in RecalculateLatencyAux() local
322 for (int i = 0; (i < CONNECTION_NUM_FOR_PORT) && ((dst_index = connections[i]) != EMPTY); i++) { in RecalculateLatencyAux()
323 AssertPort(dst_index); in RecalculateLatencyAux()
324 JackPort* dst_port = GetPort(dst_index); in RecalculateLatencyAux()
H A DJackGraphManager.h84 int Connect(jack_port_id_t src_index, jack_port_id_t dst_index);
85 int Disconnect(jack_port_id_t src_index, jack_port_id_t dst_index);
99 …etTwoPorts(const char* src, const char* dst, jack_port_id_t* src_index, jack_port_id_t* dst_index);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Dref_lrn.cl33 const uint dst_index = DST_OFF(mb, ic, id, ih, iw);
80 ws[dst_index] = base;
82 dst[dst_index] = TO_DATA_T(normres);
98 const uint dst_index = DST_OFF(mb, ic, id, ih, iw);
143 * TO_DEF_ACC_DATA_T(diff_dst[dst_index]);
H A Dref_resampling.cl34 const uint dst_index = DST_OFF(mb, c, od, oh, ow);
37 dst[dst_index] = TO_DST(0.f);
78 sum_src = DST_TO_REF(dst[dst_index]);
99 dst[dst_index] = TO_DST(result);
138 const int dst_index = DST_OFF(mb, c, i, j, k);
139 src_val += DST_TO_REF(diff_dst[dst_index]);
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Dref_lrn.cl33 const uint dst_index = DST_OFF(mb, ic, id, ih, iw);
80 ws[dst_index] = base;
82 dst[dst_index] = TO_DATA_T(normres);
98 const uint dst_index = DST_OFF(mb, ic, id, ih, iw);
143 * TO_DEF_ACC_DATA_T(diff_dst[dst_index]);
H A Dref_resampling.cl34 const uint dst_index = DST_OFF(mb, c, od, oh, ow);
37 dst[dst_index] = TO_DST(0.f);
79 sum_src = DST_TO_REF(dst[dst_index]);
100 dst[dst_index] = TO_DST(result);
139 const int dst_index = DST_OFF(mb, c, i, j, k);
140 src_val += DST_TO_REF(diff_dst[dst_index]);
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dwarp_transform.cl37 int dst_index = x + y * dst_step + dst_offset;
39 vstore4(pix, 0, dst + dst_index);
116 int dst_index = x + y * dst_step + dst_offset;
117 vstore4(convert_uchar4_sat_rte(pixel), 0, dst + dst_index);
225 int dst_index = x + y * dst_step + dst_offset;
226 vstore4(convert_uchar4_sat_rte(sum), 0, dst + dst_index);
266 int dst_index = x + y * dst_step + dst_offset;
268 vstore4(pix, 0, dst + dst_index);
321 int dst_index = x + y * dst_step + dst_offset;
406 int dst_index = x + y * dst_step + dst_offset;
[all …]
H A Daccumulate.cl47 int dst_index = mad24(y, dst_step, mad24(x, DST_TSIZE, dst_offset));
57 __global dstT1 * dst = (__global dstT1 *)(dstptr + dst_index);
86 dst_index += dst_step;
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/opencl/
H A Dnormalize.cl48 int dst_index = mad24(y0, dst_step, mad24(x, dstTSIZE, dst_offset));
51 ++y, src_index += src_step, dst_index += dst_step, mask_index += mask_step)
68 storepix(convertToDT(value), dstptr + dst_index);
H A Dreduce2.cl143 int dst_index = mad24(y, dst_step, dst_offset);
145 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
185 int dst_index = mad24(x, (int)sizeof(dstT0) * cn, dst_offset);
187 __global dstT0 * dst = (__global dstT0 *)(dstptr + dst_index);
217 int dst_index = mad24(y, dst_step, dst_offset);
220 __global dstT * dst = (__global dstT *)(dstptr + dst_index);
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_lang_data_layout.py77 dst_index = bilayout.forward_index([0, 18, 6, 6])
78 assert get_const_tuple(dst_index) == (0, 1, 6, 6, 2)
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_lang_data_layout.py77 dst_index = bilayout.forward_index([0, 18, 6, 6])
78 assert get_const_tuple(dst_index) == (0, 1, 6, 6, 2)
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Doentry.hpp104 uint16_t dst_index; member in oentry
171 dst_index = 0; in init()
/dports/archivers/draco/draco-1.4.3/src/draco/attributes/
H A Dattribute_quantization_transform.cc221 int32_t dst_index = 0; in GeneratePortableAttribute() local
229 portable_attribute_data[dst_index++] = q_val; in GeneratePortableAttribute()
247 int32_t dst_index = 0; in GeneratePortableAttribute() local
255 portable_attribute_data[dst_index++] = q_val; in GeneratePortableAttribute()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/attributes/
H A Dattribute_quantization_transform.cc221 int32_t dst_index = 0; in GeneratePortableAttribute() local
229 portable_attribute_data[dst_index++] = q_val; in GeneratePortableAttribute()
247 int32_t dst_index = 0; in GeneratePortableAttribute() local
255 portable_attribute_data[dst_index++] = q_val; in GeneratePortableAttribute()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Dtc-maxq.c771 dst_index = 0x00; in set_prefix()
786 dst_index = 0x00; in set_prefix()
801 dst_index = 0x00; in set_prefix()
808 if (dst_index >= 0x00 && dst_index <= 0x07) in set_prefix()
812 else if (dst_index >= 0x08 && dst_index <= 0x0F) in set_prefix()
816 else if (dst_index >= 0x10 && dst_index <= 0x17) in set_prefix()
820 else if (dst_index >= 0x18 && dst_index <= 0x1F) in set_prefix()
826 if (dst_index >= 0x00 && dst_index <= 0x07) in set_prefix()
830 else if (dst_index >= 0x08 && dst_index <= 0x0F) in set_prefix()
834 else if (dst_index >= 0x10 && dst_index <= 0x17) in set_prefix()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-maxq.c717 dst_index = 0x00; in set_prefix()
732 dst_index = 0x00; in set_prefix()
747 dst_index = 0x00; in set_prefix()
754 if (dst_index >= 0x00 && dst_index <= 0x07) in set_prefix()
758 else if (dst_index >= 0x08 && dst_index <= 0x0F) in set_prefix()
762 else if (dst_index >= 0x10 && dst_index <= 0x17) in set_prefix()
766 else if (dst_index >= 0x18 && dst_index <= 0x1F) in set_prefix()
772 if (dst_index >= 0x00 && dst_index <= 0x07) in set_prefix()
776 else if (dst_index >= 0x08 && dst_index <= 0x0F) in set_prefix()
780 else if (dst_index >= 0x10 && dst_index <= 0x17) in set_prefix()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Ddiffcore-rename.c210 static void record_rename_pair(int dst_index, int src_index, int score) in record_rename_pair() argument
215 if (rename_dst[dst_index].pair) in record_rename_pair()
222 dst = rename_dst[dst_index].two; in record_rename_pair()
231 rename_dst[dst_index].pair = dp; in record_rename_pair()
273 int dst_index, in find_identical_files() argument
277 struct diff_filespec *target = rename_dst[dst_index].two; in find_identical_files()
316 record_rename_pair(dst_index, best->index, MAX_SCORE); in find_identical_files()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/unittest/
H A Dtest_tir_data_layout.py82 dst_index = bilayout.forward_index([0, 18, 6, 6])
83 assert get_const_tuple(dst_index) == (0, 1, 6, 6, 2)
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/attributes/
H A Dsequential_integer_attribute_encoder.cc200 int32_t dst_index = 0; in PrepareValues() local
205 portable_attribute_data + dst_index)) in PrepareValues()
207 dst_index += num_components; in PrepareValues()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/attributes/
H A Dsequential_integer_attribute_encoder.cc207 int32_t dst_index = 0; in PrepareValues() local
212 portable_attribute_data + dst_index)) { in PrepareValues()
215 dst_index += num_components; in PrepareValues()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/attributes/
H A Dsequential_integer_attribute_encoder.cc207 int32_t dst_index = 0; in PrepareValues() local
212 portable_attribute_data + dst_index)) { in PrepareValues()
215 dst_index += num_components; in PrepareValues()

12345678910>>...27