Searched refs:next_row (Results 1 – 11 of 11) sorted by relevance
/external/libjpeg-turbo/ |
D | jdpostct.c | 42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member 116 post->starting_row = post->next_row = 0; in start_pass_dpost() 168 if (post->next_row == 0) { in post_process_prepass() 175 old_next_row = post->next_row; in post_process_prepass() 178 post->buffer, &post->next_row, post->strip_height); in post_process_prepass() 182 if (post->next_row > old_next_row) { in post_process_prepass() 183 num_rows = post->next_row - old_next_row; in post_process_prepass() 190 if (post->next_row >= post->strip_height) { in post_process_prepass() 192 post->next_row = 0; in post_process_prepass() 212 if (post->next_row == 0) { in post_process_2pass() [all …]
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdpostct.c | 39 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member 116 post->starting_row = post->next_row = 0; in start_pass_dpost() 168 if (post->next_row == 0) { in post_process_prepass() 175 old_next_row = post->next_row; in post_process_prepass() 178 post->buffer, &post->next_row, post->strip_height); in post_process_prepass() 182 if (post->next_row > old_next_row) { in post_process_prepass() 183 num_rows = post->next_row - old_next_row; in post_process_prepass() 190 if (post->next_row >= post->strip_height) { in post_process_prepass() 192 post->next_row = 0; in post_process_prepass() 212 if (post->next_row == 0) { in post_process_2pass() [all …]
|
/external/webp/src/enc/ |
D | near_lossless_enc.c | 62 const uint32_t* const next_row, in IsSmooth() argument 68 IsNear(curr_row[ix], next_row[ix], limit)); in IsSmooth() 78 uint32_t* next_row = curr_row + xsize; in NearLossless() local 84 memcpy(next_row, next_argb_row, xsize * sizeof(argb[0])); in NearLossless() 86 if (!IsSmooth(prev_row, curr_row, next_row, x, limit)) { in NearLossless() 94 curr_row = next_row; in NearLossless() 95 next_row = temp; in NearLossless()
|
/external/python/cpython2/Modules/_sqlite/ |
D | cursor.c | 83 self->next_row = NULL; in pysqlite_cursor_init() 132 Py_XDECREF(self->next_row); in pysqlite_cursor_dealloc() 467 Py_CLEAR(self->next_row); in _pysqlite_query_execute() 709 self->next_row = _pysqlite_fetch_one_row(self); in _pysqlite_query_execute() 877 PyObject* next_row; in pysqlite_cursor_iternext() local 889 if (!self->next_row) { in pysqlite_cursor_iternext() 897 next_row_tuple = self->next_row; in pysqlite_cursor_iternext() 898 self->next_row = NULL; in pysqlite_cursor_iternext() 901 next_row = PyObject_CallFunction(self->row_factory, "OO", self, next_row_tuple); in pysqlite_cursor_iternext() 904 next_row = next_row_tuple; in pysqlite_cursor_iternext() [all …]
|
D | cursor.h | 49 PyObject* next_row; member
|
/external/pdfium/third_party/agg23/ |
D | agg_rendering_buffer.h | 121 int8u* next_row(void* p) in next_row() function 125 const int8u* next_row(const void* p) const in next_row() function
|
/external/skia/src/effects/ |
D | SkEmbossMask.cpp | 68 int next_row = neq_to_mask(y, maxy) & rowBytes; in Emboss() local 73 int ny = alpha[x + next_row] - alpha[x - prev_row]; in Emboss()
|
/external/autotest/tko/ |
D | compose_query.cgi | 134 next_row = row 140 next_row = next_field[row] 147 'rows': next_row, 'condition': next_condition,
|
/external/ImageMagick/MagickCore/ |
D | resize.c | 3192 next_row, in ScaleImage() local 3261 next_row=MagickTrue; in ScaleImage() 3333 if ((next_row != MagickFalse) && in ScaleImage() 3376 next_row=MagickTrue; in ScaleImage() 3378 if ((next_row != MagickFalse) && (number_rows < (ssize_t) image->rows)) in ScaleImage() 3413 next_row=MagickFalse; in ScaleImage() 3429 next_row=MagickTrue; in ScaleImage()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | subpixel_ssse3.asm | 951 .next_row: label 998 jne .next_row 1232 .next_row: label 1262 jne .next_row
|
D | subpixel_sse2.asm | 1049 .next_row: label 1112 jne .next_row
|