Searched refs:cache_pixs (Results 1 – 1 of 1) sorted by relevance
763 const int cache_pixs = dec->width_ * num_rows; in ApplyInverseTransforms() local777 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out)); in ApplyInverseTransforms()1556 const int cache_pixs = width * num_rows_to_process; in ExtractAlphaRows() local1560 WebPExtractGreen(src, dst, cache_pixs); in ExtractAlphaRows()