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

  /external/libjpeg-turbo/
jutils.c 94 jcopy_sample_rows (JSAMPARRAY input_array, int source_row,
98 * num_rows rows are copied from input_array[source_row++]
107 input_array += source_row;
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);
jpegint.h 346 EXTERN(void) jcopy_sample_rows (JSAMPARRAY input_array, int source_row,
  /external/webrtc/tools/python_charts/webrtc/
data_helper.py 91 for source_row in self.data_list[0]:
92 row_dict = {'frame_number': source_row['frame_number']}
  /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 4183 milliseconds