Searched refs:top_right (Results 1 – 1 of 1) sorted by relevance
131 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in ReconstructRow() local135 memset(top_right, top_yuv[0].y[15], sizeof(*top_right)); in ReconstructRow()137 memcpy(top_right, top_yuv[1].y, sizeof(*top_right)); in ReconstructRow()141 top_right[BPS] = top_right[2 * BPS] = top_right[3 * BPS] = top_right[0]; in ReconstructRow()
Completed in 4 milliseconds