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

/external/webp/src/enc/
H A Dnear_lossless_enc.c62 const uint32_t* const next_row,
68 IsNear(curr_row[ix], next_row[ix], limit));
78 uint32_t* next_row = curr_row + xsize; local
84 memcpy(next_row, next_argb_row, xsize * sizeof(argb[0]));
86 if (!IsSmooth(prev_row, curr_row, next_row, x, limit)) {
94 curr_row = next_row;
95 next_row = temp;
60 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/libjpeg-turbo/
H A Djdpostct.c42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member in struct:__anon10743
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/pdfium/third_party/libjpeg/
H A Dfpdfapi_jdpostct.c39 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member in struct:__anon15958
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/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/skia/src/effects/
H A DSkEmbossMask.cpp105 int next_row = neq_to_mask(y, maxy) & rowBytes; local
110 int ny = alpha[x + next_row] - alpha[x - prev_row];
/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.asm951 .next_row:
998 jne .next_row
1232 .next_row:
1262 jne .next_row
H A Dsubpixel_sse2.asm1049 .next_row:
1112 jne .next_row
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 421 milliseconds