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

  /external/jpeg/
jcprepct.c 101 * Expand an image vertically from height input_rows to height output_rows,
107 int input_rows, int output_rows)
111 for (row = input_rows; row < output_rows; row++) {
112 jcopy_sample_rows(image_data, input_rows-1, image_data, row,
  /external/qemu/distrib/jpeg-6b/
jcprepct.c 101 * Expand an image vertically from height input_rows to height output_rows,
107 int input_rows, int output_rows)
111 for (row = input_rows; row < output_rows; row++) {
112 jcopy_sample_rows(image_data, input_rows-1, image_data, row,
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot_unittest.py 190 input_rows = status_table.findAll('tr')
192 for x in range(len(input_rows)):
193 status_row = input_rows[x]

Completed in 319 milliseconds