Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l_dec.c1550 const int num_rows_to_process = in ExtractAlphaRows() local
1556 const int cache_pixs = width * num_rows_to_process; in ExtractAlphaRows()
1559 ApplyInverseTransforms(dec, num_rows_to_process, in); in ExtractAlphaRows()
1562 cur_row, cur_row + num_rows_to_process, dst, width); in ExtractAlphaRows()
1563 num_rows -= num_rows_to_process; in ExtractAlphaRows()
1564 in += num_rows_to_process * dec->width_; in ExtractAlphaRows()
1565 cur_row += num_rows_to_process; in ExtractAlphaRows()