Searched refs:dest_row (Results 1 – 6 of 6) sorted by relevance
544 T* const dest_row = (*this)[y]; in DerivativeX() local547 dest_row[0] = source_row[1] - source_row[0]; in DerivativeX()551 T* dest_pixel = dest_row + 1; in DerivativeX()558 dest_row[width_less_one_] = in DerivativeX()571 T* dest_row = (*this)[0]; in DerivativeY() local573 dest_row[x] = src_row[x + src_stride] - src_row[x]; in DerivativeY()579 T* dest_row = (*this)[y]; in DerivativeY() local584 *dest_row++ = HalfDiff(*source_prev_pixel++, *source_next_pixel++); in DerivativeY()591 T* dest_row = (*this)[height_less_one_]; in DerivativeY() local593 dest_row[x] = src_row[x] - src_row[x - src_stride]; in DerivativeY()
211 JSAMPROW src_row, dest_row; in get_pseudocolor_row() local217 dest_row = source->pub.buffer[0]; in get_pseudocolor_row()224 *dest_row++ = (JSAMPLE)(colormap[val ] >> 8); in get_pseudocolor_row()225 *dest_row++ = (JSAMPLE)(colormap[val + 256] >> 8); in get_pseudocolor_row()226 *dest_row++ = (JSAMPLE)(colormap[val + 512] >> 8); in get_pseudocolor_row()
95 JSAMPARRAY output_array, int dest_row, int num_rows, in jcopy_sample_rows() argument108 output_array += dest_row; in jcopy_sample_rows()
347 JSAMPARRAY output_array, int dest_row,
389 float* dest_row = c + i * ldc; in EightBitIntGemm() local392 dest_row[j] = static_cast<float>(src_row[j]) * c_offset; in EightBitIntGemm()
223 int dest_row = row + top; in DrawNormalTextHelper() local224 if (dest_row < 0 || dest_row >= bitmap->GetHeight()) in DrawNormalTextHelper()228 uint8_t* dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp; in DrawNormalTextHelper()