Searched refs:Copy32b (Results 1 – 1 of 1) sorted by relevance
39 static void Copy32b(uint8_t* const dst, const uint8_t* const src) { in Copy32b() function109 Copy32b(&y_dst[j * BPS - 4], &y_dst[j * BPS + 12]); in ReconstructRow()112 Copy32b(&u_dst[j * BPS - 4], &u_dst[j * BPS + 4]); in ReconstructRow()113 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]); in ReconstructRow()