Home
last modified time | relevance | path

Searched refs:table_step (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudastereo/src/cuda/
H A Ddisparity_bilateral_filter.cu163 … int iters, const float *table_color, const float* table_space, size_t table_step, int radius, sho… in disp_bilateral_filter() argument
175 …), img.data, img.step, disp.rows, disp.cols, table_color, table_space, table_step, radius, edge_di… in disp_bilateral_filter()
178 …), img.data, img.step, disp.rows, disp.cols, table_color, table_space, table_step, radius, edge_di… in disp_bilateral_filter()
185 …), img.data, img.step, disp.rows, disp.cols, table_color, table_space, table_step, radius, edge_di… in disp_bilateral_filter()
188 …), img.data, img.step, disp.rows, disp.cols, table_color, table_space, table_step, radius, edge_di… in disp_bilateral_filter()
200 … int iters, const float *table_color, const float *table_space, size_t table_step, int radius, sho…
201 … int iters, const float *table_color, const float *table_space, size_t table_step, int radius, sho…
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/spectrum/3rdparty/fftreal/
H A DFFTRealPassDirect.hpp138 const long table_step = cos_len >> (PASS - 1); in process() local
167 i * table_step, in process()
168 (dist - i) * table_step in process()
H A DFFTRealPassInverse.hpp111 const long table_step = cos_len >> (PASS - 1); in process_internal() local
143 i * table_step, in process_internal()
144 (dist - i) * table_step in process_internal()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/external/ffft/
H A DFFTRealPassDirect.hpp135 const long table_step = cos_len >> (PASS - 1); in process() local
164 i * table_step, in process()
165 (dist - i) * table_step in process()
H A DFFTRealPassInverse.hpp108 const long table_step = cos_len >> (PASS - 1); in process_internal() local
140 i * table_step, in process_internal()
141 (dist - i) * table_step in process_internal()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimedia/spectrum/3rdparty/fftreal/
H A DFFTRealPassDirect.hpp138 const long table_step = cos_len >> (PASS - 1); in process() local
167 i * table_step, in process()
168 (dist - i) * table_step in process()
H A DFFTRealPassInverse.hpp111 const long table_step = cos_len >> (PASS - 1); in process_internal() local
143 i * table_step, in process_internal()
144 (dist - i) * table_step in process_internal()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Ds_deltat.c43 static Uint8 const table_step[8] = variable
87 sndp->common.step -= (table_step[data & 7] * sndp->common.scale) >> 3; in DelrtatStep()
89 sndp->common.step += (table_step[data & 7] * sndp->common.scale) >> 3; in DelrtatStep()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dnms_adpcm.c127 static unsigned int table_step [] = variable
286 dqx = table_step [s->t_off + (I & 7)] * s->y ; in nms_adpcm_reconstruct_sample()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/opencl/
H A Dhash_tsdf.cl231 int table_step, int table_offset,
487 int table_step, int table_offset,