Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c772 uint32_t* const rows_out = dec->argb_cache_; in ApplyInverseTransforms() local
777 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out); in ApplyInverseTransforms()
778 rows_in = rows_out; in ApplyInverseTransforms()
780 if (rows_in != rows_out) { in ApplyInverseTransforms()
782 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out)); in ApplyInverseTransforms()