Home | History | Annotate | Download | only in dec

Lines Matching refs:rows_out

767   uint32_t* const rows_out = dec->argb_cache_;
772 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
773 rows_in = rows_out;
775 if (rows_in != rows_out) {
777 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out));