Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c1544 int cur_row = dec->last_row_; in ExtractAlphaRows() local
1545 int num_rows = last_row - cur_row; in ExtractAlphaRows()
1546 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows()
1557 uint8_t* const dst = output + width * cur_row; in ExtractAlphaRows()
1562 cur_row, cur_row + num_rows_to_process, dst, width); in ExtractAlphaRows()
1565 cur_row += num_rows_to_process; in ExtractAlphaRows()
1567 assert(cur_row == last_row); in ExtractAlphaRows()

Completed in 5 milliseconds