Home
last modified time | relevance | path

Searched refs:cur_row (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmimic.c262 int ret, y, x, plane, cur_row = 0; in decode() local
297 cur_row, 0); in decode()
308 cur_row, 0); in decode()
318 cur_row++, 0); in decode()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c1545 int cur_row = dec->last_row_; in ExtractAlphaRows() local
1546 int num_rows = last_row - cur_row; in ExtractAlphaRows()
1547 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows()
1558 uint8_t* const dst = output + width * cur_row; in ExtractAlphaRows()
1560 ApplyInverseTransforms(dec, cur_row, num_rows_to_process, in); in ExtractAlphaRows()
1563 cur_row, cur_row + num_rows_to_process, dst, width); in ExtractAlphaRows()
1566 cur_row += num_rows_to_process; in ExtractAlphaRows()
1568 assert(cur_row == last_row); in ExtractAlphaRows()
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c1541 int cur_row = dec->last_row_; in ExtractAlphaRows() local
1542 int num_rows = last_row - cur_row; in ExtractAlphaRows()
1543 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows()
1554 uint8_t* const dst = output + width * cur_row; in ExtractAlphaRows()
1559 cur_row, cur_row + num_rows_to_process, dst, width); in ExtractAlphaRows()
1562 cur_row += num_rows_to_process; in ExtractAlphaRows()
1564 assert(cur_row == last_row); in ExtractAlphaRows()
/third_party/toybox/toys/pending/
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/
Dglobals.h1015 int cur_row; member