Searched refs:next_row (Results 1 - 13 of 13) sorted by relevance

/external/libjpeg-turbo/
H A Djdpostct.c42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member in struct:__anon11691
116 post->starting_row = post->next_row = 0;
168 if (post->next_row == 0) {
175 old_next_row = post->next_row;
178 post->buffer, &post->next_row, post->strip_height);
182 if (post->next_row > old_next_row) {
183 num_rows = post->next_row - old_next_row;
190 if (post->next_row >= post->strip_height) {
192 post->next_row = 0;
212 if (post->next_row
[all...]
/external/webp/src/enc/
H A Dnear_lossless_enc.c64 const uint32_t* const next_row,
70 IsNear(curr_row[ix], next_row[ix], limit));
81 uint32_t* next_row = curr_row + xsize; local
83 memcpy(next_row, argb_src + stride, xsize * sizeof(argb_src[0]));
89 memcpy(next_row, argb_src + stride, xsize * sizeof(argb_src[0]));
93 if (IsSmooth(prev_row, curr_row, next_row, x, limit)) {
104 curr_row = next_row;
105 next_row = temp;
62 IsSmooth(const uint32_t* const prev_row, const uint32_t* const curr_row, const uint32_t* const next_row, int ix, int limit) argument
/external/pdfium/third_party/agg23/
H A Dagg_rendering_buffer.h121 int8u* next_row(void* p) function in class:agg::rendering_buffer
125 const int8u* next_row(const void* p) const function in class:agg::rendering_buffer
/external/python/cpython3/Modules/_sqlite/
H A Dcursor.c44 self->next_row = NULL;
93 Py_XDECREF(self->next_row);
403 Py_CLEAR(self->next_row);
631 self->next_row = _pysqlite_fetch_one_row(self);
632 if (self->next_row == NULL)
767 PyObject* next_row; local
779 if (!self->next_row) {
787 next_row_tuple = self->next_row;
789 self->next_row = NULL;
792 next_row
[all...]
H A Dcursor.h49 PyObject* next_row; member in struct:__anon20023
/external/skia/src/effects/
H A DSkEmbossMask.cpp68 int next_row = neq_to_mask(y, maxy) & rowBytes; local
72 int ny = alpha[x + next_row] - alpha[x - prev_row];
/external/skqp/src/effects/
H A DSkEmbossMask.cpp68 int next_row = neq_to_mask(y, maxy) & rowBytes; local
72 int ny = alpha[x + next_row] - alpha[x - prev_row];
/external/python/cpython2/Modules/_sqlite/
H A Dcursor.h49 PyObject* next_row; member in struct:__anon19401
H A Dcursor.c83 self->next_row = NULL;
132 Py_XDECREF(self->next_row);
467 Py_CLEAR(self->next_row);
709 self->next_row = _pysqlite_fetch_one_row(self);
877 PyObject* next_row; local
889 if (!self->next_row) {
897 next_row_tuple = self->next_row;
898 self->next_row = NULL;
901 next_row = PyObject_CallFunction(self->row_factory, "OO", self, next_row_tuple);
904 next_row
[all...]
/external/autotest/tko/
H A Dcompose_query.cgi134 next_row = row
140 next_row = next_field[row]
147 'rows': next_row, 'condition': next_condition,
/external/ImageMagick/MagickCore/
H A Dresize.c3210 next_row,
3279 next_row=MagickTrue;
3351 if ((next_row != MagickFalse) &&
3394 next_row=MagickTrue;
3396 if ((next_row != MagickFalse) && (number_rows < (ssize_t) image->rows))
3431 next_row=MagickFalse;
3447 next_row=MagickTrue;
3192 next_row, local
/external/libvpx/libvpx/vp8/common/x86/
H A Dsubpixel_ssse3.asm952 .next_row:
999 jne .next_row
1233 .next_row:
1263 jne .next_row
H A Dsubpixel_sse2.asm1050 .next_row:
1113 jne .next_row

Completed in 625 milliseconds