Searched defs:first_row (Results 1 – 8 of 8) 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
1293 png_voidp first_row; member2974 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_and_map() local3213 png_voidp first_row = display->buffer; in png_image_read_colormapped() local3450 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_background() local3571 png_uint_16p first_row = png_voidcast(png_uint_16p, in png_image_read_background() local4038 png_voidp first_row = display->buffer; in png_image_read_direct() local
1524 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
850 int first_row, int last_row, in AlphaApplyFilter()873 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()