Searched refs:data16_row (Results 1 – 1 of 1) sorted by relevance
455 uint16_t* data16_row = data16 + (4 * x_size * y) + (4 * x_start); in store_image_block() local494 data16_row[0] = static_cast<uint16_t>(color.lane<0>()); in store_image_block()495 data16_row[1] = static_cast<uint16_t>(color.lane<1>()); in store_image_block()496 data16_row[2] = static_cast<uint16_t>(color.lane<2>()); in store_image_block()497 data16_row[3] = static_cast<uint16_t>(color.lane<3>()); in store_image_block()498 data16_row += 4; in store_image_block()