Searched refs:num_rows_to_process (Results 1 – 1 of 1) sorted by relevance
1486 const int num_rows_to_process = in ExtractAlphaRows() local1492 const int cache_pixs = width * num_rows_to_process; in ExtractAlphaRows()1495 ApplyInverseTransforms(dec, num_rows_to_process, in); in ExtractAlphaRows()1498 cur_row, cur_row + num_rows_to_process, dst, width); in ExtractAlphaRows()1499 num_rows -= num_rows_to_process; in ExtractAlphaRows()1500 in += num_rows_to_process * dec->width_; in ExtractAlphaRows()1501 cur_row += num_rows_to_process; in ExtractAlphaRows()