HomeSort by relevance Sort by last modified time
    Searched defs:source_row (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/
rdbmp.c 65 JDIMENSION source_row; /* Current source row number */ member in struct:_bmp_source_struct
135 source->source_row--;
138 source->source_row, (JDIMENSION) 1, FALSE);
164 source->source_row--;
167 source->source_row, (JDIMENSION) 1, FALSE);
195 source->source_row--;
198 source->source_row, (JDIMENSION) 1, FALSE);
267 source->source_row = cinfo->image_height;
rdtarga.c 278 JDIMENSION source_row; local
283 source_row = cinfo->image_height - source->current_row - 1;
288 source_row, (JDIMENSION) 1, FALSE);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image-inl.h 543 const U* const source_row = original[y]; local
547 dest_row[0] = source_row[1] - source_row[0];
550 const U* source_prev_pixel = source_row;
552 const U* source_next_pixel = source_row + 2;
559 source_row[width_less_one_] - source_row[width_less_one_ - 1];

Completed in 274 milliseconds