Home
last modified time | relevance | path

Searched refs:row_shift (Results 1 – 25 of 108) sorted by last modified time

12345

/dports/security/masscan/masscan-1.3.2/src/
H A Dsmack1.c381 unsigned row_shift; member
399 unsigned row_shift = 1; in row_shift_from_symbol_count() local
404 row_shift++; in row_shift_from_symbol_count()
406 return row_shift; in row_shift_from_symbol_count()
1022 column_count = 1 << smack->row_shift; in smack_stage4_make_final_table()
1292 unsigned row_shift = smack->row_shift; in smack_search() local
1360 unsigned row_shift) in inner_match() argument
1436 register unsigned row_shift = smack->row_shift; in smack_search_next() local
1460 switch (row_shift) { in smack_search_next()
1476 row_shift); in smack_search_next()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/
H A Ddynamic_factor.py411 row_shift = self._factor_order
415 idx[0] += row_shift
421 idx_diag[0] -= row_shift
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/views/
H A Dgcal-year-view.c526 gint row_shift, before_shift =-1; in update_sidebar_headers() local
537 row_shift = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (row_child), "shift")); in update_sidebar_headers()
548 if (before_shift == -1 || before_shift != row_shift) in update_sidebar_headers()
557 row_day = g_date_time_add_days (year_view->start_selected_date, row_shift); in update_sidebar_headers()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/restoration/
H A D_nl_means_denoising.pyx723 cdef Py_ssize_t row_start, row_end, row_shift, col_shift
760 row_shift = row + t_row
773 weights[row_shift, col_shift] += weight
777 padded[row_shift, col_shift, channel]
778 result[row_shift, col_shift, channel] += \
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp478 float row_shift; // shift for row in try_doc_fixed() local
487 row_shift = shift_factor * (master_y - row_y); in try_doc_fixed()
488 plot_row_cells(to_win, ScrollView::GOLDENROD, row, row_shift, master_cells); in try_doc_fixed()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A D__magick_read__.cc224 octave_idx_type row_shift (void) const { return m_row_shift; } in row_shift() function in image_region
304 const octave_idx_type row_shift = region.row_shift (); in read_indexed_images() local
328 pix += row_shift; in read_indexed_images()
399 const octave_idx_type row_shift = region.row_shift (); in read_images() local
533 pix += row_shift; in read_images()
563 pix += row_shift; in read_images()
600 pix += row_shift; in read_images()
644 pix += row_shift; in read_images()
683 pix += row_shift; in read_images()
733 pix += row_shift; in read_images()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dinverse_transform_sse4.cc2207 int row_shift) { in RowShift() argument
2306 const uint8_t row_shift = kTransformRowShift[tx_size]; in Dct8TransformLoopRow_SSE4_1() local
2328 if (row_shift > 0) { in Dct8TransformLoopRow_SSE4_1()
2329 RowShift<8>(src, adjusted_tx_height, row_shift); in Dct8TransformLoopRow_SSE4_1()
2393 RowShift<16>(src, adjusted_tx_height, row_shift); in Dct16TransformLoopRow_SSE4_1()
2449 RowShift<32>(src, adjusted_tx_height, row_shift); in Dct32TransformLoopRow_SSE4_1()
2495 RowShift<64>(src, adjusted_tx_height, row_shift); in Dct64TransformLoopRow_SSE4_1()
2543 if (row_shift != 0) { in Adst4TransformLoopRow_SSE4_1()
2603 if (row_shift > 0) { in Adst8TransformLoopRow_SSE4_1()
2604 RowShift<8>(src, adjusted_tx_height, row_shift); in Adst8TransformLoopRow_SSE4_1()
[all …]
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dinverse_transform_10bit_neon.cc276 int row_shift) { in Dct4_NEON() argument
347 int row_shift) { in Dct8_NEON() argument
454 int row_shift) { in Dct16_NEON() argument
935 int row_shift) { in Adst4_NEON() argument
1060 int row_shift) { in Adst8_NEON() argument
1960 int row_shift) { in RowShift() argument
1962 row_shift = -row_shift; in RowShift()
2044 row_shift); in Dct4TransformLoopRow_NEON()
2099 row_shift); in Dct8TransformLoopRow_NEON()
2207 Dct32_NEON(data, 32, /*is_row=*/true, row_shift); in Dct32TransformLoopRow_NEON()
[all …]
H A Dinverse_transform_neon.cc748 int row_shift) { in Dct16_NEON() argument
1484 x[i] = vqrshlq_s16(x[i], vdupq_n_s16(-row_shift)); in Adst8DcOnly()
1547 int row_shift) { in Adst16_NEON() argument
1775 x[i] = vqrshlq_s16(x[i], vdupq_n_s16(-row_shift)); in Adst16DcOnly()
2308 int row_shift) { in RowShift() argument
2310 row_shift = -row_shift; in RowShift()
2470 const uint8_t row_shift = kTransformRowShift[tx_size]; in Dct8TransformLoopRow_NEON() local
2495 if (row_shift > 0) { in Dct8TransformLoopRow_NEON()
2496 RowShift<8>(src, adjusted_tx_height, row_shift); in Dct8TransformLoopRow_NEON()
2777 if (row_shift > 0) { in Adst8TransformLoopRow_NEON()
[all …]
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/
H A Dinverse_transform.cc406 if (is_row && row_shift > 0) { in DctDcOnly_C()
407 dst[0] = RightShiftWithRounding(dst[0], row_shift); in DctDcOnly_C()
525 if (is_row && row_shift > 0) { in Adst4DcOnly_C()
527 dst[j] = RightShiftWithRounding(dst[j], row_shift); in Adst4DcOnly_C()
636 if (is_row && row_shift > 0) { in Adst8DcOnly_C()
752 if (is_row && row_shift > 0) { in Adst16DcOnly_C()
876 int row_shift, bool is_row) { in Identity4DcOnly_C() argument
925 int row_shift, bool is_row) { in Identity8DcOnly_C() argument
987 int row_shift, bool is_row) { in Identity16DcOnly_C() argument
1036 int row_shift, bool is_row) { in Identity32DcOnly_C() argument
[all …]
/dports/biology/samtools/samtools-1.14/
H A Dbam_tview.c234 int row = TV_MIN_ALNROW + p->level - tv->row_shift; in tv_pl_func()
H A Dbam_tview.h56 int curr_tid, ccol, row_shift, base_for, color_for, is_dot, ins; member
H A Dbam_tview_curses.c259 case 'j': --tv->row_shift; break; in curses_loop()
260 case 'J': tv->row_shift -= 20; break; in curses_loop()
262 case 'k': ++tv->row_shift; break; in curses_loop()
263 case 'K': tv->row_shift += 20; break; in curses_loop()
272 if (tv->row_shift < 0) tv->row_shift = 0; in curses_loop()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/
H A Dbam_tview.c56 int ccol, last_pos, row_shift, base_for, color_for, is_dot, l_ref, ins, no_skip, show_name; member
112 int row = TV_MIN_ALNROW + p->level - tv->row_shift; in tv_pl_func()
403 case 'j': --tv->row_shift; break; in tv_loop()
405 case 'k': ++tv->row_shift; break; in tv_loop()
412 if (tv->row_shift < 0) tv->row_shift = 0; in tv_loop()
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgsd_fringe.c148 int row_shift, max_row_shift; in gsd_fringe_horiz_poly() local
174 row_shift = 0; in gsd_fringe_horiz_poly()
176 row_shift++; in gsd_fringe_horiz_poly()
196 row_shift = 0; in gsd_fringe_horiz_poly()
197 while (!GET_MAPATT(buff, offset, pt[Z]) && row_shift < max_row_shift) { in gsd_fringe_horiz_poly()
198 row_shift++; in gsd_fringe_horiz_poly()
232 int row_shift, max_row_shift; in gsd_fringe_horiz_line() local
258 row_shift = 0; in gsd_fringe_horiz_line()
260 row_shift++; in gsd_fringe_horiz_line()
276 row_shift = 0; in gsd_fringe_horiz_line()
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument
79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument
79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument
79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
/dports/multimedia/libva-utils/libva-utils-2.13.0/common/
H A Dloadsurface.h169 unsigned int fourcc, int box_width, int row_shift, in yuvgen_planar() argument
192 xpos = ((row_shift + jj) / box_width) & 0x1; in yuvgen_planar()
250 int box_width, int row_shift, in upload_surface() argument
300 box_width, row_shift, field); in upload_surface()
/dports/multimedia/libva-utils/libva-utils-2.13.0/encode/
H A Dhevcencode.c2751 int row_shift = 0; in upload_source_YUV_once_for_all() local
2756 upload_surface(va_dpy, src_surface[i], box_width, row_shift, 0); in upload_source_YUV_once_for_all()
2758 row_shift++; in upload_source_YUV_once_for_all()
2759 if (row_shift == (2 * box_width)) row_shift = 0; in upload_source_YUV_once_for_all()
H A Dh264encode.c1905 int row_shift = 0; in upload_source_YUV_once_for_all() local
1910 upload_surface(va_dpy, src_surface[i], box_width, row_shift, 0); in upload_source_YUV_once_for_all()
1912 row_shift++; in upload_source_YUV_once_for_all()
1913 if (row_shift == (2 * box_width)) row_shift = 0; in upload_source_YUV_once_for_all()
/dports/multimedia/libva-utils/libva-utils-2.13.0/putsurface/
H A Dputsurface_common.c405 int row_shift = 0; in putsurface_thread() local
426 upload_surface(va_dpy, surface_id, box_width, row_shift, display_field); in putsurface_thread()
491 row_shift++; in putsurface_thread()
492 if (row_shift == (2 * box_width)) row_shift = 0; in putsurface_thread()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument
79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument
79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument
79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()

12345