Searched defs:first_row (Results 1 – 10 of 10) sorted by relevance
201 { in normalize_float()232 const int first_row = do_2D_norm ? std::max(current_row - radius, 0) : 0; in normalize_float() local
45 const int64_t first_row = first_col - diag_offset; in _spdiags_kernel_cpu() local
1299 png_voidp first_row; member2980 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_and_map() local3219 png_voidp first_row = display->buffer; in png_image_read_colormapped() local3456 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_background() local3577 png_uint_16p first_row = png_voidcast(png_uint_16p, in png_image_read_background() local4044 png_voidp first_row = display->buffer; in png_image_read_direct() local
1537 png_const_voidp first_row; member
92 char *buf, *c, *first_row; in collect_irq_info() local
87 unsigned int first_row = (threadid * _args._Msize) / _args._maxthreads; in requantize_runtime() local
536 RowIter first_row = Rows.begin() + seq.FirstRowIndex; in findRowInSeq() local
596 let first_row = items[0].row_indexes.start; in compute_grid_layout() localVariable
872 int first_row, int last_row, in AlphaApplyFilter()895 const int first_row = (dec->last_row_ < top_row) ? top_row : dec->last_row_; in ExtractPalettedAlphaRows() local
906 EIGEN_ALWAYS_INLINE bool padAnyRow(const Index first_row, in padAnyRow()