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.c1555 const int num_rows_to_process = in ExtractAlphaRows() local
1561 const int cache_pixs = width * num_rows_to_process; 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()
1568 num_rows -= num_rows_to_process; in ExtractAlphaRows()
1569 in += num_rows_to_process * dec->width_; in ExtractAlphaRows()
1570 cur_row += num_rows_to_process; in ExtractAlphaRows()