Searched refs:rows_out (Results 1 – 1 of 1) sorted by relevance
767 uint32_t* const rows_out = dec->argb_cache_; in ApplyInverseTransforms() local772 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out); in ApplyInverseTransforms()773 rows_in = rows_out; in ApplyInverseTransforms()775 if (rows_in != rows_out) { in ApplyInverseTransforms()777 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out)); in ApplyInverseTransforms()
Completed in 6 milliseconds