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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_cellauto.c47 int buf_prev_row_idx, buf_row_idx; member in struct:__anon3438
90 uint8_t *row = cellauto->buf + cellauto->w * cellauto->buf_row_idx;
232 uint8_t *row, *prev_row = cellauto->buf + cellauto->buf_row_idx * cellauto->w;
235 cellauto->buf_prev_row_idx = cellauto->buf_row_idx;
236 cellauto->buf_row_idx = cellauto->buf_row_idx == cellauto->h-1 ? 0 : cellauto->buf_row_idx+1;
237 row = cellauto->buf + cellauto->w * cellauto->buf_row_idx;
267 row_idx = (cellauto->buf_row_idx + 1) % cellauto->h;

Completed in 49 milliseconds