Home
last modified time | relevance | path

Searched refs:next_row (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/gm/
Druntimeintrinsics.cpp35 static void next_row(SkCanvas* canvas) { in next_row() function
184 next_row(canvas);
189 next_row(canvas);
194 next_row(canvas);
198 next_row(canvas);
202 next_row(canvas);
221 next_row(canvas);
228 next_row(canvas);
243 next_row(canvas);
247 next_row(canvas);
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_yuv_sw.c332 const int next_row = cols + (mod / 2); in Color16DitherYV12Mod2X() local
333 unsigned int *row2 = row1 + 2 * next_row; in Color16DitherYV12Mod2X()
343 mod = (next_row * 3) + (mod / 2); in Color16DitherYV12Mod2X()
359 row1[0] = row1[next_row] = (rgb_2_pix[L + cr_r] | in Color16DitherYV12Mod2X()
365 row1[0] = row1[next_row] = (rgb_2_pix[L + cr_r] | in Color16DitherYV12Mod2X()
374 row2[0] = row2[next_row] = (rgb_2_pix[L + cr_r] | in Color16DitherYV12Mod2X()
380 row2[0] = row2[next_row] = (rgb_2_pix[L + cr_r] | in Color16DitherYV12Mod2X()
406 const int next_row = (cols * 2 + mod) * 3; in Color24DitherYV12Mod2X() local
407 unsigned char *row2 = row1 + 2 * next_row; in Color24DitherYV12Mod2X()
417 mod = next_row * 3 + mod * 3; in Color24DitherYV12Mod2X()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdpostct.c42 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 …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdpostct.c42 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 …]
/third_party/libjpeg-turbo/
Djdpostct.c42 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 …]
/third_party/skia/third_party/externals/libwebp/src/enc/
Dnear_lossless_enc.c64 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()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dnear_lossless_enc.c64 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()
/third_party/python/Modules/_sqlite/
Dcursor.c53 Py_CLEAR(self->next_row); in pysqlite_cursor_init_impl()
94 Py_VISIT(self->next_row); in cursor_traverse()
111 Py_CLEAR(self->next_row); in cursor_clear()
439 Py_CLEAR(self->next_row); in _pysqlite_query_execute()
617 self->next_row = _pysqlite_fetch_one_row(self); in _pysqlite_query_execute()
618 if (self->next_row == NULL) in _pysqlite_query_execute()
775 PyObject* next_row; in pysqlite_cursor_iternext() local
787 if (!self->next_row) { in pysqlite_cursor_iternext()
795 next_row_tuple = self->next_row; in pysqlite_cursor_iternext()
797 self->next_row = NULL; in pysqlite_cursor_iternext()
[all …]
Dcursor.h50 PyObject* next_row; member
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c101 unsigned next_row, bool is_gs_shader) in get_additional_semantic_info() argument
122 info->start_row = next_row - 1; in get_additional_semantic_info()
124 info->start_row = next_row; in get_additional_semantic_info()
125 next_row++; in get_additional_semantic_info()
139 info->start_row = next_row; in get_additional_semantic_info()
148 next_row += info->rows; in get_additional_semantic_info()
157 return next_row; in get_additional_semantic_info()
514 unsigned next_row = 0; in get_input_signature() local
523 &next_row, is_gs_shader, in get_input_signature()
529 &next_row, is_gs_shader, in get_input_signature()
[all …]
/third_party/flutter/skia/src/effects/
DSkEmbossMask.cpp70 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()
/third_party/skia/src/effects/
DSkEmbossMask.cpp70 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()
/third_party/boost/libs/numeric/ublas/test/
Dtest_assignment.cpp252 B<<= move_to(0,1), 2, 3, next_row(), 1, 2, next_row(), 4, 5; in test_matrix()
274 … B<<=traverse_policy::by_column(), move_to(0,1), 2, 3, next_row(), traverse_policy::by_row(), 4, 5; in test_matrix()
415 B<<=fill_policy::sparse_push_back(), move_to(0,1), 2, 3, next_row(), 1, 2, next_row(), 4, 5; in test_matrix_sparse_push_back()
438 …B<<=fill_policy::sparse_push_back(),traverse_policy::by_column(), move_to(0,1), 2, 3, next_row(), … in test_matrix_sparse_push_back()
553 B<<=fill_policy::sparse_insert(), move_to(0,1), 2, 3, next_row(), 1, 2, next_row(), 4, 5; in test_matrix_sparse_insert()
575 …B<<=fill_policy::sparse_insert(),traverse_policy::by_column(), move_to(0,1), 2, 3, next_row(), tra… in test_matrix_sparse_insert()
/third_party/boost/libs/numeric/ublas/doc/samples/
Dassignment_examples.cpp174 E <<= 1, 2, next_row(), in main()
182 F <<= 1, 2, next_row(), in main()
/third_party/boost/boost/units/detail/
Dlinear_algebra.hpp197 typedef typename RowsBegin::next::item next_row; typedef
199 next_row::item::Numerator == 0,
410 typedef typename RowsBegin::next::item next_row; typedef
412 next_row::item::Numerator == 0,
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c1567 const f_pixel *curr_row, *prev_row, *next_row; in contrast_maps() local
1582 curr_row = prev_row = next_row = liq_image_get_row_f (image, 0); in contrast_maps()
1588 curr_row = next_row; in contrast_maps()
1589 next_row = liq_image_get_row_f (image, MIN (rows - 1, j + 1)); in contrast_maps()
1606 const f_pixel nextl = next_row[i]; in contrast_maps()
/third_party/boost/boost/numeric/ublas/
Dassignment.hpp550 inline next_row_manip next_row() { in next_row() function