Home
last modified time | relevance | path

Searched refs:buf_row_idx (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvsrc_cellauto.c48 int buf_prev_row_idx, buf_row_idx; member
91 uint8_t *row = s->buf + s->w * s->buf_row_idx; in show_cellauto_row()
233 uint8_t *row, *prev_row = s->buf + s->buf_row_idx * s->w; in evolve()
236 s->buf_prev_row_idx = s->buf_row_idx; in evolve()
237 s->buf_row_idx = s->buf_row_idx == s->h-1 ? 0 : s->buf_row_idx+1; in evolve()
238 row = s->buf + s->w * s->buf_row_idx; in evolve()
268 row_idx = (s->buf_row_idx + 1) % s->h; in fill_picture()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvsrc_cellauto.c47 int buf_prev_row_idx, buf_row_idx; member
90 uint8_t *row = cellauto->buf + cellauto->w * cellauto->buf_row_idx; in show_cellauto_row()
232 uint8_t *row, *prev_row = cellauto->buf + cellauto->buf_row_idx * cellauto->w; in evolve()
235 cellauto->buf_prev_row_idx = cellauto->buf_row_idx; in evolve()
236 … cellauto->buf_row_idx = cellauto->buf_row_idx == cellauto->h-1 ? 0 : cellauto->buf_row_idx+1; in evolve()
237 row = cellauto->buf + cellauto->w * cellauto->buf_row_idx; in evolve()
267 row_idx = (cellauto->buf_row_idx + 1) % cellauto->h; in fill_picture()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvsrc_cellauto.c48 int buf_prev_row_idx, buf_row_idx; member
91 uint8_t *row = s->buf + s->w * s->buf_row_idx; in show_cellauto_row()
233 uint8_t *row, *prev_row = s->buf + s->buf_row_idx * s->w; in evolve()
236 s->buf_prev_row_idx = s->buf_row_idx; in evolve()
237 s->buf_row_idx = s->buf_row_idx == s->h-1 ? 0 : s->buf_row_idx+1; in evolve()
238 row = s->buf + s->w * s->buf_row_idx; in evolve()
268 row_idx = (s->buf_row_idx + 1) % s->h; in fill_picture()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvsrc_cellauto.c48 int buf_prev_row_idx, buf_row_idx; member
91 uint8_t *row = s->buf + s->w * s->buf_row_idx; in show_cellauto_row()
233 uint8_t *row, *prev_row = s->buf + s->buf_row_idx * s->w; in evolve()
236 s->buf_prev_row_idx = s->buf_row_idx; in evolve()
237 s->buf_row_idx = s->buf_row_idx == s->h-1 ? 0 : s->buf_row_idx+1; in evolve()
238 row = s->buf + s->w * s->buf_row_idx; in evolve()
268 row_idx = (s->buf_row_idx + 1) % s->h; in fill_picture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvsrc_cellauto.c48 int buf_prev_row_idx, buf_row_idx; member
91 uint8_t *row = s->buf + s->w * s->buf_row_idx; in show_cellauto_row()
233 uint8_t *row, *prev_row = s->buf + s->buf_row_idx * s->w; in evolve()
236 s->buf_prev_row_idx = s->buf_row_idx; in evolve()
237 s->buf_row_idx = s->buf_row_idx == s->h-1 ? 0 : s->buf_row_idx+1; in evolve()
238 row = s->buf + s->w * s->buf_row_idx; in evolve()
268 row_idx = (s->buf_row_idx + 1) % s->h; in fill_picture()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvsrc_cellauto.c47 int buf_prev_row_idx, buf_row_idx; member
90 uint8_t *row = cellauto->buf + cellauto->w * cellauto->buf_row_idx; in show_cellauto_row()
232 uint8_t *row, *prev_row = cellauto->buf + cellauto->buf_row_idx * cellauto->w; in evolve()
235 cellauto->buf_prev_row_idx = cellauto->buf_row_idx; in evolve()
236 … cellauto->buf_row_idx = cellauto->buf_row_idx == cellauto->h-1 ? 0 : cellauto->buf_row_idx+1; in evolve()
237 row = cellauto->buf + cellauto->w * cellauto->buf_row_idx; in evolve()
267 row_idx = (cellauto->buf_row_idx + 1) % cellauto->h; in fill_picture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvsrc_cellauto.c48 int buf_prev_row_idx, buf_row_idx; member
91 uint8_t *row = s->buf + s->w * s->buf_row_idx; in show_cellauto_row()
233 uint8_t *row, *prev_row = s->buf + s->buf_row_idx * s->w; in evolve()
236 s->buf_prev_row_idx = s->buf_row_idx; in evolve()
237 s->buf_row_idx = s->buf_row_idx == s->h-1 ? 0 : s->buf_row_idx+1; in evolve()
238 row = s->buf + s->w * s->buf_row_idx; in evolve()
268 row_idx = (s->buf_row_idx + 1) % s->h; in fill_picture()
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.cc1932 for (uint32_t buf_row_idx = 0; ; ++buf_row_idx) { in TransposeNybbleblock() local
1933 if (buf_row_idx >= buf_fullrow_ct) { in TransposeNybbleblock()
1934 if (buf_row_idx == buf_row_ct) { in TransposeNybbleblock()
2024 for (uint32_t buf_row_idx = 0; ; ++buf_row_idx) { in TransposeNybbleblock() local
2025 if (buf_row_idx >= buf_fullrow_ct) { in TransposeNybbleblock()
2026 if (buf_row_idx == buf_row_ct) { in TransposeNybbleblock()