Home
last modified time | relevance | path

Searched refs:input_p (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/
H A Dnpbuffer.cc104 const char *input_p = nullptr; in convert_unicode() local
148 memcpy(output_p, input_p, sz); in convert_unicode()
171 const char *input_p = nullptr; in convert_bytes() local
214 memcpy(output_p, input_p, sz); in convert_bytes()
234 const char *input_p = nullptr; in convert_object() local
261 if (!input_p) { in convert_object()
313 assert(input_p != nullptr); in convert_object()
327 memcpy(output_p, input_p, sz); in convert_object()
348 const char *input_p = nullptr; in convert_iter() local
385 if (!input_p) { in convert_iter()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/unx/
H A Dstream.c65 s->input_allocated = s->input_p = 0; in initialiseStream()
171 s->input_p = 0; in add_data_stream()
177 q = (char *)&s->input_buffer[s->input_p]; in add_data_stream()
179 s->input_p += len; in add_data_stream()
234 assert(size <= s->input_p); in dispatch_stream()
242 s->input_allocated = s->input_p = 0; in dispatch_stream()
246 s->input_p - size); in dispatch_stream()
247 s->input_p -= size; in dispatch_stream()
276 { dispatch_stream(s, s->input_p, TRUE); in dispatch_input_stream()
284 if ( bsize <= s->input_p ) in dispatch_input_stream()
[all …]
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/powercut/
H A Dpowercut.c25 float *input_p; member
54 plug->buf[plug->w++&plug->bufmask] = plug->input_p[0]; in run_powercut()
55 plug->buf[plug->w++&plug->bufmask] = plug->input_p[1]; in run_powercut()
67 plug->buf[plug->w++&plug->bufmask] = plug->input_p[i+2]; in run_powercut()
124 … plug->output_p[i] = i/(float)nframes*plug->input_p[i] + (1-i/(float)nframes)*plug->dcprevout; in run_powercut()
129 memcpy(plug->output_p,plug->input_p,nframes*sizeof(float)); in run_powercut()
132 plug->buf[0] = plug->input_p[nframes-2]; in run_powercut()
133 plug->buf[1] = plug->input_p[nframes-1]; in run_powercut()
175 plug->input_p = (float*)data; in connect_powercut_ports()
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/stuck/
H A Dstuck.c57 float *input_p; member
80 memcpy(plug->output_p,plug->input_p,nframes*sizeof(float)); in run_stuck()
100 rms_block_fill(&plug->rms_calc, plug->input_p,nframes); in run_stuck()
126 rms_block_fill(&plug->rms_calc, plug->input_p,nframes); in run_stuck()
179 … plug->buf[plug->indx++] = plug->input_p[i]*plug->env/rms_shift(&plug->rms_calc,plug->input_p[i]); in run_stuck()
181 plug->buf[plug->indx++] = plug->input_p[i]; in run_stuck()
198 … plug->buf[plug->indx++] = plug->input_p[i]*plug->env/rms_shift(&plug->rms_calc,plug->input_p[i]); in run_stuck()
200 plug->buf[plug->indx++] = plug->input_p[i]; in run_stuck()
265 … plug->buf[plug->indx++] = plug->input_p[i]*plug->env/rms_shift(&plug->rms_calc,plug->input_p[i]); in run_stuck()
267 plug->buf[plug->indx++] = plug->input_p[i]; in run_stuck()
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dtestapi_matrix_as_grid.c12 char input_p[GMT_VF_LEN] = {""}, input_g[GMT_VF_LEN] = {""}; in main() local
38 …rtualFile (API, GMT_IS_GRID|GMT_VIA_MATRIX, GMT_IS_SURFACE, GMT_IN|GMT_IS_REFERENCE, M_p, input_p); in main()
41 sprintf (args_p, "%s -C", input_p); in main()
44 …intf (args_p, "%s -R-1/3/-1/3 -JX6c -Baf -BWSen+tPixel -O -X8c >> api_matrix_as_grid.ps", input_p); in main()
46 GMT_Close_VirtualFile (API, input_p); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/audio/
H A Dsinc_resampler.cc251 float* input_p = r1 + source_index_i; in Process() local
266 input = *input_p++; \ in Process()
279 while ((reinterpret_cast<uintptr_t>(input_p) & 0x0F) && n) { in Process()
285 float* end_p = input_p + n - n % 4; in Process()
299 m_input = _mm_load_ps(input_p); \ in Process()
310 input_p += 4; \ in Process()
316 while (input_p < end_p) { in Process()
321 while (input_p < end_p) { in Process()
326 while (input_p < end_p) { in Process()
331 while (input_p < end_p) { in Process()
H A Ddown_sampler.cc108 float* input_p = input_buffer_.Data() + source_frames_to_process; in Process() local
109 memcpy(input_p, source_p, sizeof(float) * source_frames_to_process); in Process()
116 odd_samples_p[i] = *((input_p - 1) + i * 2); in Process()
129 dest_p[i] += 0.5 * *((input_p - half_size) + i * 2); in Process()
132 memcpy(input_buffer_.Data(), input_p, in Process()
H A Ddirect_convolver.cc77 float* input_p = buffer_.Data() + input_block_size_; in Process() local
80 memcpy(input_p, source_p, sizeof(float) * frames_to_process); in Process()
82 Conv(input_p - kernel_size + 1, 1, kernel_p + kernel_size - 1, -1, dest_p, 1, in Process()
86 memcpy(buffer_.Data(), input_p, sizeof(float) * frames_to_process); in Process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/
H A Dsinc_resampler.cc251 float* input_p = r1 + source_index_i; in Process() local
266 input = *input_p++; \ in Process()
279 while ((reinterpret_cast<uintptr_t>(input_p) & 0x0F) && n) { in Process()
285 float* end_p = input_p + n - n % 4; in Process()
299 m_input = _mm_load_ps(input_p); \ in Process()
310 input_p += 4; \ in Process()
316 while (input_p < end_p) { in Process()
321 while (input_p < end_p) { in Process()
326 while (input_p < end_p) { in Process()
331 while (input_p < end_p) { in Process()
H A Ddown_sampler.cc108 float* input_p = input_buffer_.Data() + source_frames_to_process; in Process() local
109 memcpy(input_p, source_p, sizeof(float) * source_frames_to_process); in Process()
116 odd_samples_p[i] = *((input_p - 1) + i * 2); in Process()
129 dest_p[i] += 0.5 * *((input_p - half_size) + i * 2); in Process()
132 memcpy(input_buffer_.Data(), input_p, in Process()
H A Ddirect_convolver.cc77 float* input_p = buffer_.Data() + input_block_size_; in Process() local
80 memcpy(input_p, source_p, sizeof(float) * frames_to_process); in Process()
82 Conv(input_p - kernel_size + 1, 1, kernel_p + kernel_size - 1, -1, dest_p, 1, in Process()
86 memcpy(buffer_.Data(), input_p, sizeof(float) * frames_to_process); in Process()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dselfguided_filter_test.cc89 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
91 apply_selfguided_restoration_c(input_p, w, h, stride, eps, xqd, in RunSpeedTest()
105 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
107 tst_fun_(input_p, w, h, stride, eps, xqd, output_p, out_stride, in RunSpeedTest()
173 uint8_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
270 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
273 CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
287 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
289 tst_fun_(CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
359 uint16_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dselfguided_filter_test.cc89 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
91 apply_selfguided_restoration_c(input_p, w, h, stride, eps, xqd, in RunSpeedTest()
105 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
107 tst_fun_(input_p, w, h, stride, eps, xqd, output_p, out_stride, in RunSpeedTest()
173 uint8_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
270 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
273 CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
287 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
289 tst_fun_(CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
359 uint16_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dselfguided_filter_test.cc89 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
91 apply_selfguided_restoration_c(input_p, w, h, stride, eps, xqd, in RunSpeedTest()
105 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
107 tst_fun_(input_p, w, h, stride, eps, xqd, output_p, out_stride, in RunSpeedTest()
173 uint8_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
270 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
273 CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
287 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
289 tst_fun_(CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
359 uint16_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dselfguided_filter_test.cc90 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
107 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
109 tst_fun_(input_p, w, h, stride, eps, xqd, output_p, out_stride, in RunSpeedTest()
175 uint8_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
278 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
281 CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
295 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
297 tst_fun_(CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
367 uint16_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
370 tst_fun_(CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunCorrectnessTest()
[all …]
/dports/multimedia/aom/aom-3.2.0/test/
H A Dselfguided_filter_test.cc89 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
106 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
108 tst_fun_(input_p, w, h, stride, eps, xqd, output_p, out_stride, in RunSpeedTest()
174 uint8_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
277 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
280 CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
294 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
296 tst_fun_(CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
366 uint16_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
369 tst_fun_(CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunCorrectnessTest()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Dselfguided_filter_test.cc89 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
91 apply_selfguided_restoration_c(input_p, w, h, stride, eps, xqd, in RunSpeedTest()
105 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
107 tst_fun_(input_p, w, h, stride, eps, xqd, output_p, out_stride, in RunSpeedTest()
173 uint8_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
270 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
273 CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
287 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
289 tst_fun_(CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest()
359 uint16_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/json/
H A Drjson.c42 const unsigned char *input_p; member
125 json->input_p = json->input_buf; in _rjson_io_input()
463 raw = p = json->input_p; in _rjson_read_string()
490 json->input_p = p; in _rjson_read_number()
609 *p = json->input_p; in _rjson_optional_skip()
700 p = json->input_p; in rjson_next()
753 json->input_p = p; in rjson_next()
774 json->input_p = p; in rjson_next()
782 json->input_p = p; in rjson_next()
790 json->input_p--; in rjson_next()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/json/
H A Drjson.c42 const unsigned char *input_p; member
125 json->input_p = json->input_buf; in _rjson_io_input()
463 raw = p = json->input_p; in _rjson_read_string()
490 json->input_p = p; in _rjson_read_number()
609 *p = json->input_p; in _rjson_optional_skip()
700 p = json->input_p; in rjson_next()
753 json->input_p = p; in rjson_next()
774 json->input_p = p; in rjson_next()
782 json->input_p = p; in rjson_next()
790 json->input_p--; in rjson_next()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/json/
H A Drjson.c42 const unsigned char *input_p; member
125 json->input_p = json->input_buf; in _rjson_io_input()
464 raw = p = json->input_p; in _rjson_read_string()
491 json->input_p = p; in _rjson_read_number()
721 json->input_p = p; in rjson_next()
729 json->input_p = p; in rjson_next()
752 json->input_p = p; in rjson_next()
773 json->input_p = p; in rjson_next()
781 json->input_p = p; in rjson_next()
789 json->input_p--; in rjson_next()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A Dselfguided_filter_test.cc93 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
95 svt_apply_selfguided_restoration_c(input_p, in RunSpeedTest()
115 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
117 tst_fun_(input_p, in RunSpeedTest()
201 uint8_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
204 tst_fun_(input_p, in RunCorrectnessTest()
215 svt_apply_selfguided_restoration_c(input_p, in RunCorrectnessTest()
316 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
340 tst_fun_(CONVERT_TO_BYTEPTR(input_p), in RunSpeedTest()
431 tst_fun_(CONVERT_TO_BYTEPTR(input_p), in RunCorrectnessTest()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A Dselfguided_filter_test.cc93 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
95 svt_apply_selfguided_restoration_c(input_p, in RunSpeedTest()
115 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
117 tst_fun_(input_p, in RunSpeedTest()
201 uint8_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
204 tst_fun_(input_p, in RunCorrectnessTest()
215 svt_apply_selfguided_restoration_c(input_p, in RunCorrectnessTest()
316 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
340 tst_fun_(CONVERT_TO_BYTEPTR(input_p), in RunSpeedTest()
431 tst_fun_(CONVERT_TO_BYTEPTR(input_p), in RunCorrectnessTest()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/test/
H A Dselfguided_filter_test.cc81 uint8_t *input_p = input + k * stride + j; in RunSpeedTest() local
83 apply_selfguided_restoration(input_p, w, h, stride, eps, xqd, in RunSpeedTest()
145 uint8_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
148 apply_selfguided_restoration(input_p, w, h, stride, eps, xqd, in RunCorrectnessTest()
150 apply_selfguided_restoration_c(input_p, w, h, stride, eps, xqd, in RunCorrectnessTest()
235 uint16_t *input_p = input + k * stride + j; in RunSpeedTest() local
237 apply_selfguided_restoration_highbd(input_p, w, h, stride, bit_depth, in RunSpeedTest()
302 uint16_t *input_p = input + k * stride + j; in RunCorrectnessTest() local
305 apply_selfguided_restoration_highbd(input_p, w, h, stride, bit_depth, in RunCorrectnessTest()
308 apply_selfguided_restoration_highbd_c(input_p, w, h, stride, in RunCorrectnessTest()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/contrib/dbs/xtiff/
H A Dxtiff.c740 char *scan_line, *output_p, *input_p; in GetTIFFImage() local
776 *(output_p + red_shift) = *input_p++; in GetTIFFImage()
778 *(output_p + blue_shift) = *input_p++; in GetTIFFImage()
781 input_p++; in GetTIFFImage()
791 input_p = scan_line; in GetTIFFImage()
794 *output_p = *input_p++; in GetTIFFImage()
821 input_p = scan_line; in GetTIFFImage()
836 input_p = scan_line; in GetTIFFImage()
853 input_p = scan_line; in GetTIFFImage()
855 *output_p++ = (((*input_p>>6) << 4) in GetTIFFImage()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/contrib/dbs/xtiff/
H A Dxtiff.c740 char *scan_line, *output_p, *input_p; in GetTIFFImage() local
776 *(output_p + red_shift) = *input_p++; in GetTIFFImage()
778 *(output_p + blue_shift) = *input_p++; in GetTIFFImage()
781 input_p++; in GetTIFFImage()
791 input_p = scan_line; in GetTIFFImage()
794 *output_p = *input_p++; in GetTIFFImage()
821 input_p = scan_line; in GetTIFFImage()
836 input_p = scan_line; in GetTIFFImage()
853 input_p = scan_line; in GetTIFFImage()
855 *output_p++ = (((*input_p>>6) << 4) in GetTIFFImage()
[all …]

1234567