Searched refs:num_rows_to_process (Results 1 – 1 of 1) sorted by relevance
1550 const int num_rows_to_process = in ExtractAlphaRows() local1556 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()