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

/external/webp/src/dec/
H A Dvp8l.c625 uint32_t* const rows_out = dec->argb_cache_; local
629 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out));
632 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
633 rows_in = rows_out;

Completed in 65 milliseconds