Home | History | Annotate | Download | only in dsp

Lines Matching refs:current_tile_rows

620   uint32_t* const current_tile_rows = argb_scratch + width;
630 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
633 memcpy(current_tile_rows, &argb[tile_y_offset * width],
634 this_tile_height * width * sizeof(*current_tile_rows));