/external/libjpeg-turbo/ |
D | jdpostct.c | 42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member 122 post->starting_row = post->next_row = 0; in start_pass_dpost() 173 if (post->next_row == 0) { in post_process_prepass() 180 old_next_row = post->next_row; in post_process_prepass() 183 &post->next_row, post->strip_height); in post_process_prepass() 187 if (post->next_row > old_next_row) { in post_process_prepass() 188 num_rows = post->next_row - old_next_row; in post_process_prepass() 195 if (post->next_row >= post->strip_height) { in post_process_prepass() 197 post->next_row = 0; in post_process_prepass() 216 if (post->next_row == 0) { in post_process_2pass() [all …]
|
/external/webp/src/enc/ |
D | near_lossless_enc.c | 64 const uint32_t* const next_row, in IsSmooth() argument 70 IsNear(curr_row[ix], next_row[ix], limit)); in IsSmooth() 81 uint32_t* next_row = curr_row + xsize; in NearLossless() local 83 memcpy(next_row, argb_src + stride, xsize * sizeof(argb_src[0])); in NearLossless() 89 memcpy(next_row, argb_src + stride, xsize * sizeof(argb_src[0])); in NearLossless() 93 if (IsSmooth(prev_row, curr_row, next_row, x, limit)) { in NearLossless() 104 curr_row = next_row; in NearLossless() 105 next_row = temp; in NearLossless()
|
/external/python/cpython3/Modules/_sqlite/ |
D | cursor.c | 44 Py_CLEAR(self->next_row); in pysqlite_cursor_init() 92 Py_XDECREF(self->next_row); in pysqlite_cursor_dealloc() 402 Py_CLEAR(self->next_row); in _pysqlite_query_execute() 603 self->next_row = _pysqlite_fetch_one_row(self); in _pysqlite_query_execute() 604 if (self->next_row == NULL) in _pysqlite_query_execute() 739 PyObject* next_row; in pysqlite_cursor_iternext() local 751 if (!self->next_row) { in pysqlite_cursor_iternext() 759 next_row_tuple = self->next_row; in pysqlite_cursor_iternext() 761 self->next_row = NULL; in pysqlite_cursor_iternext() 764 next_row = PyObject_CallFunction(self->row_factory, "OO", self, next_row_tuple); in pysqlite_cursor_iternext() [all …]
|
D | cursor.h | 49 PyObject* next_row; member
|
/external/python/cpython2/Modules/_sqlite/ |
D | cursor.c | 83 Py_CLEAR(self->next_row); in pysqlite_cursor_init() 131 Py_XDECREF(self->next_row); in pysqlite_cursor_dealloc() 466 Py_CLEAR(self->next_row); in _pysqlite_query_execute() 708 self->next_row = _pysqlite_fetch_one_row(self); in _pysqlite_query_execute() 876 PyObject* next_row; in pysqlite_cursor_iternext() local 888 if (!self->next_row) { in pysqlite_cursor_iternext() 896 next_row_tuple = self->next_row; in pysqlite_cursor_iternext() 897 self->next_row = NULL; in pysqlite_cursor_iternext() 900 next_row = PyObject_CallFunction(self->row_factory, "OO", self, next_row_tuple); in pysqlite_cursor_iternext() 903 next_row = next_row_tuple; in pysqlite_cursor_iternext() [all …]
|
D | cursor.h | 49 PyObject* next_row; member
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | deblock_vsx.c | 317 const int16x8_t next_row = unpack_to_s16_h(vec_vsx_ld(i * pitch, dst)); in vpx_mbpost_proc_down_vsx() local 318 window[i + 8] = next_row; in vpx_mbpost_proc_down_vsx() 319 sum = vec_add(sum, next_row); in vpx_mbpost_proc_down_vsx() 320 sumsq_odd = vec_add(sumsq_odd, vec_mulo(next_row, next_row)); in vpx_mbpost_proc_down_vsx() 321 sumsq_even = vec_add(sumsq_even, vec_mule(next_row, next_row)); in vpx_mbpost_proc_down_vsx()
|
/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 | 70 int next_row = neq_to_mask(y, maxy) & rowBytes; in Emboss() local 74 int ny = alpha[x + next_row] - alpha[x - prev_row]; in Emboss()
|
/external/skqp/src/effects/ |
D | SkEmbossMask.cpp | 70 int next_row = neq_to_mask(y, maxy) & rowBytes; in Emboss() local 74 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 | 3235 next_row, in ScaleImage() local 3306 next_row=MagickTrue; in ScaleImage() 3378 if ((next_row != MagickFalse) && in ScaleImage() 3421 next_row=MagickTrue; in ScaleImage() 3423 if ((next_row != MagickFalse) && (number_rows < (ssize_t) image->rows)) in ScaleImage() 3458 next_row=MagickFalse; in ScaleImage() 3474 next_row=MagickTrue; in ScaleImage()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | subpixel_ssse3.asm | 952 .next_row: label 999 jne .next_row 1233 .next_row: label 1263 jne .next_row
|