Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmimic.c264 int ret, y, x, plane, cur_row = 0; in decode() local
299 cur_row, 0); in decode()
310 cur_row, 0); in decode()
320 cur_row++, 0); in decode()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c1549 int cur_row = dec->last_row_; in ExtractAlphaRows() local
1550 int num_rows = last_row - cur_row; in ExtractAlphaRows()
1551 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows()
1562 uint8_t* const dst = output + width * cur_row; in ExtractAlphaRows()
1564 ApplyInverseTransforms(dec, cur_row, num_rows_to_process, in); in ExtractAlphaRows()
1567 cur_row, cur_row + num_rows_to_process, dst, width); in ExtractAlphaRows()
1570 cur_row += num_rows_to_process; in ExtractAlphaRows()
1572 assert(cur_row == last_row); in ExtractAlphaRows()
/third_party/toybox/toys/pending/
H A Dvi.c26 int cur_col, cur_row, scr_row;
606 TT.cur_row = 0, TT.scr_row = 0; in adjust_screen_buffer()
637 TT.cur_row = c; in adjust_screen_buffer()
1368 if (TT.drawn_row<0 || TT.cur_row<0 || TT.scr_row<0) redraw = 3; in draw_page()
1487 (100*TT.cursor)/(TT.filesize ? : 1), TT.cur_row+1, TT.cur_col+1); in draw_page()
/third_party/toybox/generated/
H A Dglobals.h1139 int cur_row; member

Completed in 11 milliseconds