Home
last modified time | relevance | path

Searched refs:source_row (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Djutils.c94 jcopy_sample_rows(JSAMPARRAY input_array, int source_row, in jcopy_sample_rows() argument
107 input_array += source_row; in jcopy_sample_rows()
Drdbmp.c61 JDIMENSION source_row; /* Current source row number */ member
157 source->source_row--; in get_8bit_row()
160 source->source_row, (JDIMENSION)1, FALSE); in get_8bit_row()
232 source->source_row--; in get_24bit_row()
235 source->source_row, (JDIMENSION)1, FALSE); in get_24bit_row()
295 source->source_row--; in get_32bit_row()
298 source->source_row, (JDIMENSION)1, FALSE); in get_32bit_row()
400 source->source_row = cinfo->image_height; in preload_image()
Drdtarga.c272 JDIMENSION source_row; in get_memory_row() local
277 source_row = cinfo->image_height - source->current_row - 1; in get_memory_row()
282 source_row, (JDIMENSION)1, FALSE); in get_memory_row()
Djpegint.h349 EXTERN(void) jcopy_sample_rows(JSAMPARRAY input_array, int source_row,
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage-inl.h543 const U* const source_row = original[y]; in DerivativeX() local
547 dest_row[0] = source_row[1] - source_row[0]; in DerivativeX()
550 const U* source_prev_pixel = source_row; in DerivativeX()
552 const U* source_next_pixel = source_row + 2; in DerivativeX()
559 source_row[width_less_one_] - source_row[width_less_one_ - 1]; in DerivativeX()